Color: #B4664C

#B4664C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 20.12, x: 0.4891, and y: 0.3778.

Color Code #B4664C

#B4664Crgb(180, 102, 76)
HEX
#B4664C
RGB
rgb(180, 102, 76)
HSL
hsl(15, 41%, 50%)
HSV
hsv(15, 58%, 71%)
CMYK
0%, 43%, 58%, 29%
XYZ
X: 26.05, Y: 20.12, Z: 7.09
Lab
L: 51.97, a: 30.27, b: 28.95
Name

Shades of Color #B4664C

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

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

#B4664Crgb(180, 102, 76)

About #B4664C Color Code

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

  • HEX: #B4664C
  • RGB: rgb(180, 102, 76)
  • HSL: hsl(15, 41%, 50%)
  • HSV: hsv(15, 58%, 71%)
  • CMYK: 0.00% cyan, 43.00% magenta, 58.00% yellow, 29.00% black
  • XYZ: 26.05, 20.12, 7.09
  • Yxy: 20.12, 0.4891, 0.3778
  • Hunter Lab: 51.97, 30.27, 28.95
  • CIE-Lab: 51.97, 30.27, 28.95

In the XYZ color space, this color is represented as X: 26.05, Y: 20.12, Z: 7.09. The Yxy representation further refines this as Y: 20.12, x: 0.4891, and y: 0.3778.

In the Hunter Lab color space, this color is represented as L: 51.97, a: 30.27, and b: 28.95. Similarly, in the CIE-Lab color space, it is represented as L: 51.97, a: 30.27, and b: 28.95.

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

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

Analogous Colors of #B4664C

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

Monochromatic Colors of #B4664C

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

Complementary Color of #B4664C

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

/* Using HEX */
body {
  background-color: #b4664c;
}
/* Using RGB */
body {
  background-color: rgb(180, 102, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 102, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(15, 41%, 50%);
}
/* Text color */
p {
  color: #b4664c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b4664c;
}
/* Border color */
.box {
  border: 4px solid #b4664c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b4664c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b4664c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B4664C
On Black Background
#B4664C
On White Background
#B4664C

HTML Examples of #B4664C

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

Related Colors of #B4664C

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