Color: #BCA40D
#BCA40D Color Information
#BCA40D is a light color. The closest websafe version is #BCA40D. A complement of this color would be #0D24BA, perceived brightness is 0.60, and the grayscale version is #656565.
In the HSL color space, this color has a hue angle of 52°,a saturation of 87%, and a lightness of 39%.The HSV representation shows a hue of 52°, a saturation of 93%, and a value of 74%.
In a RGB color space, #BCA40D is composed of 74% red, 64% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 93% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 37.83, x: 0.4610, and y: 0.4807.
Color Code #BCA40D
Shades of Color #BCA40D
Shades are created by darkening the original color #BCA40D 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 #BCA40D
Tints are created by lightening the original color #BCA40D 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 #BCA40D Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 87%, and a lightness of 39%. The HSV representation shows a hue of 52°, a saturation of 93%, and a value of 74%.
- HEX: #BCA40D
- RGB: rgb(188, 164, 13)
- HSL: hsl(52, 87%, 39%)
- HSV: hsv(52, 93%, 74%)
- CMYK: 0.00% cyan, 13.00% magenta, 93.00% yellow, 26.00% black
- XYZ: 36.28, 37.83, 4.59
- Yxy: 37.83, 0.4610, 0.4807
- Hunter Lab: 67.89, -0.63, 68.28
- CIE-Lab: 67.89, -0.63, 68.28
In the XYZ color space, this color is represented as X: 36.28, Y: 37.83, Z: 4.59. The Yxy representation further refines this as Y: 37.83, x: 0.4610, and y: 0.4807.
In the Hunter Lab color space, this color is represented as L: 67.89, a: -0.63, and b: 68.28. Similarly, in the CIE-Lab color space, it is represented as L: 67.89, a: -0.63, and b: 68.28.
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 #BCA40D
Triadic colors are three colors evenly spaced around the color wheel, including #BCA40D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCA40D
Split complementary colors are two colors adjacent to the complementary color of #BCA40D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCA40D
Monochromatic colors are variations of #BCA40D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCA40D
The complementary color of #BCA40D 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 #BCA40D
/* Using HEX */ body { background-color: #bca40d; }
/* Using RGB */ body { background-color: rgb(188, 164, 13); }
/* Using RGB with opacity */ body { background-color: rgba(188, 164, 13, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 87%, 39%); }
/* Text color */ p { color: #bca40d; }
/* Box shadow */ div { box-shadow: 4px 4px #bca40d; }
/* Border color */ .box { border: 4px solid #bca40d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bca40d; }
/* Background with text */ div { background: #bca40d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCA40D
<!-- Using HEX --> <div style="background-color: #bca40d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 164, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 164, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 87%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bca40d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bca40d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bca40d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bca40d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bca40d; color: #fff; padding: 16px; border-radius: 8px;"> #BCA40D </div>
Related Colors of #BCA40D
These colors are similar to #BCA40D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.