Shades of Tapestry #BC6786
Tints of Tapestry #BC6786
RGB
CMYK
RGB Variations
Color information
#BC6786 (or 0xBC6786) is known color: Tapestry. HEX triplet: BC, 67 and 86. RGB value is (188,103,134). Sum of RGB (Red+Green+Blue) = 188+103+134=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6786 is #439879. Grayscale: #838383. Windows color (decimal): -4429946 or 8808380. OLE color: 8808380.
HSL color Cylindrical-coordinate representation of color #BC6786: hue angle of 338.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6786 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 134 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.26 |
| HSL | 338.12º | 0.39% | 0.57% | - |
| HSV(B) | 338.12º | 0.45% | 0.74% | - |
| XYZ | 29.89 | 22.11 | 25.25 | - |
| YUV | 131.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 134 | 0 | 0.45 | 0.29 | 0.26 | 338.12 | 0.39 | 0.57 |
| Hex | BC | 67 | 86 | 0 | 2D | 1D | 1A | 152 | 27 | 39 |
| Octal | 274 | 147 | 206 | 0 | 55 | 35 | 32 | 522 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10000110 | 0 | 101101 | 11101 | 11010 | 101010010 | 100111 | 111001 |
Color Harmonies of #BC6786
Complementary color
Monochromatic Colors of #BC6786
Black with #BC6786
Text Example
Text Example
White with #BC6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6786; }
p { color: rgb(188,103,134); }
H1.HeaderClassName
{
color: #BC6786;
}
.AnyTagClassName
{
color: #BC6786;
}
</style>
background-color css
<style>
a { background-color: #BC6786; }
a { background-color: rgb(188,103,134); }
div.DivClassName
{
background-color: #BC6786;
}
.BgClassName
{
background-color: #BC6786;
}
</style>
border-color css
<style>
span { border-color: #BC6786; }
span { border-color: rgb(188,103,134); }
td.TdClassName
{
border-color: #BC6786;
}
.TagClassName
{
border-color: #BC6786;
}
</style>