Color: #BB585C

#BB585C Color Information

#BB585C is a dark color. The closest websafe version is #BB585C. A complement of this color would be #58BBB8, perceived brightness is 0.46, and the grayscale version is #8A8A8A.

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

In a RGB color space, #BB585C is composed of 73% red, 35% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 51% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 18.70, x: 0.4907, and y: 0.3404.

Color Code #BB585C

HEX
#BB585C
RGB
rgb(187, 88, 92)
HSL
hsl(358, 42%, 54%)
HSV
hsv(358, 53%, 73%)
CMYK
0%, 53%, 51%, 27%
XYZ
X: 26.96, Y: 18.70, Z: 9.28
Lab
L: 50.34, a: 41.02, b: 17.83
Name

Shades of Color #BB585C

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

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

In the HSL color space, this color has a hue angle of 358°, a saturation of 42%, and a lightness of 54%. The HSV representation shows a hue of 358°, a saturation of 53%, and a value of 73%.

  • HEX: #BB585C
  • RGB: rgb(187, 88, 92)
  • HSL: hsl(358, 42%, 54%)
  • HSV: hsv(358, 53%, 73%)
  • CMYK: 0.00% cyan, 53.00% magenta, 51.00% yellow, 27.00% black
  • XYZ: 26.96, 18.70, 9.28
  • Yxy: 18.70, 0.4907, 0.3404
  • Hunter Lab: 50.34, 41.02, 17.83
  • CIE-Lab: 50.34, 41.02, 17.83

In the XYZ color space, this color is represented as X: 26.96, Y: 18.70, Z: 9.28. The Yxy representation further refines this as Y: 18.70, x: 0.4907, and y: 0.3404.

In the Hunter Lab color space, this color is represented as L: 50.34, a: 41.02, and b: 17.83. Similarly, in the CIE-Lab color space, it is represented as L: 50.34, a: 41.02, and b: 17.83.

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

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

Analogous Colors of #BB585C

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

Monochromatic Colors of #BB585C

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

Complementary Color of #BB585C

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

/* Using HEX */
body {
  background-color: #bb585c;
}
/* Using RGB */
body {
  background-color: rgb(187, 88, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 88, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(358, 42%, 54%);
}
/* Text color */
p {
  color: #bb585c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bb585c;
}

HTML Examples of #BB585C

<!-- Using HEX -->
<div style="background-color: #bb585c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 88, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 88, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(358, 42%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bb585c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bb585c; width: 100px; height: 100px;"></div>

Related Colors of #BB585C

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