Color: #BC5969

#BC5969 Color Information

#BC5969 is a dark color. The closest websafe version is #BC5969. A complement of this color would be #58BBAB, perceived brightness is 0.47, and the grayscale version is #8B8B8B.

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

In a RGB color space, #BC5969 is composed of 74% red, 35% green and 41% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 44% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 19.21, x: 0.4730, and y: 0.3269.

Color Code #BC5969

#BC5969rgb(188, 89, 105)
HEX
#BC5969
RGB
rgb(188, 89, 105)
HSL
hsl(350, 42%, 54%)
HSV
hsv(350, 53%, 74%)
CMYK
0%, 53%, 44%, 26%
XYZ
X: 27.80, Y: 19.21, Z: 11.76
Lab
L: 50.93, a: 41.82, b: 10.93
Name

Shades of Color #BC5969

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

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

#BC5969rgb(188, 89, 105)

About #BC5969 Color Code

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

  • HEX: #BC5969
  • RGB: rgb(188, 89, 105)
  • HSL: hsl(350, 42%, 54%)
  • HSV: hsv(350, 53%, 74%)
  • CMYK: 0.00% cyan, 53.00% magenta, 44.00% yellow, 26.00% black
  • XYZ: 27.80, 19.21, 11.76
  • Yxy: 19.21, 0.4730, 0.3269
  • Hunter Lab: 50.93, 41.82, 10.93
  • CIE-Lab: 50.93, 41.82, 10.93

In the XYZ color space, this color is represented as X: 27.80, Y: 19.21, Z: 11.76. The Yxy representation further refines this as Y: 19.21, x: 0.4730, and y: 0.3269.

In the Hunter Lab color space, this color is represented as L: 50.93, a: 41.82, and b: 10.93. Similarly, in the CIE-Lab color space, it is represented as L: 50.93, a: 41.82, and b: 10.93.

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

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

Analogous Colors of #BC5969

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

Split Complementary Colors of #BC5969

Split complementary colors are two colors adjacent to the complementary color of #BC5969. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BC5969

Tetradic colors form a rectangle on the color wheel, including #BC5969. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BC5969

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

Complementary Color of #BC5969

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

/* Using HEX */
body {
  background-color: #bc5969;
}
/* Using RGB */
body {
  background-color: rgb(188, 89, 105);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 89, 105, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(350, 42%, 54%);
}
/* Text color */
p {
  color: #bc5969;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc5969;
}
/* Border color */
.box {
  border: 4px solid #bc5969;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc5969;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc5969;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC5969
On Black Background
#BC5969
On White Background
#BC5969

HTML Examples of #BC5969

<!-- Using HEX -->
<div style="background-color: #bc5969; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 89, 105); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 89, 105, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(350, 42%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bc5969;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bc5969; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bc5969; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bc5969;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bc5969; color: #fff; padding: 16px; border-radius: 8px;">
  #BC5969
</div>
#BC5969
On Black Background
#BC5969
On White Background
#BC5969

Related Colors of #BC5969

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