Shades of Tapestry #BC6E8D
Tints of Tapestry #BC6E8D
RGB
CMYK
RGB Variations
Color information
#BC6E8D (or 0xBC6E8D) is known color: Tapestry. HEX triplet: BC, 6E and 8D. RGB value is (188,110,141). Sum of RGB (Red+Green+Blue) = 188+110+141=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E8D is #439172. Grayscale: #888888. Windows color (decimal): -4428147 or 9268924. OLE color: 9268924.
HSL color Cylindrical-coordinate representation of color #BC6E8D: hue angle of 336.15º 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 #BC6E8D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 141 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.26 |
| HSL | 336.15º | 0.37% | 0.58% | - |
| HSV(B) | 336.15º | 0.41% | 0.74% | - |
| XYZ | 31.12 | 23.77 | 28.15 | - |
| YUV | 136.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 141 | 0 | 0.41 | 0.25 | 0.26 | 336.15 | 0.37 | 0.58 |
| Hex | BC | 6E | 8D | 0 | 29 | 19 | 1A | 150 | 25 | 3A |
| Octal | 274 | 156 | 215 | 0 | 51 | 31 | 32 | 520 | 45 | 72 |
| Binary | 10111100 | 1101110 | 10001101 | 0 | 101001 | 11001 | 11010 | 101010000 | 100101 | 111010 |
Color Harmonies of #BC6E8D
Complementary color
Monochromatic Colors of #BC6E8D
Black with #BC6E8D
Text Example
Text Example
White with #BC6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E8D; }
p { color: rgb(188,110,141); }
H1.HeaderClassName
{
color: #BC6E8D;
}
.AnyTagClassName
{
color: #BC6E8D;
}
</style>
background-color css
<style>
a { background-color: #BC6E8D; }
a { background-color: rgb(188,110,141); }
div.DivClassName
{
background-color: #BC6E8D;
}
.BgClassName
{
background-color: #BC6E8D;
}
</style>
border-color css
<style>
span { border-color: #BC6E8D; }
span { border-color: rgb(188,110,141); }
td.TdClassName
{
border-color: #BC6E8D;
}
.TagClassName
{
border-color: #BC6E8D;
}
</style>