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