Shades of Grenadier #BF5140
Tints of Grenadier #BF5140
RGB
CMYK
RGB Variations
Color information
#BF5140 (or 0xBF5140) is known color: Grenadier. HEX triplet: BF, 51 and 40. RGB value is (191,81,64). Sum of RGB (Red+Green+Blue) = 191+81+64=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5140 is #40AEBF. Grayscale: #707070. Windows color (decimal): -4239040 or 4215231. OLE color: 4215231.
HSL color Cylindrical-coordinate representation of color #BF5140: hue angle of 8.03º 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 #BF5140 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 64 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.25 |
| HSL | 8.03º | 0.5% | 0.5% | - |
| HSV(B) | 8.03º | 0.66% | 0.75% | - |
| XYZ | 25.35 | 17.33 | 6.86 | - |
| YUV | 111.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 64 | 0 | 0.58 | 0.66 | 0.25 | 8.03 | 0.5 | 0.5 |
| Hex | BF | 51 | 40 | 0 | 3A | 42 | 19 | 8 | 32 | 32 |
| Octal | 277 | 121 | 100 | 0 | 72 | 102 | 31 | 10 | 62 | 62 |
| Binary | 10111111 | 1010001 | 1000000 | 0 | 111010 | 1000010 | 11001 | 1000 | 110010 | 110010 |
Color Harmonies of #BF5140
Complementary color
Monochromatic Colors of #BF5140
Black with #BF5140
Text Example
Text Example
White with #BF5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5140; }
p { color: rgb(191,81,64); }
H1.HeaderClassName
{
color: #BF5140;
}
.AnyTagClassName
{
color: #BF5140;
}
</style>
background-color css
<style>
a { background-color: #BF5140; }
a { background-color: rgb(191,81,64); }
div.DivClassName
{
background-color: #BF5140;
}
.BgClassName
{
background-color: #BF5140;
}
</style>
border-color css
<style>
span { border-color: #BF5140; }
span { border-color: rgb(191,81,64); }
td.TdClassName
{
border-color: #BF5140;
}
.TagClassName
{
border-color: #BF5140;
}
</style>