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