Dark Goldenrod (Yellow)
#B87708
RGB: 184, 119, 8
Color OverviewHEX #B87708

#B87708 Color Code Information

In the RGB color space, #B87708 is composed of 72% red, 47% green, and 3% blue. In the HSL color space, it has a hue of 38°, saturation of 92%, and lightness of 38%.

HEX
#B87708
RGB
184, 119, 8
HSL
38°, 92%, 38%
HSV
38°, 96%, 72%
CMYK
0%, 35%, 96%, 28%
Name Match
Dark Goldenrod
Closest Standard

Shades of #B87708 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #B87708 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #B87708 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #B87708

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #B87708 Background
Contrast Ratio against Pure White (#FFFFFF):3.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B87708 Background
Contrast Ratio against Pure Black (#000000):5.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #B87708;
}

.element {
  color: #B87708;
  background-color: #B87708;
  border-color: #B87708;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#B87708] text-[#B87708] border-[#B87708]">
  Content styled with #B87708
</div>