Ashes to Ashes
#bbb3a2
Looking for the precise values behind Ashes to Ashes (#bbb3a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bbb3a2 | |
|---|---|---|
| RGB | rgb(187, 179, 162) | |
| HSL | hsl(41, 16%, 68%) | |
| CMYK | cmyk(0%, 4%, 13%, 27%) | |
| LAB | lab(73, 1, 10) | |
| OKLCH | oklch(0.77 0.025 86) |
Color harmonies
Tints & shades
Code snippets
color: #bbb3a2;
background-color: #bbb3a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBBB3A2)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.70, blue: 0.64, alpha: 1.0)