Shades of Grenadier #B9543C
Tints of Grenadier #B9543C
RGB
CMYK
RGB Variations
Color information
#B9543C (or 0xB9543C) is known color: Grenadier. HEX triplet: B9, 54 and 3C. RGB value is (185,84,60). Sum of RGB (Red+Green+Blue) = 185+84+60=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9543C is #46ABC3. Grayscale: #6F6F6F. Windows color (decimal): -4631492 or 3953849. OLE color: 3953849.
HSL color Cylindrical-coordinate representation of color #B9543C: hue angle of 11.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9543C is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 60 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.27 |
| HSL | 11.52º | 0.51% | 0.48% | - |
| HSV(B) | 11.52º | 0.68% | 0.73% | - |
| XYZ | 23.99 | 16.98 | 6.29 | - |
| YUV | 111.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 60 | 0 | 0.55 | 0.68 | 0.27 | 11.52 | 0.51 | 0.48 |
| Hex | B9 | 54 | 3C | 0 | 37 | 44 | 1B | C | 33 | 30 |
| Octal | 271 | 124 | 74 | 0 | 67 | 104 | 33 | 14 | 63 | 60 |
| Binary | 10111001 | 1010100 | 111100 | 0 | 110111 | 1000100 | 11011 | 1100 | 110011 | 110000 |
Color Harmonies of #B9543C
Complementary color
Monochromatic Colors of #B9543C
Black with #B9543C
Text Example
Text Example
White with #B9543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9543C; }
p { color: rgb(185,84,60); }
H1.HeaderClassName
{
color: #B9543C;
}
.AnyTagClassName
{
color: #B9543C;
}
</style>
background-color css
<style>
a { background-color: #B9543C; }
a { background-color: rgb(185,84,60); }
div.DivClassName
{
background-color: #B9543C;
}
.BgClassName
{
background-color: #B9543C;
}
</style>
border-color css
<style>
span { border-color: #B9543C; }
span { border-color: rgb(185,84,60); }
td.TdClassName
{
border-color: #B9543C;
}
.TagClassName
{
border-color: #B9543C;
}
</style>