Color: #B88E7E

#B88E7E Color Information

#B88E7E is a light color. The closest websafe version is #B88E7E. A complement of this color would be #7FA8B8, perceived brightness is 0.60, and the grayscale version is #9B9B9B.

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

In a RGB color space, #B88E7E is composed of 72% red, 56% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 32% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 31.32, x: 0.4093, and y: 0.3737.

Color Code #B88E7E

HEX
#B88E7E
RGB
rgb(184, 142, 126)
HSL
hsl(17, 29%, 61%)
HSV
hsv(17, 32%, 72%)
CMYK
0%, 23%, 32%, 28%
XYZ
X: 34.30, Y: 31.32, Z: 18.19
Lab
L: 62.78, a: 14.73, b: 15.00
Name

Shades of Color #B88E7E

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

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

In the HSL color space, this color has a hue angle of 17°, a saturation of 29%, and a lightness of 61%. The HSV representation shows a hue of 17°, a saturation of 32%, and a value of 72%.

  • HEX: #B88E7E
  • RGB: rgb(184, 142, 126)
  • HSL: hsl(17, 29%, 61%)
  • HSV: hsv(17, 32%, 72%)
  • CMYK: 0.00% cyan, 23.00% magenta, 32.00% yellow, 28.00% black
  • XYZ: 34.30, 31.32, 18.19
  • Yxy: 31.32, 0.4093, 0.3737
  • Hunter Lab: 62.78, 14.73, 15.00
  • CIE-Lab: 62.78, 14.73, 15.00

In the XYZ color space, this color is represented as X: 34.30, Y: 31.32, Z: 18.19. The Yxy representation further refines this as Y: 31.32, x: 0.4093, and y: 0.3737.

In the Hunter Lab color space, this color is represented as L: 62.78, a: 14.73, and b: 15.00. Similarly, in the CIE-Lab color space, it is represented as L: 62.78, a: 14.73, and b: 15.00.

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

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

Analogous Colors of #B88E7E

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

Monochromatic Colors of #B88E7E

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

Complementary Color of #B88E7E

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

/* Using HEX */
body {
  background-color: #b88e7e;
}
/* Using RGB */
body {
  background-color: rgb(184, 142, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 142, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(17, 29%, 61%);
}
/* Text color */
p {
  color: #b88e7e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b88e7e;
}

HTML Examples of #B88E7E

<!-- Using HEX -->
<div style="background-color: #b88e7e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 142, 126); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 142, 126, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(17, 29%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b88e7e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b88e7e; width: 100px; height: 100px;"></div>

Related Colors of #B88E7E

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