Tan (Brown)
#B3B37A
RGB: 179, 179, 122
Color OverviewHEX #B3B37A

#B3B37A Color Code Information

In the RGB color space, #B3B37A is composed of 70% red, 70% green, and 48% blue. In the HSL color space, it has a hue of 60°, saturation of 27%, and lightness of 59%.

HEX
#B3B37A
RGB
179, 179, 122
HSL
60°, 27%, 59%
HSV
60°, 32%, 70%
CMYK
0%, 0%, 32%, 30%
Name Match
Tan
Closest Standard

Shades of #B3B37A (Darker Variations)

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

Tints of #B3B37A (Lighter Variations)

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

Tones of #B3B37A (Muted Variations)

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

Color Harmonies for #B3B37A

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 #B3B37A Background
Contrast Ratio against Pure White (#FFFFFF):2.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B3B37A Background
Contrast Ratio against Pure Black (#000000):9.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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