Shades of Tapestry #BC7788
Tints of Tapestry #BC7788
RGB
CMYK
RGB Variations
Color information
#BC7788 (or 0xBC7788) is known color: Tapestry. HEX triplet: BC, 77 and 88. RGB value is (188,119,136). Sum of RGB (Red+Green+Blue) = 188+119+136=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7788 is #438877. Grayscale: #8D8D8D. Windows color (decimal): -4425848 or 8943548. OLE color: 8943548.
HSL color Cylindrical-coordinate representation of color #BC7788: hue angle of 345.22º 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 #BC7788 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 136 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.26 |
| HSL | 345.22º | 0.34% | 0.6% | - |
| HSV(B) | 345.22º | 0.37% | 0.74% | - |
| XYZ | 31.78 | 25.66 | 26.57 | - |
| YUV | 141.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 136 | 0 | 0.37 | 0.28 | 0.26 | 345.22 | 0.34 | 0.6 |
| Hex | BC | 77 | 88 | 0 | 25 | 1C | 1A | 159 | 22 | 3C |
| Octal | 274 | 167 | 210 | 0 | 45 | 34 | 32 | 531 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10001000 | 0 | 100101 | 11100 | 11010 | 101011001 | 100010 | 111100 |
Color Harmonies of #BC7788
Complementary color
Monochromatic Colors of #BC7788
Black with #BC7788
Text Example
Text Example
White with #BC7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7788; }
p { color: rgb(188,119,136); }
H1.HeaderClassName
{
color: #BC7788;
}
.AnyTagClassName
{
color: #BC7788;
}
</style>
background-color css
<style>
a { background-color: #BC7788; }
a { background-color: rgb(188,119,136); }
div.DivClassName
{
background-color: #BC7788;
}
.BgClassName
{
background-color: #BC7788;
}
</style>
border-color css
<style>
span { border-color: #BC7788; }
span { border-color: rgb(188,119,136); }
td.TdClassName
{
border-color: #BC7788;
}
.TagClassName
{
border-color: #BC7788;
}
</style>