Shades of Tapestry #BC7D8D
Tints of Tapestry #BC7D8D
RGB
CMYK
RGB Variations
Color information
#BC7D8D (or 0xBC7D8D) is known color: Tapestry. HEX triplet: BC, 7D and 8D. RGB value is (188,125,141). Sum of RGB (Red+Green+Blue) = 188+125+141=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D8D is #438272. Grayscale: #919191. Windows color (decimal): -4424307 or 9272764. OLE color: 9272764.
HSL color Cylindrical-coordinate representation of color #BC7D8D: hue angle of 344.76º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7D8D is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 141 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.26 |
| HSL | 344.76º | 0.32% | 0.61% | - |
| HSV(B) | 344.76º | 0.34% | 0.74% | - |
| XYZ | 32.88 | 27.28 | 28.73 | - |
| YUV | 145.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 141 | 0 | 0.34 | 0.25 | 0.26 | 344.76 | 0.32 | 0.61 |
| Hex | BC | 7D | 8D | 0 | 22 | 19 | 1A | 159 | 20 | 3D |
| Octal | 274 | 175 | 215 | 0 | 42 | 31 | 32 | 531 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10001101 | 0 | 100010 | 11001 | 11010 | 101011001 | 100000 | 111101 |
Color Harmonies of #BC7D8D
Complementary color
Monochromatic Colors of #BC7D8D
Black with #BC7D8D
Text Example
Text Example
White with #BC7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D8D; }
p { color: rgb(188,125,141); }
H1.HeaderClassName
{
color: #BC7D8D;
}
.AnyTagClassName
{
color: #BC7D8D;
}
</style>
background-color css
<style>
a { background-color: #BC7D8D; }
a { background-color: rgb(188,125,141); }
div.DivClassName
{
background-color: #BC7D8D;
}
.BgClassName
{
background-color: #BC7D8D;
}
</style>
border-color css
<style>
span { border-color: #BC7D8D; }
span { border-color: rgb(188,125,141); }
td.TdClassName
{
border-color: #BC7D8D;
}
.TagClassName
{
border-color: #BC7D8D;
}
</style>