Color: #B0A39D

#B0A39D Color Information

#B0A39D is a light color. The closest websafe version is #B0A39D. A complement of this color would be #9CA9B0, perceived brightness is 0.65, and the grayscale version is #A7A7A7.

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

In a RGB color space, #B0A39D is composed of 69% red, 64% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 11% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 37.96, x: 0.3638, and y: 0.3648.

Color Code #B0A39D

HEX
#B0A39D
RGB
rgb(176, 163, 157)
HSL
hsl(19, 11%, 65%)
HSV
hsv(19, 11%, 69%)
CMYK
0%, 7%, 11%, 31%
XYZ
X: 37.86, Y: 37.96, Z: 28.24
Lab
L: 67.99, a: 4.10, b: 4.92
Name

Shades of Color #B0A39D

Shades are created by darkening the original color #B0A39D 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 #B0A39D

Tints are created by lightening the original color #B0A39D 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 #B0A39D Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 11%, and a lightness of 65%. The HSV representation shows a hue of 19°, a saturation of 11%, and a value of 69%.

  • HEX: #B0A39D
  • RGB: rgb(176, 163, 157)
  • HSL: hsl(19, 11%, 65%)
  • HSV: hsv(19, 11%, 69%)
  • CMYK: 0.00% cyan, 7.00% magenta, 11.00% yellow, 31.00% black
  • XYZ: 37.86, 37.96, 28.24
  • Yxy: 37.96, 0.3638, 0.3648
  • Hunter Lab: 67.99, 4.10, 4.92
  • CIE-Lab: 67.99, 4.10, 4.92

In the XYZ color space, this color is represented as X: 37.86, Y: 37.96, Z: 28.24. The Yxy representation further refines this as Y: 37.96, x: 0.3638, and y: 0.3648.

In the Hunter Lab color space, this color is represented as L: 67.99, a: 4.10, and b: 4.92. Similarly, in the CIE-Lab color space, it is represented as L: 67.99, a: 4.10, and b: 4.92.

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 #B0A39D

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

Analogous Colors of #B0A39D

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

Monochromatic Colors of #B0A39D

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

Complementary Color of #B0A39D

The complementary color of #B0A39D 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 #B0A39D

/* Using HEX */
body {
  background-color: #b0a39d;
}
/* Using RGB */
body {
  background-color: rgb(176, 163, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 163, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 11%, 65%);
}
/* Text color */
p {
  color: #b0a39d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b0a39d;
}

HTML Examples of #B0A39D

<!-- Using HEX -->
<div style="background-color: #b0a39d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 163, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 163, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(19, 11%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b0a39d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b0a39d; width: 100px; height: 100px;"></div>

Related Colors of #B0A39D

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