Color: #BDB59C

#BDB59C Color Information

#BDB59C is a light color. The closest websafe version is #BDB59C. A complement of this color would be #9DA5BE, perceived brightness is 0.71, and the grayscale version is #ADADAD.

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

In a RGB color space, #BDB59C is composed of 74% red, 71% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 17% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 46.46, x: 0.3724, and y: 0.3867.

Color Code #BDB59C

#BDB59Crgb(189, 181, 156)
HEX
#BDB59C
RGB
rgb(189, 181, 156)
HSL
hsl(45, 20%, 68%)
HSV
hsv(45, 17%, 74%)
CMYK
0%, 4%, 17%, 26%
XYZ
X: 44.74, Y: 46.46, Z: 28.94
Lab
L: 73.85, a: -0.17, b: 13.87
Name

Shades of Color #BDB59C

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

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

#BDB59Crgb(189, 181, 156)

About #BDB59C Color Code

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

  • HEX: #BDB59C
  • RGB: rgb(189, 181, 156)
  • HSL: hsl(45, 20%, 68%)
  • HSV: hsv(45, 17%, 74%)
  • CMYK: 0.00% cyan, 4.00% magenta, 17.00% yellow, 26.00% black
  • XYZ: 44.74, 46.46, 28.94
  • Yxy: 46.46, 0.3724, 0.3867
  • Hunter Lab: 73.85, -0.17, 13.87
  • CIE-Lab: 73.85, -0.17, 13.87

In the XYZ color space, this color is represented as X: 44.74, Y: 46.46, Z: 28.94. The Yxy representation further refines this as Y: 46.46, x: 0.3724, and y: 0.3867.

In the Hunter Lab color space, this color is represented as L: 73.85, a: -0.17, and b: 13.87. Similarly, in the CIE-Lab color space, it is represented as L: 73.85, a: -0.17, and b: 13.87.

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

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

Analogous Colors of #BDB59C

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

Monochromatic Colors of #BDB59C

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

Complementary Color of #BDB59C

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

/* Using HEX */
body {
  background-color: #bdb59c;
}
/* Using RGB */
body {
  background-color: rgb(189, 181, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 181, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 20%, 68%);
}
/* Text color */
p {
  color: #bdb59c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdb59c;
}
/* Border color */
.box {
  border: 4px solid #bdb59c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bdb59c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bdb59c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDB59C
On Black Background
#BDB59C
On White Background
#BDB59C

HTML Examples of #BDB59C

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

Related Colors of #BDB59C

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