Color: #B39C20
#B39C20 Color Information
#B39C20 is a light color. The closest websafe version is #B39C20. A complement of this color would be #1F35B2, perceived brightness is 0.58, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 51°,a saturation of 70%, and a lightness of 41%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B39C20 is composed of 70% red, 61% green and 13% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 82% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 33.95, x: 0.4569, and y: 0.4748.
Color Code #B39C20
Shades of Color #B39C20
Shades are created by darkening the original color #B39C20 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 #B39C20
Tints are created by lightening the original color #B39C20 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 #B39C20 Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 70%, and a lightness of 41%. The HSV representation shows a hue of 51°, a saturation of 82%, and a value of 70%.
- HEX: #B39C20
- RGB: rgb(179, 156, 32)
- HSL: hsl(51, 70%, 41%)
- HSV: hsv(51, 82%, 70%)
- CMYK: 0.00% cyan, 13.00% magenta, 82.00% yellow, 30.00% black
- XYZ: 32.67, 33.95, 4.89
- Yxy: 33.95, 0.4569, 0.4748
- Hunter Lab: 64.92, -0.25, 61.56
- CIE-Lab: 64.92, -0.25, 61.56
In the XYZ color space, this color is represented as X: 32.67, Y: 33.95, Z: 4.89. The Yxy representation further refines this as Y: 33.95, x: 0.4569, and y: 0.4748.
In the Hunter Lab color space, this color is represented as L: 64.92, a: -0.25, and b: 61.56. Similarly, in the CIE-Lab color space, it is represented as L: 64.92, a: -0.25, and b: 61.56.
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 #B39C20
Triadic colors are three colors evenly spaced around the color wheel, including #B39C20. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B39C20
Monochromatic colors are variations of #B39C20, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B39C20
The complementary color of #B39C20 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 #B39C20
/* Using HEX */ body { background-color: #b39c20; }
/* Using RGB */ body { background-color: rgb(179, 156, 32); }
/* Using RGB with opacity */ body { background-color: rgba(179, 156, 32, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 70%, 41%); }
/* Text color */ p { color: #b39c20; }
/* Box shadow */ div { box-shadow: 4px 4px #b39c20; }
HTML Examples of #B39C20
<!-- Using HEX --> <div style="background-color: #b39c20; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 156, 32); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 156, 32, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 70%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b39c20;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b39c20; width: 100px; height: 100px;"></div>
Related Colors of #B39C20
These colors are similar to #B39C20, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.