Peru (Brown)
#BA784F
RGB: 186, 120, 79
Color OverviewHEX #BA784F

#BA784F Color Code Information

In the RGB color space, #BA784F is composed of 73% red, 47% green, and 31% blue. In the HSL color space, it has a hue of 23°, saturation of 44%, and lightness of 52%.

HEX
#BA784F
RGB
186, 120, 79
HSL
23°, 44%, 52%
HSV
23°, 58%, 73%
CMYK
0%, 35%, 58%, 27%
Name Match
Peru
Closest Standard

Shades of #BA784F (Darker Variations)

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

Tints of #BA784F (Lighter Variations)

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

Tones of #BA784F (Muted Variations)

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

Color Harmonies for #BA784F

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

Developer Code Snippets & Tailwind CSS

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

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