Shades of Grenadier #B9462F
Tints of Grenadier #B9462F
RGB
CMYK
RGB Variations
Color information
#B9462F (or 0xB9462F) is known color: Grenadier. HEX triplet: B9, 46 and 2F. RGB value is (185,70,47). Sum of RGB (Red+Green+Blue) = 185+70+47=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9462F is #46B9D0. Grayscale: #656565. Windows color (decimal): -4635089 or 3098297. OLE color: 3098297.
HSL color Cylindrical-coordinate representation of color #B9462F: hue angle of 10º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9462F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.27 |
| HSL | 10º | 0.59% | 0.45% | - |
| HSV(B) | 10º | 0.75% | 0.73% | - |
| XYZ | 22.71 | 14.9 | 4.37 | - |
| YUV | 101.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 47 | 0 | 0.62 | 0.75 | 0.27 | 10 | 0.59 | 0.45 |
| Hex | B9 | 46 | 2F | 0 | 3E | 4B | 1B | A | 3B | 2D |
| Octal | 271 | 106 | 57 | 0 | 76 | 113 | 33 | 12 | 73 | 55 |
| Binary | 10111001 | 1000110 | 101111 | 0 | 111110 | 1001011 | 11011 | 1010 | 111011 | 101101 |
Color Harmonies of #B9462F
Complementary color
Monochromatic Colors of #B9462F
Black with #B9462F
Text Example
Text Example
White with #B9462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9462F; }
p { color: rgb(185,70,47); }
H1.HeaderClassName
{
color: #B9462F;
}
.AnyTagClassName
{
color: #B9462F;
}
</style>
background-color css
<style>
a { background-color: #B9462F; }
a { background-color: rgb(185,70,47); }
div.DivClassName
{
background-color: #B9462F;
}
.BgClassName
{
background-color: #B9462F;
}
</style>
border-color css
<style>
span { border-color: #B9462F; }
span { border-color: rgb(185,70,47); }
td.TdClassName
{
border-color: #B9462F;
}
.TagClassName
{
border-color: #B9462F;
}
</style>