Shades of Grenadier #BF563A
Tints of Grenadier #BF563A
RGB
CMYK
RGB Variations
Color information
#BF563A (or 0xBF563A) is known color: Grenadier. HEX triplet: BF, 56 and 3A. RGB value is (191,86,58). Sum of RGB (Red+Green+Blue) = 191+86+58=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF563A is #40A9C5. Grayscale: #727272. Windows color (decimal): -4237766 or 3823295. OLE color: 3823295.
HSL color Cylindrical-coordinate representation of color #BF563A: hue angle of 12.63º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF563A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 58 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.25 |
| HSL | 12.63º | 0.53% | 0.49% | - |
| HSV(B) | 12.63º | 0.7% | 0.75% | - |
| XYZ | 25.58 | 18.04 | 6.14 | - |
| YUV | 114.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 58 | 0 | 0.55 | 0.70 | 0.25 | 12.63 | 0.53 | 0.49 |
| Hex | BF | 56 | 3A | 0 | 37 | 46 | 19 | D | 35 | 31 |
| Octal | 277 | 126 | 72 | 0 | 67 | 106 | 31 | 15 | 65 | 61 |
| Binary | 10111111 | 1010110 | 111010 | 0 | 110111 | 1000110 | 11001 | 1101 | 110101 | 110001 |
Color Harmonies of #BF563A
Complementary color
Monochromatic Colors of #BF563A
Black with #BF563A
Text Example
Text Example
White with #BF563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF563A; }
p { color: rgb(191,86,58); }
H1.HeaderClassName
{
color: #BF563A;
}
.AnyTagClassName
{
color: #BF563A;
}
</style>
background-color css
<style>
a { background-color: #BF563A; }
a { background-color: rgb(191,86,58); }
div.DivClassName
{
background-color: #BF563A;
}
.BgClassName
{
background-color: #BF563A;
}
</style>
border-color css
<style>
span { border-color: #BF563A; }
span { border-color: rgb(191,86,58); }
td.TdClassName
{
border-color: #BF563A;
}
.TagClassName
{
border-color: #BF563A;
}
</style>