Curry Sauce
#be9e6f
Curry Sauce, represented by the hex value #be9e6f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #be9e6f | |
|---|---|---|
| RGB | rgb(190, 158, 111) | |
| HSL | hsl(36, 38%, 59%) | |
| CMYK | cmyk(0%, 17%, 42%, 25%) | |
| LAB | lab(67, 8, 29) | |
| OKLCH | oklch(0.72 0.074 77) |
Color harmonies
Tints & shades
Code snippets
color: #be9e6f;
background-color: #be9e6f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBE9E6F)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.62, blue: 0.44, alpha: 1.0)