Shades of Grenadier #B94E2F
Tints of Grenadier #B94E2F
RGB
CMYK
RGB Variations
Color information
#B94E2F (or 0xB94E2F) is known color: Grenadier. HEX triplet: B9, 4E and 2F. RGB value is (185,78,47). Sum of RGB (Red+Green+Blue) = 185+78+47=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E2F is #46B1D0. Grayscale: #6A6A6A. Windows color (decimal): -4633041 or 3100345. OLE color: 3100345.
HSL color Cylindrical-coordinate representation of color #B94E2F: hue angle of 13.48º 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 #B94E2F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 47 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.27 |
| HSL | 13.48º | 0.59% | 0.45% | - |
| HSV(B) | 13.48º | 0.75% | 0.73% | - |
| XYZ | 23.25 | 15.97 | 4.55 | - |
| YUV | 106.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 47 | 0 | 0.58 | 0.75 | 0.27 | 13.48 | 0.59 | 0.45 |
| Hex | B9 | 4E | 2F | 0 | 3A | 4B | 1B | D | 3B | 2D |
| Octal | 271 | 116 | 57 | 0 | 72 | 113 | 33 | 15 | 73 | 55 |
| Binary | 10111001 | 1001110 | 101111 | 0 | 111010 | 1001011 | 11011 | 1101 | 111011 | 101101 |
Color Harmonies of #B94E2F
Complementary color
Monochromatic Colors of #B94E2F
Black with #B94E2F
Text Example
Text Example
White with #B94E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E2F; }
p { color: rgb(185,78,47); }
H1.HeaderClassName
{
color: #B94E2F;
}
.AnyTagClassName
{
color: #B94E2F;
}
</style>
background-color css
<style>
a { background-color: #B94E2F; }
a { background-color: rgb(185,78,47); }
div.DivClassName
{
background-color: #B94E2F;
}
.BgClassName
{
background-color: #B94E2F;
}
</style>
border-color css
<style>
span { border-color: #B94E2F; }
span { border-color: rgb(185,78,47); }
td.TdClassName
{
border-color: #B94E2F;
}
.TagClassName
{
border-color: #B94E2F;
}
</style>