Shades of Grenadier #BF4A31
Tints of Grenadier #BF4A31
RGB
CMYK
RGB Variations
Color information
#BF4A31 (or 0xBF4A31) is known color: Grenadier. HEX triplet: BF, 4A and 31. RGB value is (191,74,49). Sum of RGB (Red+Green+Blue) = 191+74+49=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A31 is #40B5CE. Grayscale: #6A6A6A. Windows color (decimal): -4240847 or 3230399. OLE color: 3230399.
HSL color Cylindrical-coordinate representation of color #BF4A31: hue angle of 10.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF4A31 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 49 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.25 |
| HSL | 10.56º | 0.59% | 0.47% | - |
| HSV(B) | 10.56º | 0.74% | 0.75% | - |
| XYZ | 24.49 | 16.2 | 4.74 | - |
| YUV | 106.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 49 | 0 | 0.61 | 0.74 | 0.25 | 10.56 | 0.59 | 0.47 |
| Hex | BF | 4A | 31 | 0 | 3D | 4A | 19 | B | 3B | 2F |
| Octal | 277 | 112 | 61 | 0 | 75 | 112 | 31 | 13 | 73 | 57 |
| Binary | 10111111 | 1001010 | 110001 | 0 | 111101 | 1001010 | 11001 | 1011 | 111011 | 101111 |
Color Harmonies of #BF4A31
Complementary color
Monochromatic Colors of #BF4A31
Black with #BF4A31
Text Example
Text Example
White with #BF4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A31; }
p { color: rgb(191,74,49); }
H1.HeaderClassName
{
color: #BF4A31;
}
.AnyTagClassName
{
color: #BF4A31;
}
</style>
background-color css
<style>
a { background-color: #BF4A31; }
a { background-color: rgb(191,74,49); }
div.DivClassName
{
background-color: #BF4A31;
}
.BgClassName
{
background-color: #BF4A31;
}
</style>
border-color css
<style>
span { border-color: #BF4A31; }
span { border-color: rgb(191,74,49); }
td.TdClassName
{
border-color: #BF4A31;
}
.TagClassName
{
border-color: #BF4A31;
}
</style>