Sombrero
#b39c8c
Looking for the precise values behind Sombrero (#b39c8c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b39c8c | |
|---|---|---|
| RGB | rgb(179, 156, 140) | |
| HSL | hsl(25, 20%, 63%) | |
| CMYK | cmyk(0%, 13%, 22%, 30%) | |
| LAB | lab(66, 7, 12) | |
| OKLCH | oklch(0.71 0.036 57) |
Color harmonies
Tints & shades
Code snippets
color: #b39c8c;
background-color: #b39c8c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB39C8C)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.61, blue: 0.55, alpha: 1.0)