Shades of Grenadier #BF4A2E
Tints of Grenadier #BF4A2E
RGB
CMYK
RGB Variations
Color information
#BF4A2E (or 0xBF4A2E) is known color: Grenadier. HEX triplet: BF, 4A and 2E. RGB value is (191,74,46). Sum of RGB (Red+Green+Blue) = 191+74+46=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A2E is #40B5D1. Grayscale: #6A6A6A. Windows color (decimal): -4240850 or 3033791. OLE color: 3033791.
HSL color Cylindrical-coordinate representation of color #BF4A2E: hue angle of 11.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF4A2E is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 46 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.25 |
| HSL | 11.59º | 0.61% | 0.46% | - |
| HSV(B) | 11.59º | 0.76% | 0.75% | - |
| XYZ | 24.43 | 16.17 | 4.42 | - |
| YUV | 105.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 46 | 0 | 0.61 | 0.76 | 0.25 | 11.59 | 0.61 | 0.46 |
| Hex | BF | 4A | 2E | 0 | 3D | 4C | 19 | C | 3D | 2E |
| Octal | 277 | 112 | 56 | 0 | 75 | 114 | 31 | 14 | 75 | 56 |
| Binary | 10111111 | 1001010 | 101110 | 0 | 111101 | 1001100 | 11001 | 1100 | 111101 | 101110 |
Color Harmonies of #BF4A2E
Complementary color
Monochromatic Colors of #BF4A2E
Black with #BF4A2E
Text Example
Text Example
White with #BF4A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A2E; }
p { color: rgb(191,74,46); }
H1.HeaderClassName
{
color: #BF4A2E;
}
.AnyTagClassName
{
color: #BF4A2E;
}
</style>
background-color css
<style>
a { background-color: #BF4A2E; }
a { background-color: rgb(191,74,46); }
div.DivClassName
{
background-color: #BF4A2E;
}
.BgClassName
{
background-color: #BF4A2E;
}
</style>
border-color css
<style>
span { border-color: #BF4A2E; }
span { border-color: rgb(191,74,46); }
td.TdClassName
{
border-color: #BF4A2E;
}
.TagClassName
{
border-color: #BF4A2E;
}
</style>