Barrel Aged
#8b6945
Looking for the precise values behind Barrel Aged (#8b6945)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8b6945 | |
|---|---|---|
| RGB | rgb(139, 105, 69) | |
| HSL | hsl(31, 34%, 41%) | |
| CMYK | cmyk(0%, 24%, 50%, 45%) | |
| LAB | lab(47, 11, 26) | |
| OKLCH | oklch(0.55 0.067 67) |
Color harmonies
Tints & shades
Code snippets
color: #8b6945;
background-color: #8b6945;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8B6945)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.41, blue: 0.27, alpha: 1.0)