Shades of Grenadier #B94D3C
Tints of Grenadier #B94D3C
RGB
CMYK
RGB Variations
Color information
#B94D3C (or 0xB94D3C) is known color: Grenadier. HEX triplet: B9, 4D and 3C. RGB value is (185,77,60). Sum of RGB (Red+Green+Blue) = 185+77+60=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D3C is #46B2C3. Grayscale: #6B6B6B. Windows color (decimal): -4633284 or 3952057. OLE color: 3952057.
HSL color Cylindrical-coordinate representation of color #B94D3C: hue angle of 8.16º 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 #B94D3C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 60 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.27 |
| HSL | 8.16º | 0.51% | 0.48% | - |
| HSV(B) | 8.16º | 0.68% | 0.73% | - |
| XYZ | 23.48 | 15.95 | 6.12 | - |
| YUV | 107.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 60 | 0 | 0.58 | 0.68 | 0.27 | 8.16 | 0.51 | 0.48 |
| Hex | B9 | 4D | 3C | 0 | 3A | 44 | 1B | 8 | 33 | 30 |
| Octal | 271 | 115 | 74 | 0 | 72 | 104 | 33 | 10 | 63 | 60 |
| Binary | 10111001 | 1001101 | 111100 | 0 | 111010 | 1000100 | 11011 | 1000 | 110011 | 110000 |
Color Harmonies of #B94D3C
Complementary color
Monochromatic Colors of #B94D3C
Black with #B94D3C
Text Example
Text Example
White with #B94D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D3C; }
p { color: rgb(185,77,60); }
H1.HeaderClassName
{
color: #B94D3C;
}
.AnyTagClassName
{
color: #B94D3C;
}
</style>
background-color css
<style>
a { background-color: #B94D3C; }
a { background-color: rgb(185,77,60); }
div.DivClassName
{
background-color: #B94D3C;
}
.BgClassName
{
background-color: #B94D3C;
}
</style>
border-color css
<style>
span { border-color: #B94D3C; }
span { border-color: rgb(185,77,60); }
td.TdClassName
{
border-color: #B94D3C;
}
.TagClassName
{
border-color: #B94D3C;
}
</style>