Shades of Grenadier #B84F37
Tints of Grenadier #B84F37
RGB
CMYK
RGB Variations
Color information
#B84F37 (or 0xB84F37) is known color: Grenadier. HEX triplet: B8, 4F and 37. RGB value is (184,79,55). Sum of RGB (Red+Green+Blue) = 184+79+55=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F37 is #47B0C8. Grayscale: #6B6B6B. Windows color (decimal): -4698313 or 3624888. OLE color: 3624888.
HSL color Cylindrical-coordinate representation of color #B84F37: hue angle of 11.16º 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 #B84F37 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 55 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.28 |
| HSL | 11.16º | 0.54% | 0.47% | - |
| HSV(B) | 11.16º | 0.7% | 0.72% | - |
| XYZ | 23.25 | 16.06 | 5.49 | - |
| YUV | 107.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 55 | 0 | 0.57 | 0.70 | 0.28 | 11.16 | 0.54 | 0.47 |
| Hex | B8 | 4F | 37 | 0 | 39 | 46 | 1C | B | 36 | 2F |
| Octal | 270 | 117 | 67 | 0 | 71 | 106 | 34 | 13 | 66 | 57 |
| Binary | 10111000 | 1001111 | 110111 | 0 | 111001 | 1000110 | 11100 | 1011 | 110110 | 101111 |
Color Harmonies of #B84F37
Complementary color
Monochromatic Colors of #B84F37
Black with #B84F37
Text Example
Text Example
White with #B84F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F37; }
p { color: rgb(184,79,55); }
H1.HeaderClassName
{
color: #B84F37;
}
.AnyTagClassName
{
color: #B84F37;
}
</style>
background-color css
<style>
a { background-color: #B84F37; }
a { background-color: rgb(184,79,55); }
div.DivClassName
{
background-color: #B84F37;
}
.BgClassName
{
background-color: #B84F37;
}
</style>
border-color css
<style>
span { border-color: #B84F37; }
span { border-color: rgb(184,79,55); }
td.TdClassName
{
border-color: #B84F37;
}
.TagClassName
{
border-color: #B84F37;
}
</style>