Color: #B04103
#B04103 Color Information
#B04103 is a dark color. The closest websafe version is #B04103. A complement of this color would be #0370B0, perceived brightness is 0.36, and the grayscale version is #5A5A5A.
In the HSL color space, this color has a hue angle of 22°,a saturation of 97%, and a lightness of 35%.The HSV representation shows a hue of 22°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B04103 is composed of 69% red, 25% green and 1% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 98% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 13.46, x: 0.5890, and y: 0.3779.
Color Code #B04103
Shades of Color #B04103
Shades are created by darkening the original color #B04103 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 #B04103
Tints are created by lightening the original color #B04103 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 #B04103 Color Code
In the HSL color space, this color has a hue angle of 22°, a saturation of 97%, and a lightness of 35%. The HSV representation shows a hue of 22°, a saturation of 98%, and a value of 69%.
- HEX: #B04103
- RGB: rgb(176, 65, 3)
- HSL: hsl(22, 97%, 35%)
- HSV: hsv(22, 98%, 69%)
- CMYK: 0.00% cyan, 63.00% magenta, 98.00% yellow, 31.00% black
- XYZ: 20.98, 13.46, 1.18
- Yxy: 13.46, 0.5890, 0.3779
- Hunter Lab: 43.44, 44.52, 53.90
- CIE-Lab: 43.44, 44.52, 53.90
In the XYZ color space, this color is represented as X: 20.98, Y: 13.46, Z: 1.18. The Yxy representation further refines this as Y: 13.46, x: 0.5890, and y: 0.3779.
In the Hunter Lab color space, this color is represented as L: 43.44, a: 44.52, and b: 53.90. Similarly, in the CIE-Lab color space, it is represented as L: 43.44, a: 44.52, and b: 53.90.
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 #B04103
Triadic colors are three colors evenly spaced around the color wheel, including #B04103. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B04103
Monochromatic colors are variations of #B04103, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B04103
The complementary color of #B04103 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 #B04103
/* Using HEX */ body { background-color: #b04103; }
/* Using RGB */ body { background-color: rgb(176, 65, 3); }
/* Using RGB with opacity */ body { background-color: rgba(176, 65, 3, 0.5); }
/* Using HSL */ body { background-color: hsl(22, 97%, 35%); }
/* Text color */ p { color: #b04103; }
/* Box shadow */ div { box-shadow: 4px 4px #b04103; }
HTML Examples of #B04103
<!-- Using HEX --> <div style="background-color: #b04103; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 65, 3); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 65, 3, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(22, 97%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b04103;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b04103; width: 100px; height: 100px;"></div>
Related Colors of #B04103
These colors are similar to #B04103, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.