Techno Taupe
#bfb9aa
Techno Taupe, represented by the hex value #bfb9aa, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bfb9aa | |
|---|---|---|
| RGB | rgb(191, 185, 170) | |
| HSL | hsl(43, 14%, 71%) | |
| CMYK | cmyk(0%, 3%, 11%, 25%) | |
| LAB | lab(75, 0, 8) | |
| OKLCH | oklch(0.79 0.022 89) |
Color harmonies
Tints & shades
Code snippets
color: #bfb9aa;
background-color: #bfb9aa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBFB9AA)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.73, blue: 0.67, alpha: 1.0)