Color: #BDB45C
#BDB45C Color Information
#BDB45C is a light color. The closest websafe version is #BDB45C. A complement of this color would be #5C66BC, perceived brightness is 0.68, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 54°,a saturation of 42%, and a lightness of 55%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BDB45C is composed of 74% red, 71% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 51% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 44.69, x: 0.4181, and y: 0.4525.
Color Code #BDB45C
Shades of Color #BDB45C
Shades are created by darkening the original color #BDB45C 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 #BDB45C
Tints are created by lightening the original color #BDB45C 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.
About #BDB45C Color Code
In the HSL color space, this color has a hue angle of 54°, a saturation of 42%, and a lightness of 55%. The HSV representation shows a hue of 54°, a saturation of 51%, and a value of 74%.
- HEX: #BDB45C
- RGB: rgb(189, 180, 92)
- HSL: hsl(54, 42%, 55%)
- HSV: hsv(54, 51%, 74%)
- CMYK: 0.00% cyan, 5.00% magenta, 51.00% yellow, 26.00% black
- XYZ: 41.30, 44.69, 12.78
- Yxy: 44.69, 0.4181, 0.4525
- Hunter Lab: 72.69, -5.38, 45.49
- CIE-Lab: 72.69, -5.38, 45.49
In the XYZ color space, this color is represented as X: 41.30, Y: 44.69, Z: 12.78. The Yxy representation further refines this as Y: 44.69, x: 0.4181, and y: 0.4525.
In the Hunter Lab color space, this color is represented as L: 72.69, a: -5.38, and b: 45.49. Similarly, in the CIE-Lab color space, it is represented as L: 72.69, a: -5.38, and b: 45.49.
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 #BDB45C
Triadic colors are three colors evenly spaced around the color wheel, including #BDB45C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BDB45C
Monochromatic colors are variations of #BDB45C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDB45C
The complementary color of #BDB45C 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 #BDB45C
/* Using HEX */ body { background-color: #bdb45c; }
/* Using RGB */ body { background-color: rgb(189, 180, 92); }
/* Using RGB with opacity */ body { background-color: rgba(189, 180, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(54, 42%, 55%); }
/* Text color */ p { color: #bdb45c; }
/* Box shadow */ div { box-shadow: 4px 4px #bdb45c; }
HTML Examples of #BDB45C
<!-- Using HEX --> <div style="background-color: #bdb45c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 180, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 180, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(54, 42%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bdb45c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bdb45c; width: 100px; height: 100px;"></div>
Related Colors of #BDB45C
These colors are similar to #BDB45C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.