Color: #B0762A
#B0762A Color Information
#B0762A is a dark color. The closest websafe version is #B0762A. A complement of this color would be #2B65B1, perceived brightness is 0.50, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 34°,a saturation of 61%, and a lightness of 43%.The HSV representation shows a hue of 34°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B0762A is composed of 69% red, 46% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 76% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 22.79, x: 0.4946, and y: 0.4296.
Color Code #B0762A
Shades of Color #B0762A
Shades are created by darkening the original color #B0762A 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 #B0762A
Tints are created by lightening the original color #B0762A 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 #B0762A Color Code
In the HSL color space, this color has a hue angle of 34°, a saturation of 61%, and a lightness of 43%. The HSV representation shows a hue of 34°, a saturation of 76%, and a value of 69%.
- HEX: #B0762A
- RGB: rgb(176, 118, 42)
- HSL: hsl(34, 61%, 43%)
- HSV: hsv(34, 76%, 69%)
- CMYK: 0.00% cyan, 33.00% magenta, 76.00% yellow, 31.00% black
- XYZ: 26.24, 22.79, 4.02
- Yxy: 22.79, 0.4946, 0.4296
- Hunter Lab: 54.85, 18.61, 49.13
- CIE-Lab: 54.85, 18.61, 49.13
In the XYZ color space, this color is represented as X: 26.24, Y: 22.79, Z: 4.02. The Yxy representation further refines this as Y: 22.79, x: 0.4946, and y: 0.4296.
In the Hunter Lab color space, this color is represented as L: 54.85, a: 18.61, and b: 49.13. Similarly, in the CIE-Lab color space, it is represented as L: 54.85, a: 18.61, and b: 49.13.
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 #B0762A
Triadic colors are three colors evenly spaced around the color wheel, including #B0762A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B0762A
Monochromatic colors are variations of #B0762A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B0762A
The complementary color of #B0762A 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 #B0762A
/* Using HEX */ body { background-color: #b0762a; }
/* Using RGB */ body { background-color: rgb(176, 118, 42); }
/* Using RGB with opacity */ body { background-color: rgba(176, 118, 42, 0.5); }
/* Using HSL */ body { background-color: hsl(34, 61%, 43%); }
/* Text color */ p { color: #b0762a; }
/* Box shadow */ div { box-shadow: 4px 4px #b0762a; }
HTML Examples of #B0762A
<!-- Using HEX --> <div style="background-color: #b0762a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 118, 42); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 118, 42, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(34, 61%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b0762a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b0762a; width: 100px; height: 100px;"></div>
Related Colors of #B0762A
These colors are similar to #B0762A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.