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