Color: #B83D56

#B83D56 Color Information

#B83D56 is a dark color. The closest websafe version is #B83D56. A complement of this color would be #3DB89F, perceived brightness is 0.39, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 348°,a saturation of 50%, and a lightness of 48%.The HSV representation shows a hue of 348°, a saturation of 67%, and a value of 72%.

In a RGB color space, #B83D56 is composed of 72% red, 24% green and 34% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 53% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 14.57, x: 0.5182, and y: 0.3142.

Color Code #B83D56

#B83D56rgb(184, 61, 86)
HEX
#B83D56
RGB
rgb(184, 61, 86)
HSL
hsl(348, 50%, 48%)
HSV
hsv(348, 67%, 72%)
CMYK
0%, 67%, 53%, 28%
XYZ
X: 24.03, Y: 14.57, Z: 7.77
Lab
L: 45.05, a: 51.52, b: 14.28
Name

Shades of Color #B83D56

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

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

#B83D56rgb(184, 61, 86)

About #B83D56 Color Code

In the HSL color space, this color has a hue angle of 348°, a saturation of 50%, and a lightness of 48%. The HSV representation shows a hue of 348°, a saturation of 67%, and a value of 72%.

  • HEX: #B83D56
  • RGB: rgb(184, 61, 86)
  • HSL: hsl(348, 50%, 48%)
  • HSV: hsv(348, 67%, 72%)
  • CMYK: 0.00% cyan, 67.00% magenta, 53.00% yellow, 28.00% black
  • XYZ: 24.03, 14.57, 7.77
  • Yxy: 14.57, 0.5182, 0.3142
  • Hunter Lab: 45.05, 51.52, 14.28
  • CIE-Lab: 45.05, 51.52, 14.28

In the XYZ color space, this color is represented as X: 24.03, Y: 14.57, Z: 7.77. The Yxy representation further refines this as Y: 14.57, x: 0.5182, and y: 0.3142.

In the Hunter Lab color space, this color is represented as L: 45.05, a: 51.52, and b: 14.28. Similarly, in the CIE-Lab color space, it is represented as L: 45.05, a: 51.52, and b: 14.28.

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

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

Analogous Colors of #B83D56

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

Monochromatic Colors of #B83D56

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

Complementary Color of #B83D56

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

/* Using HEX */
body {
  background-color: #b83d56;
}
/* Using RGB */
body {
  background-color: rgb(184, 61, 86);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 61, 86, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(348, 50%, 48%);
}
/* Text color */
p {
  color: #b83d56;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b83d56;
}
/* Border color */
.box {
  border: 4px solid #b83d56;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b83d56;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b83d56;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B83D56
On Black Background
#B83D56
On White Background
#B83D56

HTML Examples of #B83D56

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

Related Colors of #B83D56

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