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