Shades of Grenadier #BF4F40
Tints of Grenadier #BF4F40
RGB
CMYK
RGB Variations
Color information
#BF4F40 (or 0xBF4F40) is known color: Grenadier. HEX triplet: BF, 4F and 40. RGB value is (191,79,64). Sum of RGB (Red+Green+Blue) = 191+79+64=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F40 is #40B0BF. Grayscale: #6E6E6E. Windows color (decimal): -4239552 or 4214719. OLE color: 4214719.
HSL color Cylindrical-coordinate representation of color #BF4F40: hue angle of 7.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4F40 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 64 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.25 |
| HSL | 7.09º | 0.5% | 0.5% | - |
| HSV(B) | 7.09º | 0.66% | 0.75% | - |
| XYZ | 25.21 | 17.04 | 6.81 | - |
| YUV | 110.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 64 | 0 | 0.59 | 0.66 | 0.25 | 7.09 | 0.5 | 0.5 |
| Hex | BF | 4F | 40 | 0 | 3B | 42 | 19 | 7 | 32 | 32 |
| Octal | 277 | 117 | 100 | 0 | 73 | 102 | 31 | 7 | 62 | 62 |
| Binary | 10111111 | 1001111 | 1000000 | 0 | 111011 | 1000010 | 11001 | 111 | 110010 | 110010 |
Color Harmonies of #BF4F40
Complementary color
Monochromatic Colors of #BF4F40
Black with #BF4F40
Text Example
Text Example
White with #BF4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F40; }
p { color: rgb(191,79,64); }
H1.HeaderClassName
{
color: #BF4F40;
}
.AnyTagClassName
{
color: #BF4F40;
}
</style>
background-color css
<style>
a { background-color: #BF4F40; }
a { background-color: rgb(191,79,64); }
div.DivClassName
{
background-color: #BF4F40;
}
.BgClassName
{
background-color: #BF4F40;
}
</style>
border-color css
<style>
span { border-color: #BF4F40; }
span { border-color: rgb(191,79,64); }
td.TdClassName
{
border-color: #BF4F40;
}
.TagClassName
{
border-color: #BF4F40;
}
</style>