Shades of Tapestry #BC7C8C
Tints of Tapestry #BC7C8C
RGB
CMYK
RGB Variations
Color information
#BC7C8C (or 0xBC7C8C) is known color: Tapestry. HEX triplet: BC, 7C and 8C. RGB value is (188,124,140). Sum of RGB (Red+Green+Blue) = 188+124+140=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C8C is #438373. Grayscale: #909090. Windows color (decimal): -4424564 or 9206972. OLE color: 9206972.
HSL color Cylindrical-coordinate representation of color #BC7C8C: hue angle of 345º 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 #BC7C8C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 140 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.26 |
| HSL | 345º | 0.32% | 0.61% | - |
| HSV(B) | 345º | 0.34% | 0.74% | - |
| XYZ | 32.68 | 27 | 28.3 | - |
| YUV | 144.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 140 | 0 | 0.34 | 0.26 | 0.26 | 345 | 0.32 | 0.61 |
| Hex | BC | 7C | 8C | 0 | 22 | 1A | 1A | 159 | 20 | 3D |
| Octal | 274 | 174 | 214 | 0 | 42 | 32 | 32 | 531 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10001100 | 0 | 100010 | 11010 | 11010 | 101011001 | 100000 | 111101 |
Color Harmonies of #BC7C8C
Complementary color
Monochromatic Colors of #BC7C8C
Black with #BC7C8C
Text Example
Text Example
White with #BC7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C8C; }
p { color: rgb(188,124,140); }
H1.HeaderClassName
{
color: #BC7C8C;
}
.AnyTagClassName
{
color: #BC7C8C;
}
</style>
background-color css
<style>
a { background-color: #BC7C8C; }
a { background-color: rgb(188,124,140); }
div.DivClassName
{
background-color: #BC7C8C;
}
.BgClassName
{
background-color: #BC7C8C;
}
</style>
border-color css
<style>
span { border-color: #BC7C8C; }
span { border-color: rgb(188,124,140); }
td.TdClassName
{
border-color: #BC7C8C;
}
.TagClassName
{
border-color: #BC7C8C;
}
</style>