Color: #B28D04
#B28D04 Color Information
#B28D04 is a light color. The closest websafe version is #B28D04. A complement of this color would be #042AB4, perceived brightness is 0.54, and the grayscale version is #5B5B5B.
In the HSL color space, this color has a hue angle of 47°,a saturation of 96%, and a lightness of 36%.The HSV representation shows a hue of 47°, a saturation of 98%, and a value of 70%.
In a RGB color space, #B28D04 is composed of 70% red, 55% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 98% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 29.01, x: 0.4789, and y: 0.4680.
Color Code #B28D04
Shades of Color #B28D04
Shades are created by darkening the original color #B28D04 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 #B28D04
Tints are created by lightening the original color #B28D04 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 #B28D04 Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 96%, and a lightness of 36%. The HSV representation shows a hue of 47°, a saturation of 98%, and a value of 70%.
- HEX: #B28D04
- RGB: rgb(178, 141, 4)
- HSL: hsl(47, 96%, 36%)
- HSV: hsv(47, 98%, 70%)
- CMYK: 0.00% cyan, 21.00% magenta, 98.00% yellow, 30.00% black
- XYZ: 29.69, 29.01, 3.29
- Yxy: 29.01, 0.4789, 0.4680
- Hunter Lab: 60.79, 6.64, 64.05
- CIE-Lab: 60.79, 6.64, 64.05
In the XYZ color space, this color is represented as X: 29.69, Y: 29.01, Z: 3.29. The Yxy representation further refines this as Y: 29.01, x: 0.4789, and y: 0.4680.
In the Hunter Lab color space, this color is represented as L: 60.79, a: 6.64, and b: 64.05. Similarly, in the CIE-Lab color space, it is represented as L: 60.79, a: 6.64, and b: 64.05.
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 #B28D04
Triadic colors are three colors evenly spaced around the color wheel, including #B28D04. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B28D04
Split complementary colors are two colors adjacent to the complementary color of #B28D04. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B28D04
Monochromatic colors are variations of #B28D04, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B28D04
The complementary color of #B28D04 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 #B28D04
/* Using HEX */ body { background-color: #b28d04; }
/* Using RGB */ body { background-color: rgb(178, 141, 4); }
/* Using RGB with opacity */ body { background-color: rgba(178, 141, 4, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 96%, 36%); }
/* Text color */ p { color: #b28d04; }
/* Box shadow */ div { box-shadow: 4px 4px #b28d04; }
/* Border color */ .box { border: 4px solid #b28d04; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b28d04; }
/* Background with text */ div { background: #b28d04; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B28D04
<!-- Using HEX --> <div style="background-color: #b28d04; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 141, 4); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 141, 4, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 96%, 36%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b28d04;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b28d04; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b28d04; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b28d04;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b28d04; color: #fff; padding: 16px; border-radius: 8px;"> #B28D04 </div>
Related Colors of #B28D04
These colors are similar to #B28D04, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.