Color: #B39B83

#B39B83 Color Information

#B39B83 is a light color. The closest websafe version is #B39B83. A complement of this color would be #849CB3, perceived brightness is 0.63, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 30°,a saturation of 24%, and a lightness of 61%.The HSV representation shows a hue of 30°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B39B83 is composed of 70% red, 61% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 27% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 34.90, x: 0.3928, and y: 0.3858.

Color Code #B39B83

HEX
#B39B83
RGB
rgb(179, 155, 131)
HSL
hsl(30, 24%, 61%)
HSV
hsv(30, 27%, 70%)
CMYK
0%, 13%, 27%, 30%
XYZ
X: 35.53, Y: 34.90, Z: 20.02
Lab
L: 65.67, a: 6.41, b: 16.08
Name

Shades of Color #B39B83

Shades are created by darkening the original color #B39B83 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B39B83

Tints are created by lightening the original color #B39B83 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #B39B83 Color Code

In the HSL color space, this color has a hue angle of 30°, a saturation of 24%, and a lightness of 61%. The HSV representation shows a hue of 30°, a saturation of 27%, and a value of 70%.

  • HEX: #B39B83
  • RGB: rgb(179, 155, 131)
  • HSL: hsl(30, 24%, 61%)
  • HSV: hsv(30, 27%, 70%)
  • CMYK: 0.00% cyan, 13.00% magenta, 27.00% yellow, 30.00% black
  • XYZ: 35.53, 34.90, 20.02
  • Yxy: 34.90, 0.3928, 0.3858
  • Hunter Lab: 65.67, 6.41, 16.08
  • CIE-Lab: 65.67, 6.41, 16.08

In the XYZ color space, this color is represented as X: 35.53, Y: 34.90, Z: 20.02. The Yxy representation further refines this as Y: 34.90, x: 0.3928, and y: 0.3858.

In the Hunter Lab color space, this color is represented as L: 65.67, a: 6.41, and b: 16.08. Similarly, in the CIE-Lab color space, it is represented as L: 65.67, a: 6.41, and b: 16.08.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B39B83

Triadic colors are three colors evenly spaced around the color wheel, including #B39B83. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B39B83

Analogous colors are adjacent to #B39B83 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B39B83

Monochromatic colors are variations of #B39B83, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B39B83

The complementary color of #B39B83 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B39B83

/* Using HEX */
body {
  background-color: #b39b83;
}
/* Using RGB */
body {
  background-color: rgb(179, 155, 131);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 155, 131, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 24%, 61%);
}
/* Text color */
p {
  color: #b39b83;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b39b83;
}

HTML Examples of #B39B83

<!-- Using HEX -->
<div style="background-color: #b39b83; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 155, 131); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 155, 131, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(30, 24%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b39b83;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b39b83; width: 100px; height: 100px;"></div>

Related Colors of #B39B83

These colors are similar to #B39B83, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.