Shades of Tapestry #BC7E84
Tints of Tapestry #BC7E84
RGB
CMYK
RGB Variations
Color information
#BC7E84 (or 0xBC7E84) is known color: Tapestry. HEX triplet: BC, 7E and 84. RGB value is (188,126,132). Sum of RGB (Red+Green+Blue) = 188+126+132=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E84 is #43817B. Grayscale: #919191. Windows color (decimal): -4424060 or 8683196. OLE color: 8683196.
HSL color Cylindrical-coordinate representation of color #BC7E84: hue angle of 354.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7E84 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 132 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.26 |
| HSL | 354.19º | 0.32% | 0.62% | - |
| HSV(B) | 354.19º | 0.33% | 0.74% | - |
| XYZ | 32.36 | 27.28 | 25.39 | - |
| YUV | 145.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 132 | 0 | 0.33 | 0.30 | 0.26 | 354.19 | 0.32 | 0.62 |
| Hex | BC | 7E | 84 | 0 | 21 | 1E | 1A | 162 | 20 | 3E |
| Octal | 274 | 176 | 204 | 0 | 41 | 36 | 32 | 542 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10000100 | 0 | 100001 | 11110 | 11010 | 101100010 | 100000 | 111110 |
Color Harmonies of #BC7E84
Complementary color
Monochromatic Colors of #BC7E84
Black with #BC7E84
Text Example
Text Example
White with #BC7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E84; }
p { color: rgb(188,126,132); }
H1.HeaderClassName
{
color: #BC7E84;
}
.AnyTagClassName
{
color: #BC7E84;
}
</style>
background-color css
<style>
a { background-color: #BC7E84; }
a { background-color: rgb(188,126,132); }
div.DivClassName
{
background-color: #BC7E84;
}
.BgClassName
{
background-color: #BC7E84;
}
</style>
border-color css
<style>
span { border-color: #BC7E84; }
span { border-color: rgb(188,126,132); }
td.TdClassName
{
border-color: #BC7E84;
}
.TagClassName
{
border-color: #BC7E84;
}
</style>