Shades of Grenadier #B9482C
Tints of Grenadier #B9482C
RGB
CMYK
RGB Variations
Color information
#B9482C (or 0xB9482C) is known color: Grenadier. HEX triplet: B9, 48 and 2C. RGB value is (185,72,44). Sum of RGB (Red+Green+Blue) = 185+72+44=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9482C is #46B7D3. Grayscale: #666666. Windows color (decimal): -4634580 or 2902201. OLE color: 2902201.
HSL color Cylindrical-coordinate representation of color #B9482C: hue angle of 11.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9482C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 44 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.27 |
| HSL | 11.91º | 0.62% | 0.45% | - |
| HSV(B) | 11.91º | 0.76% | 0.73% | - |
| XYZ | 22.78 | 15.13 | 4.1 | - |
| YUV | 102.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 44 | 0 | 0.61 | 0.76 | 0.27 | 11.91 | 0.62 | 0.45 |
| Hex | B9 | 48 | 2C | 0 | 3D | 4C | 1B | C | 3E | 2D |
| Octal | 271 | 110 | 54 | 0 | 75 | 114 | 33 | 14 | 76 | 55 |
| Binary | 10111001 | 1001000 | 101100 | 0 | 111101 | 1001100 | 11011 | 1100 | 111110 | 101101 |
Color Harmonies of #B9482C
Complementary color
Monochromatic Colors of #B9482C
Black with #B9482C
Text Example
Text Example
White with #B9482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9482C; }
p { color: rgb(185,72,44); }
H1.HeaderClassName
{
color: #B9482C;
}
.AnyTagClassName
{
color: #B9482C;
}
</style>
background-color css
<style>
a { background-color: #B9482C; }
a { background-color: rgb(185,72,44); }
div.DivClassName
{
background-color: #B9482C;
}
.BgClassName
{
background-color: #B9482C;
}
</style>
border-color css
<style>
span { border-color: #B9482C; }
span { border-color: rgb(185,72,44); }
td.TdClassName
{
border-color: #B9482C;
}
.TagClassName
{
border-color: #B9482C;
}
</style>