Color: #B64C60

#B64C60 Color Information

#B64C60 is a dark color. The closest websafe version is #B64C60. A complement of this color would be #4EB7A3, perceived brightness is 0.43, and the grayscale version is #818181.

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

In a RGB color space, #B64C60 is composed of 71% red, 30% green and 38% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 47% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 16.30, x: 0.4887, and y: 0.3204.

Color Code #B64C60

#B64C60rgb(182, 76, 96)
HEX
#B64C60
RGB
rgb(182, 76, 96)
HSL
hsl(349, 42%, 51%)
HSV
hsv(349, 58%, 71%)
CMYK
0%, 58%, 47%, 29%
XYZ
X: 24.86, Y: 16.30, Z: 9.71
Lab
L: 47.36, a: 45.09, b: 11.25
Name

Shades of Color #B64C60

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

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

#B64C60rgb(182, 76, 96)

About #B64C60 Color Code

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

  • HEX: #B64C60
  • RGB: rgb(182, 76, 96)
  • HSL: hsl(349, 42%, 51%)
  • HSV: hsv(349, 58%, 71%)
  • CMYK: 0.00% cyan, 58.00% magenta, 47.00% yellow, 29.00% black
  • XYZ: 24.86, 16.30, 9.71
  • Yxy: 16.30, 0.4887, 0.3204
  • Hunter Lab: 47.36, 45.09, 11.25
  • CIE-Lab: 47.36, 45.09, 11.25

In the XYZ color space, this color is represented as X: 24.86, Y: 16.30, Z: 9.71. The Yxy representation further refines this as Y: 16.30, x: 0.4887, and y: 0.3204.

In the Hunter Lab color space, this color is represented as L: 47.36, a: 45.09, and b: 11.25. Similarly, in the CIE-Lab color space, it is represented as L: 47.36, a: 45.09, and b: 11.25.

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

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

Analogous Colors of #B64C60

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

Split Complementary Colors of #B64C60

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

Tetradic Colors of #B64C60

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

Monochromatic Colors of #B64C60

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

Complementary Color of #B64C60

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

/* Using HEX */
body {
  background-color: #b64c60;
}
/* Using RGB */
body {
  background-color: rgb(182, 76, 96);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 76, 96, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 42%, 51%);
}
/* Text color */
p {
  color: #b64c60;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b64c60;
}
/* Border color */
.box {
  border: 4px solid #b64c60;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b64c60;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b64c60;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B64C60
On Black Background
#B64C60
On White Background
#B64C60

HTML Examples of #B64C60

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

Related Colors of #B64C60

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