Color: #B7521C
#B7521C Color Information
#B7521C is a dark color. The closest websafe version is #B7521C. A complement of this color would be #1C7FB5, perceived brightness is 0.42, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 21°,a saturation of 73%, and a lightness of 41%.The HSV representation shows a hue of 21°, a saturation of 85%, and a value of 72%.
In a RGB color space, #B7521C is composed of 72% red, 32% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 85% yellow and 28% black.
In the Yxy color space, this color is represented as Y: 16.66, x: 0.5591, and y: 0.3872.
Color Code #B7521C
Shades of Color #B7521C
Shades are created by darkening the original color #B7521C 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 #B7521C
Tints are created by lightening the original color #B7521C 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 #B7521C Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 73%, and a lightness of 41%. The HSV representation shows a hue of 21°, a saturation of 85%, and a value of 72%.
- HEX: #B7521C
- RGB: rgb(183, 82, 28)
- HSL: hsl(21, 73%, 41%)
- HSV: hsv(21, 85%, 72%)
- CMYK: 0.00% cyan, 55.00% magenta, 85.00% yellow, 28.00% black
- XYZ: 24.06, 16.66, 2.31
- Yxy: 16.66, 0.5591, 0.3872
- Hunter Lab: 47.82, 39.70, 49.33
- CIE-Lab: 47.82, 39.70, 49.33
In the XYZ color space, this color is represented as X: 24.06, Y: 16.66, Z: 2.31. The Yxy representation further refines this as Y: 16.66, x: 0.5591, and y: 0.3872.
In the Hunter Lab color space, this color is represented as L: 47.82, a: 39.70, and b: 49.33. Similarly, in the CIE-Lab color space, it is represented as L: 47.82, a: 39.70, and b: 49.33.
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 #B7521C
Triadic colors are three colors evenly spaced around the color wheel, including #B7521C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B7521C
Split complementary colors are two colors adjacent to the complementary color of #B7521C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B7521C
Monochromatic colors are variations of #B7521C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B7521C
The complementary color of #B7521C 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 #B7521C
/* Using HEX */ body { background-color: #b7521c; }
/* Using RGB */ body { background-color: rgb(183, 82, 28); }
/* Using RGB with opacity */ body { background-color: rgba(183, 82, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 73%, 41%); }
/* Text color */ p { color: #b7521c; }
/* Box shadow */ div { box-shadow: 4px 4px #b7521c; }
/* Border color */ .box { border: 4px solid #b7521c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b7521c; }
/* Background with text */ div { background: #b7521c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B7521C
<!-- Using HEX --> <div style="background-color: #b7521c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 82, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 82, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 73%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b7521c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b7521c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b7521c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b7521c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b7521c; color: #fff; padding: 16px; border-radius: 8px;"> #B7521C </div>
Related Colors of #B7521C
These colors are similar to #B7521C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.