Shades of Grenadier #BF473B
Tints of Grenadier #BF473B
RGB
CMYK
RGB Variations
Color information
#BF473B (or 0xBF473B) is known color: Grenadier. HEX triplet: BF, 47 and 3B. RGB value is (191,71,59). Sum of RGB (Red+Green+Blue) = 191+71+59=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF473B is #40B8C4. Grayscale: #696969. Windows color (decimal): -4241605 or 3884991. OLE color: 3884991.
HSL color Cylindrical-coordinate representation of color #BF473B: hue angle of 5.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF473B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 59 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.25 |
| HSL | 5.45º | 0.53% | 0.49% | - |
| HSV(B) | 5.45º | 0.69% | 0.75% | - |
| XYZ | 24.53 | 15.9 | 5.91 | - |
| YUV | 105.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 59 | 0 | 0.63 | 0.69 | 0.25 | 5.45 | 0.53 | 0.49 |
| Hex | BF | 47 | 3B | 0 | 3F | 45 | 19 | 5 | 35 | 31 |
| Octal | 277 | 107 | 73 | 0 | 77 | 105 | 31 | 5 | 65 | 61 |
| Binary | 10111111 | 1000111 | 111011 | 0 | 111111 | 1000101 | 11001 | 101 | 110101 | 110001 |
Color Harmonies of #BF473B
Complementary color
Monochromatic Colors of #BF473B
Black with #BF473B
Text Example
Text Example
White with #BF473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF473B; }
p { color: rgb(191,71,59); }
H1.HeaderClassName
{
color: #BF473B;
}
.AnyTagClassName
{
color: #BF473B;
}
</style>
background-color css
<style>
a { background-color: #BF473B; }
a { background-color: rgb(191,71,59); }
div.DivClassName
{
background-color: #BF473B;
}
.BgClassName
{
background-color: #BF473B;
}
</style>
border-color css
<style>
span { border-color: #BF473B; }
span { border-color: rgb(191,71,59); }
td.TdClassName
{
border-color: #BF473B;
}
.TagClassName
{
border-color: #BF473B;
}
</style>