Maple Syrup
#bb9351
Looking for the precise values behind Maple Syrup (#bb9351)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bb9351 | |
|---|---|---|
| RGB | rgb(187, 147, 81) | |
| HSL | hsl(37, 44%, 53%) | |
| CMYK | cmyk(0%, 21%, 57%, 27%) | |
| LAB | lab(64, 10, 41) | |
| OKLCH | oklch(0.69 0.097 79) |
Color harmonies
Tints & shades
Code snippets
color: #bb9351;
background-color: #bb9351;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBB9351)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.58, blue: 0.32, alpha: 1.0)