Color: #B4A00B
#B4A00B Color Information
#B4A00B is a light color. The closest websafe version is #B4A00B. A complement of this color would be #0B1FB1, perceived brightness is 0.58, and the grayscale version is #606060.
In the HSL color space, this color has a hue angle of 53°,a saturation of 88%, and a lightness of 37%.The HSV representation shows a hue of 53°, a saturation of 94%, and a value of 71%.
In a RGB color space, #B4A00B is composed of 71% red, 63% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 94% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 35.38, x: 0.4578, and y: 0.4836.
Color Code #B4A00B
Shades of Color #B4A00B
Shades are created by darkening the original color #B4A00B 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 #B4A00B
Tints are created by lightening the original color #B4A00B 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 #B4A00B Color Code
In the HSL color space, this color has a hue angle of 53°, a saturation of 88%, and a lightness of 37%. The HSV representation shows a hue of 53°, a saturation of 94%, and a value of 71%.
- HEX: #B4A00B
- RGB: rgb(180, 160, 11)
- HSL: hsl(53, 88%, 37%)
- HSV: hsv(53, 94%, 71%)
- CMYK: 0.00% cyan, 11.00% magenta, 94.00% yellow, 29.00% black
- XYZ: 33.49, 35.38, 4.29
- Yxy: 35.38, 0.4578, 0.4836
- Hunter Lab: 66.04, -2.17, 66.81
- CIE-Lab: 66.04, -2.17, 66.81
In the XYZ color space, this color is represented as X: 33.49, Y: 35.38, Z: 4.29. The Yxy representation further refines this as Y: 35.38, x: 0.4578, and y: 0.4836.
In the Hunter Lab color space, this color is represented as L: 66.04, a: -2.17, and b: 66.81. Similarly, in the CIE-Lab color space, it is represented as L: 66.04, a: -2.17, and b: 66.81.
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 #B4A00B
Triadic colors are three colors evenly spaced around the color wheel, including #B4A00B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B4A00B
Monochromatic colors are variations of #B4A00B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B4A00B
The complementary color of #B4A00B 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 #B4A00B
/* Using HEX */ body { background-color: #b4a00b; }
/* Using RGB */ body { background-color: rgb(180, 160, 11); }
/* Using RGB with opacity */ body { background-color: rgba(180, 160, 11, 0.5); }
/* Using HSL */ body { background-color: hsl(53, 88%, 37%); }
/* Text color */ p { color: #b4a00b; }
/* Box shadow */ div { box-shadow: 4px 4px #b4a00b; }
/* Border color */ .box { border: 4px solid #b4a00b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b4a00b; }
/* Background with text */ div { background: #b4a00b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B4A00B
<!-- Using HEX --> <div style="background-color: #b4a00b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(180, 160, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(180, 160, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(53, 88%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b4a00b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b4a00b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b4a00b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b4a00b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b4a00b; color: #fff; padding: 16px; border-radius: 8px;"> #B4A00B </div>
Related Colors of #B4A00B
These colors are similar to #B4A00B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.