Shades of Grenadier #BF4537
Tints of Grenadier #BF4537
RGB
CMYK
RGB Variations
Color information
#BF4537 (or 0xBF4537) is known color: Grenadier. HEX triplet: BF, 45 and 37. RGB value is (191,69,55). Sum of RGB (Red+Green+Blue) = 191+69+55=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4537 is #40BAC8. Grayscale: #686868. Windows color (decimal): -4242121 or 3622335. OLE color: 3622335.
HSL color Cylindrical-coordinate representation of color #BF4537: hue angle of 6.18º 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 #BF4537 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 55 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.25 |
| HSL | 6.18º | 0.55% | 0.48% | - |
| HSV(B) | 6.18º | 0.71% | 0.75% | - |
| XYZ | 24.3 | 15.61 | 5.35 | - |
| YUV | 103.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 55 | 0 | 0.64 | 0.71 | 0.25 | 6.18 | 0.55 | 0.48 |
| Hex | BF | 45 | 37 | 0 | 40 | 47 | 19 | 6 | 37 | 30 |
| Octal | 277 | 105 | 67 | 0 | 100 | 107 | 31 | 6 | 67 | 60 |
| Binary | 10111111 | 1000101 | 110111 | 0 | 1000000 | 1000111 | 11001 | 110 | 110111 | 110000 |
Color Harmonies of #BF4537
Complementary color
Monochromatic Colors of #BF4537
Black with #BF4537
Text Example
Text Example
White with #BF4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4537; }
p { color: rgb(191,69,55); }
H1.HeaderClassName
{
color: #BF4537;
}
.AnyTagClassName
{
color: #BF4537;
}
</style>
background-color css
<style>
a { background-color: #BF4537; }
a { background-color: rgb(191,69,55); }
div.DivClassName
{
background-color: #BF4537;
}
.BgClassName
{
background-color: #BF4537;
}
</style>
border-color css
<style>
span { border-color: #BF4537; }
span { border-color: rgb(191,69,55); }
td.TdClassName
{
border-color: #BF4537;
}
.TagClassName
{
border-color: #BF4537;
}
</style>