Arrowwood
#b3861e
Arrowwood, represented by the hex value #b3861e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b3861e | |
|---|---|---|
| RGB | rgb(179, 134, 30) | |
| HSL | hsl(42, 71%, 41%) | |
| CMYK | cmyk(0%, 25%, 83%, 30%) | |
| LAB | lab(59, 11, 57) | |
| OKLCH | oklch(0.65 0.124 83) |
Color harmonies
Tints & shades
Code snippets
color: #b3861e;
background-color: #b3861e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFB3861E)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.53, blue: 0.12, alpha: 1.0)