Shades of Tapestry #BC6E7E
Tints of Tapestry #BC6E7E
RGB
CMYK
RGB Variations
Color information
#BC6E7E (or 0xBC6E7E) is known color: Tapestry. HEX triplet: BC, 6E and 7E. RGB value is (188,110,126). Sum of RGB (Red+Green+Blue) = 188+110+126=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E7E is #439181. Grayscale: #878787. Windows color (decimal): -4428162 or 8285884. OLE color: 8285884.
HSL color Cylindrical-coordinate representation of color #BC6E7E: hue angle of 347.69º 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 #BC6E7E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 126 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.26 |
| HSL | 347.69º | 0.37% | 0.58% | - |
| HSV(B) | 347.69º | 0.41% | 0.74% | - |
| XYZ | 30.08 | 23.35 | 22.66 | - |
| YUV | 135.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 126 | 0 | 0.41 | 0.33 | 0.26 | 347.69 | 0.37 | 0.58 |
| Hex | BC | 6E | 7E | 0 | 29 | 21 | 1A | 15C | 25 | 3A |
| Octal | 274 | 156 | 176 | 0 | 51 | 41 | 32 | 534 | 45 | 72 |
| Binary | 10111100 | 1101110 | 1111110 | 0 | 101001 | 100001 | 11010 | 101011100 | 100101 | 111010 |
Color Harmonies of #BC6E7E
Complementary color
Monochromatic Colors of #BC6E7E
Black with #BC6E7E
Text Example
Text Example
White with #BC6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E7E; }
p { color: rgb(188,110,126); }
H1.HeaderClassName
{
color: #BC6E7E;
}
.AnyTagClassName
{
color: #BC6E7E;
}
</style>
background-color css
<style>
a { background-color: #BC6E7E; }
a { background-color: rgb(188,110,126); }
div.DivClassName
{
background-color: #BC6E7E;
}
.BgClassName
{
background-color: #BC6E7E;
}
</style>
border-color css
<style>
span { border-color: #BC6E7E; }
span { border-color: rgb(188,110,126); }
td.TdClassName
{
border-color: #BC6E7E;
}
.TagClassName
{
border-color: #BC6E7E;
}
</style>