Shades of Grenadier #B9543D
Tints of Grenadier #B9543D
RGB
CMYK
RGB Variations
Color information
#B9543D (or 0xB9543D) is known color: Grenadier. HEX triplet: B9, 54 and 3D. RGB value is (185,84,61). Sum of RGB (Red+Green+Blue) = 185+84+61=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9543D is #46ABC2. Grayscale: #6F6F6F. Windows color (decimal): -4631491 or 4019385. OLE color: 4019385.
HSL color Cylindrical-coordinate representation of color #B9543D: hue angle of 11.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9543D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 61 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.27 |
| HSL | 11.13º | 0.5% | 0.48% | - |
| HSV(B) | 11.13º | 0.67% | 0.73% | - |
| XYZ | 24.02 | 16.99 | 6.43 | - |
| YUV | 111.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 61 | 0 | 0.55 | 0.67 | 0.27 | 11.13 | 0.5 | 0.48 |
| Hex | B9 | 54 | 3D | 0 | 37 | 43 | 1B | B | 32 | 30 |
| Octal | 271 | 124 | 75 | 0 | 67 | 103 | 33 | 13 | 62 | 60 |
| Binary | 10111001 | 1010100 | 111101 | 0 | 110111 | 1000011 | 11011 | 1011 | 110010 | 110000 |
Color Harmonies of #B9543D
Complementary color
Monochromatic Colors of #B9543D
Black with #B9543D
Text Example
Text Example
White with #B9543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9543D; }
p { color: rgb(185,84,61); }
H1.HeaderClassName
{
color: #B9543D;
}
.AnyTagClassName
{
color: #B9543D;
}
</style>
background-color css
<style>
a { background-color: #B9543D; }
a { background-color: rgb(185,84,61); }
div.DivClassName
{
background-color: #B9543D;
}
.BgClassName
{
background-color: #B9543D;
}
</style>
border-color css
<style>
span { border-color: #B9543D; }
span { border-color: rgb(185,84,61); }
td.TdClassName
{
border-color: #B9543D;
}
.TagClassName
{
border-color: #B9543D;
}
</style>