Shades of Tapestry #BC6E77
Tints of Tapestry #BC6E77
RGB
CMYK
RGB Variations
Color information
#BC6E77 (or 0xBC6E77) is known color: Tapestry. HEX triplet: BC, 6E and 77. RGB value is (188,110,119). Sum of RGB (Red+Green+Blue) = 188+110+119=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E77 is #439188. Grayscale: #868686. Windows color (decimal): -4428169 or 7827132. OLE color: 7827132.
HSL color Cylindrical-coordinate representation of color #BC6E77: hue angle of 353.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6E77 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 119 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.26 |
| HSL | 353.08º | 0.37% | 0.58% | - |
| HSV(B) | 353.08º | 0.41% | 0.74% | - |
| XYZ | 29.64 | 23.18 | 20.36 | - |
| YUV | 134.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 119 | 0 | 0.41 | 0.37 | 0.26 | 353.08 | 0.37 | 0.58 |
| Hex | BC | 6E | 77 | 0 | 29 | 25 | 1A | 161 | 25 | 3A |
| Octal | 274 | 156 | 167 | 0 | 51 | 45 | 32 | 541 | 45 | 72 |
| Binary | 10111100 | 1101110 | 1110111 | 0 | 101001 | 100101 | 11010 | 101100001 | 100101 | 111010 |
Color Harmonies of #BC6E77
Complementary color
Monochromatic Colors of #BC6E77
Black with #BC6E77
Text Example
Text Example
White with #BC6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E77; }
p { color: rgb(188,110,119); }
H1.HeaderClassName
{
color: #BC6E77;
}
.AnyTagClassName
{
color: #BC6E77;
}
</style>
background-color css
<style>
a { background-color: #BC6E77; }
a { background-color: rgb(188,110,119); }
div.DivClassName
{
background-color: #BC6E77;
}
.BgClassName
{
background-color: #BC6E77;
}
</style>
border-color css
<style>
span { border-color: #BC6E77; }
span { border-color: rgb(188,110,119); }
td.TdClassName
{
border-color: #BC6E77;
}
.TagClassName
{
border-color: #BC6E77;
}
</style>