Shades of Grenadier #BF4736
Tints of Grenadier #BF4736
RGB
CMYK
RGB Variations
Color information
#BF4736 (or 0xBF4736) is known color: Grenadier. HEX triplet: BF, 47 and 36. RGB value is (191,71,54). Sum of RGB (Red+Green+Blue) = 191+71+54=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4736 is #40B8C9. Grayscale: #696969. Windows color (decimal): -4241610 or 3557311. OLE color: 3557311.
HSL color Cylindrical-coordinate representation of color #BF4736: hue angle of 7.45º 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 #BF4736 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 54 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.25 |
| HSL | 7.45º | 0.56% | 0.48% | - |
| HSV(B) | 7.45º | 0.72% | 0.75% | - |
| XYZ | 24.4 | 15.85 | 5.26 | - |
| YUV | 104.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 54 | 0 | 0.63 | 0.72 | 0.25 | 7.45 | 0.56 | 0.48 |
| Hex | BF | 47 | 36 | 0 | 3F | 48 | 19 | 7 | 38 | 30 |
| Octal | 277 | 107 | 66 | 0 | 77 | 110 | 31 | 7 | 70 | 60 |
| Binary | 10111111 | 1000111 | 110110 | 0 | 111111 | 1001000 | 11001 | 111 | 111000 | 110000 |
Color Harmonies of #BF4736
Complementary color
Monochromatic Colors of #BF4736
Black with #BF4736
Text Example
Text Example
White with #BF4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4736; }
p { color: rgb(191,71,54); }
H1.HeaderClassName
{
color: #BF4736;
}
.AnyTagClassName
{
color: #BF4736;
}
</style>
background-color css
<style>
a { background-color: #BF4736; }
a { background-color: rgb(191,71,54); }
div.DivClassName
{
background-color: #BF4736;
}
.BgClassName
{
background-color: #BF4736;
}
</style>
border-color css
<style>
span { border-color: #BF4736; }
span { border-color: rgb(191,71,54); }
td.TdClassName
{
border-color: #BF4736;
}
.TagClassName
{
border-color: #BF4736;
}
</style>