Weathered Wood
#b19c86
Weathered Wood, represented by the hex value #b19c86, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b19c86 | |
|---|---|---|
| RGB | rgb(177, 156, 134) | |
| HSL | hsl(31, 22%, 61%) | |
| CMYK | cmyk(0%, 12%, 24%, 31%) | |
| LAB | lab(66, 5, 15) | |
| OKLCH | oklch(0.71 0.04 68) |
Color harmonies
Tints & shades
Code snippets
color: #b19c86;
background-color: #b19c86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB19C86)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.61, blue: 0.53, alpha: 1.0)