Shades of Grenadier #BF472E
Tints of Grenadier #BF472E
RGB
CMYK
RGB Variations
Color information
#BF472E (or 0xBF472E) is known color: Grenadier. HEX triplet: BF, 47 and 2E. RGB value is (191,71,46). Sum of RGB (Red+Green+Blue) = 191+71+46=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF472E is #40B8D1. Grayscale: #686868. Windows color (decimal): -4241618 or 3033023. OLE color: 3033023.
HSL color Cylindrical-coordinate representation of color #BF472E: hue angle of 10.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF472E is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 46 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.25 |
| HSL | 10.34º | 0.61% | 0.46% | - |
| HSV(B) | 10.34º | 0.76% | 0.75% | - |
| XYZ | 24.23 | 15.78 | 4.35 | - |
| YUV | 104.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 46 | 0 | 0.63 | 0.76 | 0.25 | 10.34 | 0.61 | 0.46 |
| Hex | BF | 47 | 2E | 0 | 3F | 4C | 19 | A | 3D | 2E |
| Octal | 277 | 107 | 56 | 0 | 77 | 114 | 31 | 12 | 75 | 56 |
| Binary | 10111111 | 1000111 | 101110 | 0 | 111111 | 1001100 | 11001 | 1010 | 111101 | 101110 |
Color Harmonies of #BF472E
Complementary color
Monochromatic Colors of #BF472E
Black with #BF472E
Text Example
Text Example
White with #BF472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF472E; }
p { color: rgb(191,71,46); }
H1.HeaderClassName
{
color: #BF472E;
}
.AnyTagClassName
{
color: #BF472E;
}
</style>
background-color css
<style>
a { background-color: #BF472E; }
a { background-color: rgb(191,71,46); }
div.DivClassName
{
background-color: #BF472E;
}
.BgClassName
{
background-color: #BF472E;
}
</style>
border-color css
<style>
span { border-color: #BF472E; }
span { border-color: rgb(191,71,46); }
td.TdClassName
{
border-color: #BF472E;
}
.TagClassName
{
border-color: #BF472E;
}
</style>