Shades of Grenadier #BF4837
Tints of Grenadier #BF4837
RGB
CMYK
RGB Variations
Color information
#BF4837 (or 0xBF4837) is known color: Grenadier. HEX triplet: BF, 48 and 37. RGB value is (191,72,55). Sum of RGB (Red+Green+Blue) = 191+72+55=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4837 is #40B7C8. Grayscale: #696969. Windows color (decimal): -4241353 or 3623103. OLE color: 3623103.
HSL color Cylindrical-coordinate representation of color #BF4837: hue angle of 7.5º 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 #BF4837 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 55 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.25 |
| HSL | 7.5º | 0.55% | 0.48% | - |
| HSV(B) | 7.5º | 0.71% | 0.75% | - |
| XYZ | 24.49 | 15.99 | 5.41 | - |
| YUV | 105.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 55 | 0 | 0.62 | 0.71 | 0.25 | 7.5 | 0.55 | 0.48 |
| Hex | BF | 48 | 37 | 0 | 3E | 47 | 19 | 8 | 37 | 30 |
| Octal | 277 | 110 | 67 | 0 | 76 | 107 | 31 | 10 | 67 | 60 |
| Binary | 10111111 | 1001000 | 110111 | 0 | 111110 | 1000111 | 11001 | 1000 | 110111 | 110000 |
Color Harmonies of #BF4837
Complementary color
Monochromatic Colors of #BF4837
Black with #BF4837
Text Example
Text Example
White with #BF4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4837; }
p { color: rgb(191,72,55); }
H1.HeaderClassName
{
color: #BF4837;
}
.AnyTagClassName
{
color: #BF4837;
}
</style>
background-color css
<style>
a { background-color: #BF4837; }
a { background-color: rgb(191,72,55); }
div.DivClassName
{
background-color: #BF4837;
}
.BgClassName
{
background-color: #BF4837;
}
</style>
border-color css
<style>
span { border-color: #BF4837; }
span { border-color: rgb(191,72,55); }
td.TdClassName
{
border-color: #BF4837;
}
.TagClassName
{
border-color: #BF4837;
}
</style>