Shades of Grenadier #B94E2E
Tints of Grenadier #B94E2E
RGB
CMYK
RGB Variations
Color information
#B94E2E (or 0xB94E2E) is known color: Grenadier. HEX triplet: B9, 4E and 2E. RGB value is (185,78,46). Sum of RGB (Red+Green+Blue) = 185+78+46=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E2E is #46B1D1. Grayscale: #6A6A6A. Windows color (decimal): -4633042 or 3034809. OLE color: 3034809.
HSL color Cylindrical-coordinate representation of color #B94E2E: hue angle of 13.81º degrees, saturation: 0.6, 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 #B94E2E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 46 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.27 |
| HSL | 13.81º | 0.6% | 0.45% | - |
| HSV(B) | 13.81º | 0.75% | 0.73% | - |
| XYZ | 23.23 | 15.96 | 4.44 | - |
| YUV | 106.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 46 | 0 | 0.58 | 0.75 | 0.27 | 13.81 | 0.6 | 0.45 |
| Hex | B9 | 4E | 2E | 0 | 3A | 4B | 1B | E | 3C | 2D |
| Octal | 271 | 116 | 56 | 0 | 72 | 113 | 33 | 16 | 74 | 55 |
| Binary | 10111001 | 1001110 | 101110 | 0 | 111010 | 1001011 | 11011 | 1110 | 111100 | 101101 |
Color Harmonies of #B94E2E
Complementary color
Monochromatic Colors of #B94E2E
Black with #B94E2E
Text Example
Text Example
White with #B94E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E2E; }
p { color: rgb(185,78,46); }
H1.HeaderClassName
{
color: #B94E2E;
}
.AnyTagClassName
{
color: #B94E2E;
}
</style>
background-color css
<style>
a { background-color: #B94E2E; }
a { background-color: rgb(185,78,46); }
div.DivClassName
{
background-color: #B94E2E;
}
.BgClassName
{
background-color: #B94E2E;
}
</style>
border-color css
<style>
span { border-color: #B94E2E; }
span { border-color: rgb(185,78,46); }
td.TdClassName
{
border-color: #B94E2E;
}
.TagClassName
{
border-color: #B94E2E;
}
</style>