#B8860B
darkgoldenrod
#B8860B is a orange colour. In RGB it is 184 red, 134 green and 11 blue, which converts to a hue of 43 degrees, 89% saturation and 38% lightness. It is one of the named CSS colours, written as darkgoldenrod in stylesheets.
Color values
| HEX | #B8860B |
|---|---|
| RGB | rgb(184, 134, 11) |
| HSL | hsl(43, 89%, 38%) |
| HSV | hsv(43, 94%, 72%) |
| CMYK | cmyk(0%, 27%, 94%, 28%) |
Contrast and accessibility
Against white the contrast ratio is 3.25:1, and against black it is 6.45:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.25:1 | Fail | AA |
| Black | 6.45:1 | AA | AAA |
Tints and shades
Lighter tints move #B8860B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #B8860B; |
|---|---|
| CSS rgb() | color: rgb(184 134 11); |
| Tailwind | bg-[#b8860b] |
| SwiftUI | Color(red: 0.722, green: 0.525, blue: 0.043) |
| Android | Color.parseColor("#B8860B") |