Shades of Grenadier #BF5037
Tints of Grenadier #BF5037
RGB
CMYK
RGB Variations
Color information
#BF5037 (or 0xBF5037) is known color: Grenadier. HEX triplet: BF, 50 and 37. RGB value is (191,80,55). Sum of RGB (Red+Green+Blue) = 191+80+55=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5037 is #40AFC8. Grayscale: #6E6E6E. Windows color (decimal): -4239305 or 3625151. OLE color: 3625151.
HSL color Cylindrical-coordinate representation of color #BF5037: hue angle of 11.03º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF5037 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 55 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.25 |
| HSL | 11.03º | 0.55% | 0.48% | - |
| HSV(B) | 11.03º | 0.71% | 0.75% | - |
| XYZ | 25.04 | 17.09 | 5.59 | - |
| YUV | 110.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 55 | 0 | 0.58 | 0.71 | 0.25 | 11.03 | 0.55 | 0.48 |
| Hex | BF | 50 | 37 | 0 | 3A | 47 | 19 | B | 37 | 30 |
| Octal | 277 | 120 | 67 | 0 | 72 | 107 | 31 | 13 | 67 | 60 |
| Binary | 10111111 | 1010000 | 110111 | 0 | 111010 | 1000111 | 11001 | 1011 | 110111 | 110000 |
Color Harmonies of #BF5037
Complementary color
Monochromatic Colors of #BF5037
Black with #BF5037
Text Example
Text Example
White with #BF5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5037; }
p { color: rgb(191,80,55); }
H1.HeaderClassName
{
color: #BF5037;
}
.AnyTagClassName
{
color: #BF5037;
}
</style>
background-color css
<style>
a { background-color: #BF5037; }
a { background-color: rgb(191,80,55); }
div.DivClassName
{
background-color: #BF5037;
}
.BgClassName
{
background-color: #BF5037;
}
</style>
border-color css
<style>
span { border-color: #BF5037; }
span { border-color: rgb(191,80,55); }
td.TdClassName
{
border-color: #BF5037;
}
.TagClassName
{
border-color: #BF5037;
}
</style>