Rosy Brown (Brown)
#B39799
RGB: 179, 151, 153
Color OverviewHEX #B39799

#B39799 Color Code Information

In the RGB color space, #B39799 is composed of 70% red, 59% green, and 60% blue. In the HSL color space, it has a hue of 356°, saturation of 16%, and lightness of 65%.

HEX
#B39799
RGB
179, 151, 153
HSL
356°, 16%, 65%
HSV
356°, 16%, 70%
CMYK
0%, 16%, 15%, 30%
Name Match
Rosy Brown
Closest Standard

Shades of #B39799 (Darker Variations)

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

Tints of #B39799 (Lighter Variations)

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

Tones of #B39799 (Muted Variations)

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

Color Harmonies for #B39799

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

Developer Code Snippets & Tailwind CSS

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

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