Color: #BD9B44

#BD9B44 Color Information

#BD9B44 is a light color. The closest websafe version is #BD9B44. A complement of this color would be #4265BD, perceived brightness is 0.61, and the grayscale version is #818181.

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

In a RGB color space, #BD9B44 is composed of 74% red, 61% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 64% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 35.17, x: 0.4521, and y: 0.4461.

Color Code #BD9B44

#BD9B44rgb(189, 155, 68)
HEX
#BD9B44
RGB
rgb(189, 155, 68)
HSL
hsl(43, 48%, 50%)
HSV
hsv(43, 64%, 74%)
CMYK
0%, 18%, 64%, 26%
XYZ
X: 35.64, Y: 35.17, Z: 8.02
Lab
L: 65.88, a: 5.89, b: 49.22
Name

Shades of Color #BD9B44

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

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

#BD9B44rgb(189, 155, 68)

About #BD9B44 Color Code

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

  • HEX: #BD9B44
  • RGB: rgb(189, 155, 68)
  • HSL: hsl(43, 48%, 50%)
  • HSV: hsv(43, 64%, 74%)
  • CMYK: 0.00% cyan, 18.00% magenta, 64.00% yellow, 26.00% black
  • XYZ: 35.64, 35.17, 8.02
  • Yxy: 35.17, 0.4521, 0.4461
  • Hunter Lab: 65.88, 5.89, 49.22
  • CIE-Lab: 65.88, 5.89, 49.22

In the XYZ color space, this color is represented as X: 35.64, Y: 35.17, Z: 8.02. The Yxy representation further refines this as Y: 35.17, x: 0.4521, and y: 0.4461.

In the Hunter Lab color space, this color is represented as L: 65.88, a: 5.89, and b: 49.22. Similarly, in the CIE-Lab color space, it is represented as L: 65.88, a: 5.89, and b: 49.22.

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

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

Analogous Colors of #BD9B44

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

Split Complementary Colors of #BD9B44

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

Tetradic Colors of #BD9B44

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

Monochromatic Colors of #BD9B44

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

Complementary Color of #BD9B44

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

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

HTML Examples of #BD9B44

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

Related Colors of #BD9B44

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