Shades of Tapestry #BC6685
Tints of Tapestry #BC6685
RGB
CMYK
RGB Variations
Color information
#BC6685 (or 0xBC6685) is known color: Tapestry. HEX triplet: BC, 66 and 85. RGB value is (188,102,133). Sum of RGB (Red+Green+Blue) = 188+102+133=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6685 is #43997A. Grayscale: #838383. Windows color (decimal): -4430203 or 8742588. OLE color: 8742588.
HSL color Cylindrical-coordinate representation of color #BC6685: hue angle of 338.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6685 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 133 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.26 |
| HSL | 338.37º | 0.39% | 0.57% | - |
| HSV(B) | 338.37º | 0.46% | 0.74% | - |
| XYZ | 29.72 | 21.89 | 24.85 | - |
| YUV | 131.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 133 | 0 | 0.46 | 0.29 | 0.26 | 338.37 | 0.39 | 0.57 |
| Hex | BC | 66 | 85 | 0 | 2E | 1D | 1A | 152 | 27 | 39 |
| Octal | 274 | 146 | 205 | 0 | 56 | 35 | 32 | 522 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10000101 | 0 | 101110 | 11101 | 11010 | 101010010 | 100111 | 111001 |
Color Harmonies of #BC6685
Complementary color
Monochromatic Colors of #BC6685
Black with #BC6685
Text Example
Text Example
White with #BC6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6685; }
p { color: rgb(188,102,133); }
H1.HeaderClassName
{
color: #BC6685;
}
.AnyTagClassName
{
color: #BC6685;
}
</style>
background-color css
<style>
a { background-color: #BC6685; }
a { background-color: rgb(188,102,133); }
div.DivClassName
{
background-color: #BC6685;
}
.BgClassName
{
background-color: #BC6685;
}
</style>
border-color css
<style>
span { border-color: #BC6685; }
span { border-color: rgb(188,102,133); }
td.TdClassName
{
border-color: #BC6685;
}
.TagClassName
{
border-color: #BC6685;
}
</style>