Shades of Grenadier #BD563C
Tints of Grenadier #BD563C
RGB
CMYK
RGB Variations
Color information
#BD563C (or 0xBD563C) is known color: Grenadier. HEX triplet: BD, 56 and 3C. RGB value is (189,86,60). Sum of RGB (Red+Green+Blue) = 189+86+60=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD563C is #42A9C3. Grayscale: #727272. Windows color (decimal): -4368836 or 3954365. OLE color: 3954365.
HSL color Cylindrical-coordinate representation of color #BD563C: hue angle of 12.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD563C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 60 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.26 |
| HSL | 12.09º | 0.52% | 0.49% | - |
| HSV(B) | 12.09º | 0.68% | 0.74% | - |
| XYZ | 25.13 | 17.8 | 6.39 | - |
| YUV | 113.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 60 | 0 | 0.54 | 0.68 | 0.26 | 12.09 | 0.52 | 0.49 |
| Hex | BD | 56 | 3C | 0 | 36 | 44 | 1A | C | 34 | 31 |
| Octal | 275 | 126 | 74 | 0 | 66 | 104 | 32 | 14 | 64 | 61 |
| Binary | 10111101 | 1010110 | 111100 | 0 | 110110 | 1000100 | 11010 | 1100 | 110100 | 110001 |
Color Harmonies of #BD563C
Complementary color
Monochromatic Colors of #BD563C
Black with #BD563C
Text Example
Text Example
White with #BD563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD563C; }
p { color: rgb(189,86,60); }
H1.HeaderClassName
{
color: #BD563C;
}
.AnyTagClassName
{
color: #BD563C;
}
</style>
background-color css
<style>
a { background-color: #BD563C; }
a { background-color: rgb(189,86,60); }
div.DivClassName
{
background-color: #BD563C;
}
.BgClassName
{
background-color: #BD563C;
}
</style>
border-color css
<style>
span { border-color: #BD563C; }
span { border-color: rgb(189,86,60); }
td.TdClassName
{
border-color: #BD563C;
}
.TagClassName
{
border-color: #BD563C;
}
</style>