Shades of Tapestry #BC778C
Tints of Tapestry #BC778C
RGB
CMYK
RGB Variations
Color information
#BC778C (or 0xBC778C) is known color: Tapestry. HEX triplet: BC, 77 and 8C. RGB value is (188,119,140). Sum of RGB (Red+Green+Blue) = 188+119+140=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778C is #438873. Grayscale: #8E8E8E. Windows color (decimal): -4425844 or 9205692. OLE color: 9205692.
HSL color Cylindrical-coordinate representation of color #BC778C: hue angle of 341.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC778C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 140 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.26 |
| HSL | 341.74º | 0.34% | 0.6% | - |
| HSV(B) | 341.74º | 0.37% | 0.74% | - |
| XYZ | 32.07 | 25.78 | 28.1 | - |
| YUV | 142.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 140 | 0 | 0.37 | 0.26 | 0.26 | 341.74 | 0.34 | 0.6 |
| Hex | BC | 77 | 8C | 0 | 25 | 1A | 1A | 156 | 22 | 3C |
| Octal | 274 | 167 | 214 | 0 | 45 | 32 | 32 | 526 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10001100 | 0 | 100101 | 11010 | 11010 | 101010110 | 100010 | 111100 |
Color Harmonies of #BC778C
Complementary color
Monochromatic Colors of #BC778C
Black with #BC778C
Text Example
Text Example
White with #BC778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC778C; }
p { color: rgb(188,119,140); }
H1.HeaderClassName
{
color: #BC778C;
}
.AnyTagClassName
{
color: #BC778C;
}
</style>
background-color css
<style>
a { background-color: #BC778C; }
a { background-color: rgb(188,119,140); }
div.DivClassName
{
background-color: #BC778C;
}
.BgClassName
{
background-color: #BC778C;
}
</style>
border-color css
<style>
span { border-color: #BC778C; }
span { border-color: rgb(188,119,140); }
td.TdClassName
{
border-color: #BC778C;
}
.TagClassName
{
border-color: #BC778C;
}
</style>