Spiced
#bb715b
Spiced, represented by the hex value #bb715b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bb715b | |
|---|---|---|
| RGB | rgb(187, 113, 91) | |
| HSL | hsl(14, 41%, 55%) | |
| CMYK | cmyk(0%, 40%, 51%, 27%) | |
| LAB | lab(56, 28, 25) | |
| OKLCH | oklch(0.62 0.1 37) |
Color harmonies
Tints & shades
Code snippets
color: #bb715b;
background-color: #bb715b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFBB715B)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.44, blue: 0.36, alpha: 1.0)