Shades of Tapestry #BC6E8C
Tints of Tapestry #BC6E8C
RGB
CMYK
RGB Variations
Color information
#BC6E8C (or 0xBC6E8C) is known color: Tapestry. HEX triplet: BC, 6E and 8C. RGB value is (188,110,140). Sum of RGB (Red+Green+Blue) = 188+110+140=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E8C is #439173. Grayscale: #888888. Windows color (decimal): -4428148 or 9203388. OLE color: 9203388.
HSL color Cylindrical-coordinate representation of color #BC6E8C: hue angle of 336.92º 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 #BC6E8C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 140 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.26 |
| HSL | 336.92º | 0.37% | 0.58% | - |
| HSV(B) | 336.92º | 0.41% | 0.74% | - |
| XYZ | 31.05 | 23.74 | 27.76 | - |
| YUV | 136.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 140 | 0 | 0.41 | 0.26 | 0.26 | 336.92 | 0.37 | 0.58 |
| Hex | BC | 6E | 8C | 0 | 29 | 1A | 1A | 151 | 25 | 3A |
| Octal | 274 | 156 | 214 | 0 | 51 | 32 | 32 | 521 | 45 | 72 |
| Binary | 10111100 | 1101110 | 10001100 | 0 | 101001 | 11010 | 11010 | 101010001 | 100101 | 111010 |
Color Harmonies of #BC6E8C
Complementary color
Monochromatic Colors of #BC6E8C
Black with #BC6E8C
Text Example
Text Example
White with #BC6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E8C; }
p { color: rgb(188,110,140); }
H1.HeaderClassName
{
color: #BC6E8C;
}
.AnyTagClassName
{
color: #BC6E8C;
}
</style>
background-color css
<style>
a { background-color: #BC6E8C; }
a { background-color: rgb(188,110,140); }
div.DivClassName
{
background-color: #BC6E8C;
}
.BgClassName
{
background-color: #BC6E8C;
}
</style>
border-color css
<style>
span { border-color: #BC6E8C; }
span { border-color: rgb(188,110,140); }
td.TdClassName
{
border-color: #BC6E8C;
}
.TagClassName
{
border-color: #BC6E8C;
}
</style>