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