Color: #BD5465

#BD5465 Color Information

#BD5465 is a dark color. The closest websafe version is #BD5465. A complement of this color would be #56BDAC, perceived brightness is 0.46, and the grayscale version is #898989.

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

In a RGB color space, #BD5465 is composed of 74% red, 33% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 47% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 18.47, x: 0.4836, and y: 0.3252.

Color Code #BD5465

#BD5465rgb(189, 84, 101)
HEX
#BD5465
RGB
rgb(189, 84, 101)
HSL
hsl(350, 44%, 54%)
HSV
hsv(350, 56%, 74%)
CMYK
0%, 56%, 47%, 26%
XYZ
X: 27.47, Y: 18.47, Z: 10.86
Lab
L: 50.06, a: 44.26, b: 12.15
Name

Shades of Color #BD5465

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

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

#BD5465rgb(189, 84, 101)

About #BD5465 Color Code

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

  • HEX: #BD5465
  • RGB: rgb(189, 84, 101)
  • HSL: hsl(350, 44%, 54%)
  • HSV: hsv(350, 56%, 74%)
  • CMYK: 0.00% cyan, 56.00% magenta, 47.00% yellow, 26.00% black
  • XYZ: 27.47, 18.47, 10.86
  • Yxy: 18.47, 0.4836, 0.3252
  • Hunter Lab: 50.06, 44.26, 12.15
  • CIE-Lab: 50.06, 44.26, 12.15

In the XYZ color space, this color is represented as X: 27.47, Y: 18.47, Z: 10.86. The Yxy representation further refines this as Y: 18.47, x: 0.4836, and y: 0.3252.

In the Hunter Lab color space, this color is represented as L: 50.06, a: 44.26, and b: 12.15. Similarly, in the CIE-Lab color space, it is represented as L: 50.06, a: 44.26, and b: 12.15.

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

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

Analogous Colors of #BD5465

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

Split Complementary Colors of #BD5465

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

Tetradic Colors of #BD5465

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

Monochromatic Colors of #BD5465

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

Complementary Color of #BD5465

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

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

HTML Examples of #BD5465

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

Related Colors of #BD5465

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