Peru (Brown)
#BA7E5F
RGB: 186, 126, 95
Color OverviewHEX #BA7E5F

#BA7E5F Color Code Information

In the RGB color space, #BA7E5F is composed of 73% red, 49% green, and 37% blue. In the HSL color space, it has a hue of 20°, saturation of 40%, and lightness of 55%.

HEX
#BA7E5F
RGB
186, 126, 95
HSL
20°, 40%, 55%
HSV
20°, 49%, 73%
CMYK
0%, 32%, 49%, 27%
Name Match
Peru
Closest Standard

Shades of #BA7E5F (Darker Variations)

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

Tints of #BA7E5F (Lighter Variations)

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

Tones of #BA7E5F (Muted Variations)

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

Color Harmonies for #BA7E5F

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

Developer Code Snippets & Tailwind CSS

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

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