Shades of Grenadier #B74937
Tints of Grenadier #B74937
RGB
CMYK
RGB Variations
Color information
#B74937 (or 0xB74937) is known color: Grenadier. HEX triplet: B7, 49 and 37. RGB value is (183,73,55). Sum of RGB (Red+Green+Blue) = 183+73+55=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B74937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74937 is #48B6C8. Grayscale: #686868. Windows color (decimal): -4765385 or 3623351. OLE color: 3623351.
HSL color Cylindrical-coordinate representation of color #B74937: hue angle of 8.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74937 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 55 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.28 |
| HSL | 8.44º | 0.54% | 0.47% | - |
| HSV(B) | 8.44º | 0.7% | 0.72% | - |
| XYZ | 22.6 | 15.11 | 5.34 | - |
| YUV | 103.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 55 | 0 | 0.60 | 0.70 | 0.28 | 8.44 | 0.54 | 0.47 |
| Hex | B7 | 49 | 37 | 0 | 3C | 46 | 1C | 8 | 36 | 2F |
| Octal | 267 | 111 | 67 | 0 | 74 | 106 | 34 | 10 | 66 | 57 |
| Binary | 10110111 | 1001001 | 110111 | 0 | 111100 | 1000110 | 11100 | 1000 | 110110 | 101111 |
Color Harmonies of #B74937
Complementary color
Monochromatic Colors of #B74937
Black with #B74937
Text Example
Text Example
White with #B74937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74937; }
p { color: rgb(183,73,55); }
H1.HeaderClassName
{
color: #B74937;
}
.AnyTagClassName
{
color: #B74937;
}
</style>
background-color css
<style>
a { background-color: #B74937; }
a { background-color: rgb(183,73,55); }
div.DivClassName
{
background-color: #B74937;
}
.BgClassName
{
background-color: #B74937;
}
</style>
border-color css
<style>
span { border-color: #B74937; }
span { border-color: rgb(183,73,55); }
td.TdClassName
{
border-color: #B74937;
}
.TagClassName
{
border-color: #B74937;
}
</style>