In a Nutshell
#b98052
Here's everything about the color In a Nutshell (#b98052) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b98052 | |
|---|---|---|
| RGB | rgb(185, 128, 82) | |
| HSL | hsl(27, 42%, 52%) | |
| CMYK | cmyk(0%, 31%, 56%, 27%) | |
| LAB | lab(59, 19, 34) | |
| OKLCH | oklch(0.65 0.094 59) |
Color harmonies
Tints & shades
Code snippets
color: #b98052;
background-color: #b98052;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB98052)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.50, blue: 0.32, alpha: 1.0)