Shades of Grenadier #BF4D37
Tints of Grenadier #BF4D37
RGB
CMYK
RGB Variations
Color information
#BF4D37 (or 0xBF4D37) is known color: Grenadier. HEX triplet: BF, 4D and 37. RGB value is (191,77,55). Sum of RGB (Red+Green+Blue) = 191+77+55=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D37 is #40B2C8. Grayscale: #6C6C6C. Windows color (decimal): -4240073 or 3624383. OLE color: 3624383.
HSL color Cylindrical-coordinate representation of color #BF4D37: hue angle of 9.71º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4D37 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 55 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.25 |
| HSL | 9.71º | 0.55% | 0.48% | - |
| HSV(B) | 9.71º | 0.71% | 0.75% | - |
| XYZ | 24.83 | 16.66 | 5.52 | - |
| YUV | 108.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 55 | 0 | 0.60 | 0.71 | 0.25 | 9.71 | 0.55 | 0.48 |
| Hex | BF | 4D | 37 | 0 | 3C | 47 | 19 | A | 37 | 30 |
| Octal | 277 | 115 | 67 | 0 | 74 | 107 | 31 | 12 | 67 | 60 |
| Binary | 10111111 | 1001101 | 110111 | 0 | 111100 | 1000111 | 11001 | 1010 | 110111 | 110000 |
Color Harmonies of #BF4D37
Complementary color
Monochromatic Colors of #BF4D37
Black with #BF4D37
Text Example
Text Example
White with #BF4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D37; }
p { color: rgb(191,77,55); }
H1.HeaderClassName
{
color: #BF4D37;
}
.AnyTagClassName
{
color: #BF4D37;
}
</style>
background-color css
<style>
a { background-color: #BF4D37; }
a { background-color: rgb(191,77,55); }
div.DivClassName
{
background-color: #BF4D37;
}
.BgClassName
{
background-color: #BF4D37;
}
</style>
border-color css
<style>
span { border-color: #BF4D37; }
span { border-color: rgb(191,77,55); }
td.TdClassName
{
border-color: #BF4D37;
}
.TagClassName
{
border-color: #BF4D37;
}
</style>