Shades of Grenadier #BF4A2F
Tints of Grenadier #BF4A2F
RGB
CMYK
RGB Variations
Color information
#BF4A2F (or 0xBF4A2F) is known color: Grenadier. HEX triplet: BF, 4A and 2F. RGB value is (191,74,47). Sum of RGB (Red+Green+Blue) = 191+74+47=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A2F is #40B5D0. Grayscale: #6A6A6A. Windows color (decimal): -4240849 or 3099327. OLE color: 3099327.
HSL color Cylindrical-coordinate representation of color #BF4A2F: hue angle of 11.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4A2F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 47 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.25 |
| HSL | 11.25º | 0.61% | 0.47% | - |
| HSV(B) | 11.25º | 0.75% | 0.75% | - |
| XYZ | 24.45 | 16.18 | 4.52 | - |
| YUV | 105.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 47 | 0 | 0.61 | 0.75 | 0.25 | 11.25 | 0.61 | 0.47 |
| Hex | BF | 4A | 2F | 0 | 3D | 4B | 19 | B | 3D | 2F |
| Octal | 277 | 112 | 57 | 0 | 75 | 113 | 31 | 13 | 75 | 57 |
| Binary | 10111111 | 1001010 | 101111 | 0 | 111101 | 1001011 | 11001 | 1011 | 111101 | 101111 |
Color Harmonies of #BF4A2F
Complementary color
Monochromatic Colors of #BF4A2F
Black with #BF4A2F
Text Example
Text Example
White with #BF4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A2F; }
p { color: rgb(191,74,47); }
H1.HeaderClassName
{
color: #BF4A2F;
}
.AnyTagClassName
{
color: #BF4A2F;
}
</style>
background-color css
<style>
a { background-color: #BF4A2F; }
a { background-color: rgb(191,74,47); }
div.DivClassName
{
background-color: #BF4A2F;
}
.BgClassName
{
background-color: #BF4A2F;
}
</style>
border-color css
<style>
span { border-color: #BF4A2F; }
span { border-color: rgb(191,74,47); }
td.TdClassName
{
border-color: #BF4A2F;
}
.TagClassName
{
border-color: #BF4A2F;
}
</style>