Color: #B9888E

#B9888E Color Information

#B9888E is a light color. The closest websafe version is #B9888E. A complement of this color would be #88B9B3, perceived brightness is 0.59, and the grayscale version is #A1A1A1.

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

In a RGB color space, #B9888E is composed of 73% red, 53% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 23% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 30.08, x: 0.3968, and y: 0.3459.

Color Code #B9888E

HEX
#B9888E
RGB
rgb(185, 136, 142)
HSL
hsl(353, 26%, 63%)
HSV
hsv(353, 26%, 73%)
CMYK
0%, 26%, 23%, 27%
XYZ
X: 34.51, Y: 30.08, Z: 22.38
Lab
L: 61.73, a: 19.96, b: 4.54
Name

Shades of Color #B9888E

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

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

In the HSL color space, this color has a hue angle of 353°, a saturation of 26%, and a lightness of 63%. The HSV representation shows a hue of 353°, a saturation of 26%, and a value of 73%.

  • HEX: #B9888E
  • RGB: rgb(185, 136, 142)
  • HSL: hsl(353, 26%, 63%)
  • HSV: hsv(353, 26%, 73%)
  • CMYK: 0.00% cyan, 26.00% magenta, 23.00% yellow, 27.00% black
  • XYZ: 34.51, 30.08, 22.38
  • Yxy: 30.08, 0.3968, 0.3459
  • Hunter Lab: 61.73, 19.96, 4.54
  • CIE-Lab: 61.73, 19.96, 4.54

In the XYZ color space, this color is represented as X: 34.51, Y: 30.08, Z: 22.38. The Yxy representation further refines this as Y: 30.08, x: 0.3968, and y: 0.3459.

In the Hunter Lab color space, this color is represented as L: 61.73, a: 19.96, and b: 4.54. Similarly, in the CIE-Lab color space, it is represented as L: 61.73, a: 19.96, and b: 4.54.

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

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

Analogous Colors of #B9888E

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

Monochromatic Colors of #B9888E

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

Complementary Color of #B9888E

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

/* Using HEX */
body {
  background-color: #b9888e;
}
/* Using RGB */
body {
  background-color: rgb(185, 136, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(185, 136, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 26%, 63%);
}
/* Text color */
p {
  color: #b9888e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b9888e;
}

HTML Examples of #B9888E

<!-- Using HEX -->
<div style="background-color: #b9888e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(185, 136, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(185, 136, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(353, 26%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b9888e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b9888e; width: 100px; height: 100px;"></div>

Related Colors of #B9888E

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