Shades of Tapestry #BC708C
Tints of Tapestry #BC708C
RGB
CMYK
RGB Variations
Color information
#BC708C (or 0xBC708C) is known color: Tapestry. HEX triplet: BC, 70 and 8C. RGB value is (188,112,140). Sum of RGB (Red+Green+Blue) = 188+112+140=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC708C is #438F73. Grayscale: #898989. Windows color (decimal): -4427636 or 9203900. OLE color: 9203900.
HSL color Cylindrical-coordinate representation of color #BC708C: hue angle of 337.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC708C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 140 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.26 |
| HSL | 337.89º | 0.36% | 0.59% | - |
| HSV(B) | 337.89º | 0.4% | 0.74% | - |
| XYZ | 31.27 | 24.17 | 27.83 | - |
| YUV | 137.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 140 | 0 | 0.40 | 0.26 | 0.26 | 337.89 | 0.36 | 0.59 |
| Hex | BC | 70 | 8C | 0 | 28 | 1A | 1A | 152 | 24 | 3B |
| Octal | 274 | 160 | 214 | 0 | 50 | 32 | 32 | 522 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10001100 | 0 | 101000 | 11010 | 11010 | 101010010 | 100100 | 111011 |
Color Harmonies of #BC708C
Complementary color
Monochromatic Colors of #BC708C
Black with #BC708C
Text Example
Text Example
White with #BC708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC708C; }
p { color: rgb(188,112,140); }
H1.HeaderClassName
{
color: #BC708C;
}
.AnyTagClassName
{
color: #BC708C;
}
</style>
background-color css
<style>
a { background-color: #BC708C; }
a { background-color: rgb(188,112,140); }
div.DivClassName
{
background-color: #BC708C;
}
.BgClassName
{
background-color: #BC708C;
}
</style>
border-color css
<style>
span { border-color: #BC708C; }
span { border-color: rgb(188,112,140); }
td.TdClassName
{
border-color: #BC708C;
}
.TagClassName
{
border-color: #BC708C;
}
</style>