Color: #B58E89

#B58E89 Color Information

#B58E89 is a light color. The closest websafe version is #B58E89. A complement of this color would be #88AFB4, perceived brightness is 0.60, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 7°,a saturation of 23%, and a lightness of 62%.The HSV representation shows a hue of 7°, a saturation of 24%, and a value of 71%.

In a RGB color space, #B58E89 is composed of 71% red, 56% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 24% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 31.19, x: 0.3949, and y: 0.3607.

Color Code #B58E89

#B58E89rgb(181, 142, 137)
HEX
#B58E89
RGB
rgb(181, 142, 137)
HSL
hsl(7, 23%, 62%)
HSV
hsv(7, 24%, 71%)
CMYK
0%, 22%, 24%, 29%
XYZ
X: 34.15, Y: 31.19, Z: 21.14
Lab
L: 62.67, a: 14.66, b: 8.62
Name

Shades of Color #B58E89

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

Tints are created by lightening the original color #B58E89 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.

#B58E89rgb(181, 142, 137)

About #B58E89 Color Code

In the HSL color space, this color has a hue angle of 7°, a saturation of 23%, and a lightness of 62%. The HSV representation shows a hue of 7°, a saturation of 24%, and a value of 71%.

  • HEX: #B58E89
  • RGB: rgb(181, 142, 137)
  • HSL: hsl(7, 23%, 62%)
  • HSV: hsv(7, 24%, 71%)
  • CMYK: 0.00% cyan, 22.00% magenta, 24.00% yellow, 29.00% black
  • XYZ: 34.15, 31.19, 21.14
  • Yxy: 31.19, 0.3949, 0.3607
  • Hunter Lab: 62.67, 14.66, 8.62
  • CIE-Lab: 62.67, 14.66, 8.62

In the XYZ color space, this color is represented as X: 34.15, Y: 31.19, Z: 21.14. The Yxy representation further refines this as Y: 31.19, x: 0.3949, and y: 0.3607.

In the Hunter Lab color space, this color is represented as L: 62.67, a: 14.66, and b: 8.62. Similarly, in the CIE-Lab color space, it is represented as L: 62.67, a: 14.66, and b: 8.62.

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

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

Analogous Colors of #B58E89

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

Monochromatic Colors of #B58E89

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

Complementary Color of #B58E89

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

/* Using HEX */
body {
  background-color: #b58e89;
}
/* Using RGB */
body {
  background-color: rgb(181, 142, 137);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 142, 137, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 23%, 62%);
}
/* Text color */
p {
  color: #b58e89;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b58e89;
}
/* Border color */
.box {
  border: 4px solid #b58e89;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b58e89;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b58e89;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B58E89
On Black Background
#B58E89
On White Background
#B58E89

HTML Examples of #B58E89

<!-- Using HEX -->
<div style="background-color: #b58e89; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(181, 142, 137); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(181, 142, 137, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(7, 23%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b58e89;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b58e89; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b58e89; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b58e89;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b58e89; color: #fff; padding: 16px; border-radius: 8px;">
  #B58E89
</div>
#B58E89
On Black Background
#B58E89
On White Background
#B58E89

Related Colors of #B58E89

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