Shades of Red Damask #BC7856
Tints of Red Damask #BC7856
RGB
CMYK
RGB Variations
Color information
#BC7856 (or 0xBC7856) is known color: Red Damask. HEX triplet: BC, 78 and 56. RGB value is (188,120,86). Sum of RGB (Red+Green+Blue) = 188+120+86=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7856 is #4387A9. Grayscale: #888888. Windows color (decimal): -4425642 or 5667004. OLE color: 5667004.
HSL color Cylindrical-coordinate representation of color #BC7856: hue angle of 20º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7856 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 86 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.26 |
| HSL | 20º | 0.43% | 0.54% | - |
| HSV(B) | 20º | 0.54% | 0.74% | - |
| XYZ | 29.14 | 24.8 | 12.05 | - |
| YUV | 136.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 86 | 0 | 0.36 | 0.54 | 0.26 | 20 | 0.43 | 0.54 |
| Hex | BC | 78 | 56 | 0 | 24 | 36 | 1A | 14 | 2B | 36 |
| Octal | 274 | 170 | 126 | 0 | 44 | 66 | 32 | 24 | 53 | 66 |
| Binary | 10111100 | 1111000 | 1010110 | 0 | 100100 | 110110 | 11010 | 10100 | 101011 | 110110 |
Color Harmonies of #BC7856
Complementary color
Monochromatic Colors of #BC7856
Black with #BC7856
Text Example
Text Example
White with #BC7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7856; }
p { color: rgb(188,120,86); }
H1.HeaderClassName
{
color: #BC7856;
}
.AnyTagClassName
{
color: #BC7856;
}
</style>
background-color css
<style>
a { background-color: #BC7856; }
a { background-color: rgb(188,120,86); }
div.DivClassName
{
background-color: #BC7856;
}
.BgClassName
{
background-color: #BC7856;
}
</style>
border-color css
<style>
span { border-color: #BC7856; }
span { border-color: rgb(188,120,86); }
td.TdClassName
{
border-color: #BC7856;
}
.TagClassName
{
border-color: #BC7856;
}
</style>