Color: #BC624E

#BC624E Color Information

#BC624E is a dark color. The closest websafe version is #BC624E. A complement of this color would be #4EA7BC, perceived brightness is 0.48, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 11°,a saturation of 45%, and a lightness of 52%.The HSV representation shows a hue of 11°, a saturation of 59%, and a value of 74%.

In a RGB color space, #BC624E is composed of 74% red, 38% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 59% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 20.41, x: 0.4998, and y: 0.3680.

Color Code #BC624E

#BC624Ergb(188, 98, 78)
HEX
#BC624E
RGB
rgb(188, 98, 78)
HSL
hsl(11, 45%, 52%)
HSV
hsv(11, 59%, 74%)
CMYK
0%, 48%, 59%, 26%
XYZ
X: 27.72, Y: 20.41, Z: 7.33
Lab
L: 52.29, a: 35.63, b: 28.52
Name

Shades of Color #BC624E

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

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

#BC624Ergb(188, 98, 78)

About #BC624E Color Code

In the HSL color space, this color has a hue angle of 11°, a saturation of 45%, and a lightness of 52%. The HSV representation shows a hue of 11°, a saturation of 59%, and a value of 74%.

  • HEX: #BC624E
  • RGB: rgb(188, 98, 78)
  • HSL: hsl(11, 45%, 52%)
  • HSV: hsv(11, 59%, 74%)
  • CMYK: 0.00% cyan, 48.00% magenta, 59.00% yellow, 26.00% black
  • XYZ: 27.72, 20.41, 7.33
  • Yxy: 20.41, 0.4998, 0.3680
  • Hunter Lab: 52.29, 35.63, 28.52
  • CIE-Lab: 52.29, 35.63, 28.52

In the XYZ color space, this color is represented as X: 27.72, Y: 20.41, Z: 7.33. The Yxy representation further refines this as Y: 20.41, x: 0.4998, and y: 0.3680.

In the Hunter Lab color space, this color is represented as L: 52.29, a: 35.63, and b: 28.52. Similarly, in the CIE-Lab color space, it is represented as L: 52.29, a: 35.63, and b: 28.52.

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

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

Analogous Colors of #BC624E

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

Monochromatic Colors of #BC624E

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

Complementary Color of #BC624E

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

/* Using HEX */
body {
  background-color: #bc624e;
}
/* Using RGB */
body {
  background-color: rgb(188, 98, 78);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 98, 78, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(11, 45%, 52%);
}
/* Text color */
p {
  color: #bc624e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc624e;
}
/* Border color */
.box {
  border: 4px solid #bc624e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc624e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc624e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC624E
On Black Background
#BC624E
On White Background
#BC624E

HTML Examples of #BC624E

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

Related Colors of #BC624E

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