Color: #BC645C

#BC645C Color Information

#BC645C is a dark color. The closest websafe version is #BC645C. A complement of this color would be #5CB4BC, perceived brightness is 0.49, and the grayscale version is #8C8C8C.

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

In a RGB color space, #BC645C is composed of 74% red, 39% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 51% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 20.97, x: 0.4815, and y: 0.3559.

Color Code #BC645C

#BC645Crgb(188, 100, 92)
HEX
#BC645C
RGB
rgb(188, 100, 92)
HSL
hsl(5, 42%, 55%)
HSV
hsv(5, 51%, 74%)
CMYK
0%, 47%, 51%, 26%
XYZ
X: 28.37, Y: 20.97, Z: 9.58
Lab
L: 52.92, a: 35.48, b: 21.26
Name

Shades of Color #BC645C

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

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

#BC645Crgb(188, 100, 92)

About #BC645C Color Code

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

  • HEX: #BC645C
  • RGB: rgb(188, 100, 92)
  • HSL: hsl(5, 42%, 55%)
  • HSV: hsv(5, 51%, 74%)
  • CMYK: 0.00% cyan, 47.00% magenta, 51.00% yellow, 26.00% black
  • XYZ: 28.37, 20.97, 9.58
  • Yxy: 20.97, 0.4815, 0.3559
  • Hunter Lab: 52.92, 35.48, 21.26
  • CIE-Lab: 52.92, 35.48, 21.26

In the XYZ color space, this color is represented as X: 28.37, Y: 20.97, Z: 9.58. The Yxy representation further refines this as Y: 20.97, x: 0.4815, and y: 0.3559.

In the Hunter Lab color space, this color is represented as L: 52.92, a: 35.48, and b: 21.26. Similarly, in the CIE-Lab color space, it is represented as L: 52.92, a: 35.48, and b: 21.26.

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

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

Analogous Colors of #BC645C

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

Monochromatic Colors of #BC645C

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

Complementary Color of #BC645C

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

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

HTML Examples of #BC645C

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

Related Colors of #BC645C

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