Peru (Brown)
#B29861
RGB: 178, 152, 97
Color OverviewHEX #B29861

#B29861 Color Code Information

In the RGB color space, #B29861 is composed of 70% red, 60% green, and 38% blue. In the HSL color space, it has a hue of 41°, saturation of 34%, and lightness of 54%.

HEX
#B29861
RGB
178, 152, 97
HSL
41°, 34%, 54%
HSV
41°, 46%, 70%
CMYK
0%, 15%, 46%, 30%
Name Match
Peru
Closest Standard

Shades of #B29861 (Darker Variations)

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

Tints of #B29861 (Lighter Variations)

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

Tones of #B29861 (Muted Variations)

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

Color Harmonies for #B29861

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

Developer Code Snippets & Tailwind CSS

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

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