Barista’s Favourite
#bb8d4e
Barista’s Favourite is a color with the hex code #bb8d4e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bb8d4e | |
|---|---|---|
| RGB | rgb(187, 141, 78) | |
| HSL | hsl(35, 44%, 52%) | |
| CMYK | cmyk(0%, 25%, 58%, 27%) | |
| LAB | lab(62, 13, 40) | |
| OKLCH | oklch(0.67 0.098 73) |
Color harmonies
Tints & shades
Code snippets
color: #bb8d4e;
background-color: #bb8d4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBB8D4E)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.55, blue: 0.31, alpha: 1.0)