Shades of Grenadier #BF5040
Tints of Grenadier #BF5040
RGB
CMYK
RGB Variations
Color information
#BF5040 (or 0xBF5040) is known color: Grenadier. HEX triplet: BF, 50 and 40. RGB value is (191,80,64). Sum of RGB (Red+Green+Blue) = 191+80+64=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5040 is #40AFBF. Grayscale: #6F6F6F. Windows color (decimal): -4239296 or 4214975. OLE color: 4214975.
HSL color Cylindrical-coordinate representation of color #BF5040: hue angle of 7.56º 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 #BF5040 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 64 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.25 |
| HSL | 7.56º | 0.5% | 0.5% | - |
| HSV(B) | 7.56º | 0.66% | 0.75% | - |
| XYZ | 25.28 | 17.18 | 6.83 | - |
| YUV | 111.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 64 | 0 | 0.58 | 0.66 | 0.25 | 7.56 | 0.5 | 0.5 |
| Hex | BF | 50 | 40 | 0 | 3A | 42 | 19 | 8 | 32 | 32 |
| Octal | 277 | 120 | 100 | 0 | 72 | 102 | 31 | 10 | 62 | 62 |
| Binary | 10111111 | 1010000 | 1000000 | 0 | 111010 | 1000010 | 11001 | 1000 | 110010 | 110010 |
Color Harmonies of #BF5040
Complementary color
Monochromatic Colors of #BF5040
Black with #BF5040
Text Example
Text Example
White with #BF5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5040; }
p { color: rgb(191,80,64); }
H1.HeaderClassName
{
color: #BF5040;
}
.AnyTagClassName
{
color: #BF5040;
}
</style>
background-color css
<style>
a { background-color: #BF5040; }
a { background-color: rgb(191,80,64); }
div.DivClassName
{
background-color: #BF5040;
}
.BgClassName
{
background-color: #BF5040;
}
</style>
border-color css
<style>
span { border-color: #BF5040; }
span { border-color: rgb(191,80,64); }
td.TdClassName
{
border-color: #BF5040;
}
.TagClassName
{
border-color: #BF5040;
}
</style>