Color #B96E76

HEX

#B96E76

RGB

(185, 110, 118)

Quick Actions

Color Values

Color Space Values
RGB
R: 185, G: 110, B: 118 (73%, 43%, 46%)
CMYK C: 0%, M: 41%, Y: 36%, K: 27%
HSL H: 354°, S: 35%, L: 58%
HSV H: 354°, S: 41%, V: 73%
CIE-LAB L: 54.83, a: 30.7, b: 8.42
CIE-LCH L: 54.83, C: 31.83, H: 15.34
Hunter-Lab L: 47.72, a: 22.3, b: 4.05
Web Safe
#cc6666
Complementary
#6db9b1

#B96E76 is a color with RGB values of 185 red, 110 green, and 118 blue (73%, 43%, 46% respectively). In the CMYK color space, it consists of 0% cyan, 41% magenta, 36% yellow, and 27% black. The color has a hue angle of 354°, 35% saturation, and 58% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc6666. The complementary color is #6db9b1, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B96E76

Explore different variations of #B96E76 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B96E76. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B96E76

Explore different color combinations and harmonies that work well with #B96E76.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B96E76

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B96E76

Text with #B96E76

This text has a font color of #B96E76.

<span style="color:#B96E76;">Text here</span>
.text { color: #B96E76; }

#B96E76 background color

This paragraph has a background color of #B96E76.

<p style="background-color:#B96E76;">Content here</p>
.background { background-color: #B96E76; }

#B96E76 border color

This element has a border color of #B96E76.
<div style="border:1px solid #B96E76;">Content here</div>
.border { border: 1px solid #B96E76; }

#B96E76 box shadow

This element has a box shadow using #B96E76.
<div style="box-shadow: 0 4px 6px -1px #B96E7680">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B96E7680; }
Copied to clipboard!