Shades of Grenadier #B7493C
Tints of Grenadier #B7493C
RGB
CMYK
RGB Variations
Color information
#B7493C (or 0xB7493C) is known color: Grenadier. HEX triplet: B7, 49 and 3C. RGB value is (183,73,60). Sum of RGB (Red+Green+Blue) = 183+73+60=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7493C is #48B6C3. Grayscale: #686868. Windows color (decimal): -4765380 or 3951031. OLE color: 3951031.
HSL color Cylindrical-coordinate representation of color #B7493C: hue angle of 6.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7493C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 60 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.28 |
| HSL | 6.34º | 0.51% | 0.48% | - |
| HSV(B) | 6.34º | 0.67% | 0.72% | - |
| XYZ | 22.73 | 15.16 | 6 | - |
| YUV | 104.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 60 | 0 | 0.60 | 0.67 | 0.28 | 6.34 | 0.51 | 0.48 |
| Hex | B7 | 49 | 3C | 0 | 3C | 43 | 1C | 6 | 33 | 30 |
| Octal | 267 | 111 | 74 | 0 | 74 | 103 | 34 | 6 | 63 | 60 |
| Binary | 10110111 | 1001001 | 111100 | 0 | 111100 | 1000011 | 11100 | 110 | 110011 | 110000 |
Color Harmonies of #B7493C
Complementary color
Monochromatic Colors of #B7493C
Black with #B7493C
Text Example
Text Example
White with #B7493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7493C; }
p { color: rgb(183,73,60); }
H1.HeaderClassName
{
color: #B7493C;
}
.AnyTagClassName
{
color: #B7493C;
}
</style>
background-color css
<style>
a { background-color: #B7493C; }
a { background-color: rgb(183,73,60); }
div.DivClassName
{
background-color: #B7493C;
}
.BgClassName
{
background-color: #B7493C;
}
</style>
border-color css
<style>
span { border-color: #B7493C; }
span { border-color: rgb(183,73,60); }
td.TdClassName
{
border-color: #B7493C;
}
.TagClassName
{
border-color: #B7493C;
}
</style>