Shades of Grenadier #B74837
Tints of Grenadier #B74837
RGB
CMYK
RGB Variations
Color information
#B74837 (or 0xB74837) is known color: Grenadier. HEX triplet: B7, 48 and 37. RGB value is (183,72,55). Sum of RGB (Red+Green+Blue) = 183+72+55=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B74837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74837 is #48B7C8. Grayscale: #676767. Windows color (decimal): -4765641 or 3623095. OLE color: 3623095.
HSL color Cylindrical-coordinate representation of color #B74837: hue angle of 7.97º 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 #B74837 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 55 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.28 |
| HSL | 7.97º | 0.54% | 0.47% | - |
| HSV(B) | 7.97º | 0.7% | 0.72% | - |
| XYZ | 22.54 | 14.98 | 5.32 | - |
| YUV | 103.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 55 | 0 | 0.61 | 0.70 | 0.28 | 7.97 | 0.54 | 0.47 |
| Hex | B7 | 48 | 37 | 0 | 3D | 46 | 1C | 8 | 36 | 2F |
| Octal | 267 | 110 | 67 | 0 | 75 | 106 | 34 | 10 | 66 | 57 |
| Binary | 10110111 | 1001000 | 110111 | 0 | 111101 | 1000110 | 11100 | 1000 | 110110 | 101111 |
Color Harmonies of #B74837
Complementary color
Monochromatic Colors of #B74837
Black with #B74837
Text Example
Text Example
White with #B74837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74837; }
p { color: rgb(183,72,55); }
H1.HeaderClassName
{
color: #B74837;
}
.AnyTagClassName
{
color: #B74837;
}
</style>
background-color css
<style>
a { background-color: #B74837; }
a { background-color: rgb(183,72,55); }
div.DivClassName
{
background-color: #B74837;
}
.BgClassName
{
background-color: #B74837;
}
</style>
border-color css
<style>
span { border-color: #B74837; }
span { border-color: rgb(183,72,55); }
td.TdClassName
{
border-color: #B74837;
}
.TagClassName
{
border-color: #B74837;
}
</style>