Shades of Grenadier #BF4637
Tints of Grenadier #BF4637
RGB
CMYK
RGB Variations
Color information
#BF4637 (or 0xBF4637) is known color: Grenadier. HEX triplet: BF, 46 and 37. RGB value is (191,70,55). Sum of RGB (Red+Green+Blue) = 191+70+55=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4637 is #40B9C8. Grayscale: #686868. Windows color (decimal): -4241865 or 3622591. OLE color: 3622591.
HSL color Cylindrical-coordinate representation of color #BF4637: hue angle of 6.62º 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 #BF4637 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 55 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.25 |
| HSL | 6.62º | 0.55% | 0.48% | - |
| HSV(B) | 6.62º | 0.71% | 0.75% | - |
| XYZ | 24.37 | 15.73 | 5.37 | - |
| YUV | 104.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 55 | 0 | 0.63 | 0.71 | 0.25 | 6.62 | 0.55 | 0.48 |
| Hex | BF | 46 | 37 | 0 | 3F | 47 | 19 | 7 | 37 | 30 |
| Octal | 277 | 106 | 67 | 0 | 77 | 107 | 31 | 7 | 67 | 60 |
| Binary | 10111111 | 1000110 | 110111 | 0 | 111111 | 1000111 | 11001 | 111 | 110111 | 110000 |
Color Harmonies of #BF4637
Complementary color
Monochromatic Colors of #BF4637
Black with #BF4637
Text Example
Text Example
White with #BF4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4637; }
p { color: rgb(191,70,55); }
H1.HeaderClassName
{
color: #BF4637;
}
.AnyTagClassName
{
color: #BF4637;
}
</style>
background-color css
<style>
a { background-color: #BF4637; }
a { background-color: rgb(191,70,55); }
div.DivClassName
{
background-color: #BF4637;
}
.BgClassName
{
background-color: #BF4637;
}
</style>
border-color css
<style>
span { border-color: #BF4637; }
span { border-color: rgb(191,70,55); }
td.TdClassName
{
border-color: #BF4637;
}
.TagClassName
{
border-color: #BF4637;
}
</style>