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