Shades of Grenadier #BF4A36
Tints of Grenadier #BF4A36
RGB
CMYK
RGB Variations
Color information
#BF4A36 (or 0xBF4A36) is known color: Grenadier. HEX triplet: BF, 4A and 36. RGB value is (191,74,54). Sum of RGB (Red+Green+Blue) = 191+74+54=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A36 is #40B5C9. Grayscale: #6A6A6A. Windows color (decimal): -4240842 or 3558079. OLE color: 3558079.
HSL color Cylindrical-coordinate representation of color #BF4A36: hue angle of 8.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4A36 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 54 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.25 |
| HSL | 8.76º | 0.56% | 0.48% | - |
| HSV(B) | 8.76º | 0.72% | 0.75% | - |
| XYZ | 24.6 | 16.24 | 5.33 | - |
| YUV | 106.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 54 | 0 | 0.61 | 0.72 | 0.25 | 8.76 | 0.56 | 0.48 |
| Hex | BF | 4A | 36 | 0 | 3D | 48 | 19 | 9 | 38 | 30 |
| Octal | 277 | 112 | 66 | 0 | 75 | 110 | 31 | 11 | 70 | 60 |
| Binary | 10111111 | 1001010 | 110110 | 0 | 111101 | 1001000 | 11001 | 1001 | 111000 | 110000 |
Color Harmonies of #BF4A36
Complementary color
Monochromatic Colors of #BF4A36
Black with #BF4A36
Text Example
Text Example
White with #BF4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A36; }
p { color: rgb(191,74,54); }
H1.HeaderClassName
{
color: #BF4A36;
}
.AnyTagClassName
{
color: #BF4A36;
}
</style>
background-color css
<style>
a { background-color: #BF4A36; }
a { background-color: rgb(191,74,54); }
div.DivClassName
{
background-color: #BF4A36;
}
.BgClassName
{
background-color: #BF4A36;
}
</style>
border-color css
<style>
span { border-color: #BF4A36; }
span { border-color: rgb(191,74,54); }
td.TdClassName
{
border-color: #BF4A36;
}
.TagClassName
{
border-color: #BF4A36;
}
</style>