Shades of Grenadier #B94E3C
Tints of Grenadier #B94E3C
RGB
CMYK
RGB Variations
Color information
#B94E3C (or 0xB94E3C) is known color: Grenadier. HEX triplet: B9, 4E and 3C. RGB value is (185,78,60). Sum of RGB (Red+Green+Blue) = 185+78+60=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E3C is #46B1C3. Grayscale: #6C6C6C. Windows color (decimal): -4633028 or 3952313. OLE color: 3952313.
HSL color Cylindrical-coordinate representation of color #B94E3C: hue angle of 8.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94E3C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 60 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.27 |
| HSL | 8.64º | 0.51% | 0.48% | - |
| HSV(B) | 8.64º | 0.68% | 0.73% | - |
| XYZ | 23.55 | 16.09 | 6.14 | - |
| YUV | 107.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 60 | 0 | 0.58 | 0.68 | 0.27 | 8.64 | 0.51 | 0.48 |
| Hex | B9 | 4E | 3C | 0 | 3A | 44 | 1B | 9 | 33 | 30 |
| Octal | 271 | 116 | 74 | 0 | 72 | 104 | 33 | 11 | 63 | 60 |
| Binary | 10111001 | 1001110 | 111100 | 0 | 111010 | 1000100 | 11011 | 1001 | 110011 | 110000 |
Color Harmonies of #B94E3C
Complementary color
Monochromatic Colors of #B94E3C
Black with #B94E3C
Text Example
Text Example
White with #B94E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E3C; }
p { color: rgb(185,78,60); }
H1.HeaderClassName
{
color: #B94E3C;
}
.AnyTagClassName
{
color: #B94E3C;
}
</style>
background-color css
<style>
a { background-color: #B94E3C; }
a { background-color: rgb(185,78,60); }
div.DivClassName
{
background-color: #B94E3C;
}
.BgClassName
{
background-color: #B94E3C;
}
</style>
border-color css
<style>
span { border-color: #B94E3C; }
span { border-color: rgb(185,78,60); }
td.TdClassName
{
border-color: #B94E3C;
}
.TagClassName
{
border-color: #B94E3C;
}
</style>