Shades of Grenadier #B9492A
Tints of Grenadier #B9492A
RGB
CMYK
RGB Variations
Color information
#B9492A (or 0xB9492A) is known color: Grenadier. HEX triplet: B9, 49 and 2A. RGB value is (185,73,42). Sum of RGB (Red+Green+Blue) = 185+73+42=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9492A is #46B6D5. Grayscale: #676767. Windows color (decimal): -4634326 or 2771385. OLE color: 2771385.
HSL color Cylindrical-coordinate representation of color #B9492A: hue angle of 13.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9492A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 42 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.27 |
| HSL | 13.01º | 0.63% | 0.45% | - |
| HSV(B) | 13.01º | 0.77% | 0.73% | - |
| XYZ | 22.81 | 15.25 | 3.93 | - |
| YUV | 102.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 42 | 0 | 0.61 | 0.77 | 0.27 | 13.01 | 0.63 | 0.45 |
| Hex | B9 | 49 | 2A | 0 | 3D | 4D | 1B | D | 3F | 2D |
| Octal | 271 | 111 | 52 | 0 | 75 | 115 | 33 | 15 | 77 | 55 |
| Binary | 10111001 | 1001001 | 101010 | 0 | 111101 | 1001101 | 11011 | 1101 | 111111 | 101101 |
Color Harmonies of #B9492A
Complementary color
Monochromatic Colors of #B9492A
Black with #B9492A
Text Example
Text Example
White with #B9492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9492A; }
p { color: rgb(185,73,42); }
H1.HeaderClassName
{
color: #B9492A;
}
.AnyTagClassName
{
color: #B9492A;
}
</style>
background-color css
<style>
a { background-color: #B9492A; }
a { background-color: rgb(185,73,42); }
div.DivClassName
{
background-color: #B9492A;
}
.BgClassName
{
background-color: #B9492A;
}
</style>
border-color css
<style>
span { border-color: #B9492A; }
span { border-color: rgb(185,73,42); }
td.TdClassName
{
border-color: #B9492A;
}
.TagClassName
{
border-color: #B9492A;
}
</style>