Creamed Caramel
#b79c94
Looking for the precise values behind Creamed Caramel (#b79c94)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b79c94 | |
|---|---|---|
| RGB | rgb(183, 156, 148) | |
| HSL | hsl(14, 20%, 65%) | |
| CMYK | cmyk(0%, 15%, 19%, 28%) | |
| LAB | lab(67, 9, 8) | |
| OKLCH | oklch(0.71 0.034 37) |
Color harmonies
Tints & shades
Code snippets
color: #b79c94;
background-color: #b79c94;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFB79C94)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.61, blue: 0.58, alpha: 1.0)