Shades of Grenadier #BF463E
Tints of Grenadier #BF463E
RGB
CMYK
RGB Variations
Color information
#BF463E (or 0xBF463E) is known color: Grenadier. HEX triplet: BF, 46 and 3E. RGB value is (191,70,62). Sum of RGB (Red+Green+Blue) = 191+70+62=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF463E is #40B9C1. Grayscale: #696969. Windows color (decimal): -4241858 or 4081343. OLE color: 4081343.
HSL color Cylindrical-coordinate representation of color #BF463E: hue angle of 3.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF463E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 62 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.25 |
| HSL | 3.72º | 0.51% | 0.5% | - |
| HSV(B) | 3.72º | 0.68% | 0.75% | - |
| XYZ | 24.55 | 15.8 | 6.31 | - |
| YUV | 105.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 62 | 0 | 0.63 | 0.68 | 0.25 | 3.72 | 0.51 | 0.5 |
| Hex | BF | 46 | 3E | 0 | 3F | 44 | 19 | 4 | 33 | 32 |
| Octal | 277 | 106 | 76 | 0 | 77 | 104 | 31 | 4 | 63 | 62 |
| Binary | 10111111 | 1000110 | 111110 | 0 | 111111 | 1000100 | 11001 | 100 | 110011 | 110010 |
Color Harmonies of #BF463E
Complementary color
Monochromatic Colors of #BF463E
Black with #BF463E
Text Example
Text Example
White with #BF463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF463E; }
p { color: rgb(191,70,62); }
H1.HeaderClassName
{
color: #BF463E;
}
.AnyTagClassName
{
color: #BF463E;
}
</style>
background-color css
<style>
a { background-color: #BF463E; }
a { background-color: rgb(191,70,62); }
div.DivClassName
{
background-color: #BF463E;
}
.BgClassName
{
background-color: #BF463E;
}
</style>
border-color css
<style>
span { border-color: #BF463E; }
span { border-color: rgb(191,70,62); }
td.TdClassName
{
border-color: #BF463E;
}
.TagClassName
{
border-color: #BF463E;
}
</style>