Color: #BDAD5F

#BDAD5F Color Information

#BDAD5F is a light color. The closest websafe version is #BDAD5F. A complement of this color would be #606FBE, perceived brightness is 0.66, and the grayscale version is #8E8E8E.

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

In a RGB color space, #BDAD5F is composed of 74% red, 68% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 50% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 41.97, x: 0.4210, and y: 0.4426.

Color Code #BDAD5F

#BDAD5Frgb(189, 173, 95)
HEX
#BDAD5F
RGB
rgb(189, 173, 95)
HSL
hsl(50, 42%, 56%)
HSV
hsv(50, 50%, 74%)
CMYK
0%, 8%, 50%, 26%
XYZ
X: 39.92, Y: 41.97, Z: 12.94
Lab
L: 70.85, a: -1.71, b: 41.90
Name

Shades of Color #BDAD5F

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

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

#BDAD5Frgb(189, 173, 95)

About #BDAD5F Color Code

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

  • HEX: #BDAD5F
  • RGB: rgb(189, 173, 95)
  • HSL: hsl(50, 42%, 56%)
  • HSV: hsv(50, 50%, 74%)
  • CMYK: 0.00% cyan, 8.00% magenta, 50.00% yellow, 26.00% black
  • XYZ: 39.92, 41.97, 12.94
  • Yxy: 41.97, 0.4210, 0.4426
  • Hunter Lab: 70.85, -1.71, 41.90
  • CIE-Lab: 70.85, -1.71, 41.90

In the XYZ color space, this color is represented as X: 39.92, Y: 41.97, Z: 12.94. The Yxy representation further refines this as Y: 41.97, x: 0.4210, and y: 0.4426.

In the Hunter Lab color space, this color is represented as L: 70.85, a: -1.71, and b: 41.90. Similarly, in the CIE-Lab color space, it is represented as L: 70.85, a: -1.71, and b: 41.90.

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

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

Analogous Colors of #BDAD5F

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

Monochromatic Colors of #BDAD5F

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

Complementary Color of #BDAD5F

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

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

HTML Examples of #BDAD5F

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

Related Colors of #BDAD5F

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