Color: #B82E00
#B82E00 Color Information
#B82E00 is a dark color. The closest websafe version is #B82E00. A complement of this color would be #008AB8, perceived brightness is 0.32, and the grayscale version is #5C5C5C.
In the HSL color space, this color has a hue angle of 15°,a saturation of 99%, and a lightness of 36%.The HSV representation shows a hue of 15°, a saturation of 100%, and a value of 72%.
In a RGB color space, #B82E00 is composed of 72% red, 18% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 100% yellow and 28% black.
In the Yxy color space, this color is represented as Y: 12.62, x: 0.6183, and y: 0.3555.
Color Code #B82E00
Shades of Color #B82E00
Shades are created by darkening the original color #B82E00 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 #B82E00
Tints are created by lightening the original color #B82E00 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 #B82E00 Color Code
In the HSL color space, this color has a hue angle of 15°, a saturation of 100%, and a lightness of 36%. The HSV representation shows a hue of 15°, a saturation of 100%, and a value of 72%.
- HEX: #B82E00
- RGB: rgb(184, 46, 0)
- HSL: hsl(15, 100%, 36%)
- HSV: hsv(15, 100%, 72%)
- CMYK: 0.00% cyan, 75.00% magenta, 100.00% yellow, 28.00% black
- XYZ: 21.95, 12.62, 0.93
- Yxy: 12.62, 0.6183, 0.3555
- Hunter Lab: 42.19, 54.49, 55.44
- CIE-Lab: 42.19, 54.49, 55.44
In the XYZ color space, this color is represented as X: 21.95, Y: 12.62, Z: 0.93. The Yxy representation further refines this as Y: 12.62, x: 0.6183, and y: 0.3555.
In the Hunter Lab color space, this color is represented as L: 42.19, a: 54.49, and b: 55.44. Similarly, in the CIE-Lab color space, it is represented as L: 42.19, a: 54.49, and b: 55.44.
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 #B82E00
Triadic colors are three colors evenly spaced around the color wheel, including #B82E00. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B82E00
Split complementary colors are two colors adjacent to the complementary color of #B82E00. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B82E00
Monochromatic colors are variations of #B82E00, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B82E00
The complementary color of #B82E00 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 #B82E00
/* Using HEX */ body { background-color: #b82e00; }
/* Using RGB */ body { background-color: rgb(184, 46, 0); }
/* Using RGB with opacity */ body { background-color: rgba(184, 46, 0, 0.5); }
/* Using HSL */ body { background-color: hsl(15, 100%, 36%); }
/* Text color */ p { color: #b82e00; }
/* Box shadow */ div { box-shadow: 4px 4px #b82e00; }
/* Border color */ .box { border: 4px solid #b82e00; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b82e00; }
/* Background with text */ div { background: #b82e00; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B82E00
<!-- Using HEX --> <div style="background-color: #b82e00; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 46, 0); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 46, 0, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(15, 100%, 36%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b82e00;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b82e00; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b82e00; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b82e00;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b82e00; color: #fff; padding: 16px; border-radius: 8px;"> #B82E00 </div>
Related Colors of #B82E00
These colors are similar to #B82E00, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.