Shades of Grenadier #BF4B3E
Tints of Grenadier #BF4B3E
RGB
CMYK
RGB Variations
Color information
#BF4B3E (or 0xBF4B3E) is known color: Grenadier. HEX triplet: BF, 4B and 3E. RGB value is (191,75,62). Sum of RGB (Red+Green+Blue) = 191+75+62=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B3E is #40B4C1. Grayscale: #6C6C6C. Windows color (decimal): -4240578 or 4082623. OLE color: 4082623.
HSL color Cylindrical-coordinate representation of color #BF4B3E: hue angle of 6.05º 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 #BF4B3E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 62 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.25 |
| HSL | 6.05º | 0.51% | 0.5% | - |
| HSV(B) | 6.05º | 0.68% | 0.75% | - |
| XYZ | 24.87 | 16.46 | 6.42 | - |
| YUV | 108.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 62 | 0 | 0.61 | 0.68 | 0.25 | 6.05 | 0.51 | 0.5 |
| Hex | BF | 4B | 3E | 0 | 3D | 44 | 19 | 6 | 33 | 32 |
| Octal | 277 | 113 | 76 | 0 | 75 | 104 | 31 | 6 | 63 | 62 |
| Binary | 10111111 | 1001011 | 111110 | 0 | 111101 | 1000100 | 11001 | 110 | 110011 | 110010 |
Color Harmonies of #BF4B3E
Complementary color
Monochromatic Colors of #BF4B3E
Black with #BF4B3E
Text Example
Text Example
White with #BF4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4B3E; }
p { color: rgb(191,75,62); }
H1.HeaderClassName
{
color: #BF4B3E;
}
.AnyTagClassName
{
color: #BF4B3E;
}
</style>
background-color css
<style>
a { background-color: #BF4B3E; }
a { background-color: rgb(191,75,62); }
div.DivClassName
{
background-color: #BF4B3E;
}
.BgClassName
{
background-color: #BF4B3E;
}
</style>
border-color css
<style>
span { border-color: #BF4B3E; }
span { border-color: rgb(191,75,62); }
td.TdClassName
{
border-color: #BF4B3E;
}
.TagClassName
{
border-color: #BF4B3E;
}
</style>