Color: #B09B27
#B09B27 Color Information
#B09B27 is a light color. The closest websafe version is #B09B27. A complement of this color would be #273BB0, perceived brightness is 0.58, and the grayscale version is #6B6B6B.
In the HSL color space, this color has a hue angle of 51°,a saturation of 64%, and a lightness of 42%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B09B27 is composed of 69% red, 61% green and 15% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 78% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 33.28, x: 0.4525, and y: 0.4730.
Color Code #B09B27
Shades of Color #B09B27
Shades are created by darkening the original color #B09B27 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 #B09B27
Tints are created by lightening the original color #B09B27 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 #B09B27 Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 64%, and a lightness of 42%. The HSV representation shows a hue of 51°, a saturation of 78%, and a value of 69%.
- HEX: #B09B27
- RGB: rgb(176, 155, 39)
- HSL: hsl(51, 64%, 42%)
- HSV: hsv(51, 78%, 69%)
- CMYK: 0.00% cyan, 12.00% magenta, 78.00% yellow, 31.00% black
- XYZ: 31.84, 33.28, 5.24
- Yxy: 33.28, 0.4525, 0.4730
- Hunter Lab: 64.39, -0.89, 58.83
- CIE-Lab: 64.39, -0.89, 58.83
In the XYZ color space, this color is represented as X: 31.84, Y: 33.28, Z: 5.24. The Yxy representation further refines this as Y: 33.28, x: 0.4525, and y: 0.4730.
In the Hunter Lab color space, this color is represented as L: 64.39, a: -0.89, and b: 58.83. Similarly, in the CIE-Lab color space, it is represented as L: 64.39, a: -0.89, and b: 58.83.
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 #B09B27
Triadic colors are three colors evenly spaced around the color wheel, including #B09B27. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B09B27
Monochromatic colors are variations of #B09B27, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B09B27
The complementary color of #B09B27 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 #B09B27
/* Using HEX */ body { background-color: #b09b27; }
/* Using RGB */ body { background-color: rgb(176, 155, 39); }
/* Using RGB with opacity */ body { background-color: rgba(176, 155, 39, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 64%, 42%); }
/* Text color */ p { color: #b09b27; }
/* Box shadow */ div { box-shadow: 4px 4px #b09b27; }
HTML Examples of #B09B27
<!-- Using HEX --> <div style="background-color: #b09b27; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 155, 39); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 155, 39, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 64%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b09b27;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b09b27; width: 100px; height: 100px;"></div>
Related Colors of #B09B27
These colors are similar to #B09B27, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.