Shades of Tapestry #BC778E
Tints of Tapestry #BC778E
RGB
CMYK
RGB Variations
Color information
#BC778E (or 0xBC778E) is known color: Tapestry. HEX triplet: BC, 77 and 8E. RGB value is (188,119,142). Sum of RGB (Red+Green+Blue) = 188+119+142=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778E is #438871. Grayscale: #8E8E8E. Windows color (decimal): -4425842 or 9336764. OLE color: 9336764.
HSL color Cylindrical-coordinate representation of color #BC778E: hue angle of 340º 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 #BC778E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 142 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 340º | 0.34% | 0.6% | - |
| HSV(B) | 340º | 0.37% | 0.74% | - |
| XYZ | 32.22 | 25.84 | 28.88 | - |
| YUV | 142.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 142 | 0 | 0.37 | 0.24 | 0.26 | 340 | 0.34 | 0.6 |
| Hex | BC | 77 | 8E | 0 | 25 | 18 | 1A | 154 | 22 | 3C |
| Octal | 274 | 167 | 216 | 0 | 45 | 30 | 32 | 524 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10001110 | 0 | 100101 | 11000 | 11010 | 101010100 | 100010 | 111100 |
Color Harmonies of #BC778E
Complementary color
Monochromatic Colors of #BC778E
Black with #BC778E
Text Example
Text Example
White with #BC778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC778E; }
p { color: rgb(188,119,142); }
H1.HeaderClassName
{
color: #BC778E;
}
.AnyTagClassName
{
color: #BC778E;
}
</style>
background-color css
<style>
a { background-color: #BC778E; }
a { background-color: rgb(188,119,142); }
div.DivClassName
{
background-color: #BC778E;
}
.BgClassName
{
background-color: #BC778E;
}
</style>
border-color css
<style>
span { border-color: #BC778E; }
span { border-color: rgb(188,119,142); }
td.TdClassName
{
border-color: #BC778E;
}
.TagClassName
{
border-color: #BC778E;
}
</style>