Shades of Tapestry #BC7F8C
Tints of Tapestry #BC7F8C
RGB
CMYK
RGB Variations
Color information
#BC7F8C (or 0xBC7F8C) is known color: Tapestry. HEX triplet: BC, 7F and 8C. RGB value is (188,127,140). Sum of RGB (Red+Green+Blue) = 188+127+140=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F8C is #438073. Grayscale: #929292. Windows color (decimal): -4423796 or 9207740. OLE color: 9207740.
HSL color Cylindrical-coordinate representation of color #BC7F8C: hue angle of 347.21º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F8C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 140 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.26 |
| HSL | 347.21º | 0.31% | 0.62% | - |
| HSV(B) | 347.21º | 0.32% | 0.74% | - |
| XYZ | 33.06 | 27.76 | 28.43 | - |
| YUV | 146.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 140 | 0 | 0.32 | 0.26 | 0.26 | 347.21 | 0.31 | 0.62 |
| Hex | BC | 7F | 8C | 0 | 20 | 1A | 1A | 15B | 1F | 3E |
| Octal | 274 | 177 | 214 | 0 | 40 | 32 | 32 | 533 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10001100 | 0 | 100000 | 11010 | 11010 | 101011011 | 11111 | 111110 |
Color Harmonies of #BC7F8C
Complementary color
Monochromatic Colors of #BC7F8C
Black with #BC7F8C
Text Example
Text Example
White with #BC7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F8C; }
p { color: rgb(188,127,140); }
H1.HeaderClassName
{
color: #BC7F8C;
}
.AnyTagClassName
{
color: #BC7F8C;
}
</style>
background-color css
<style>
a { background-color: #BC7F8C; }
a { background-color: rgb(188,127,140); }
div.DivClassName
{
background-color: #BC7F8C;
}
.BgClassName
{
background-color: #BC7F8C;
}
</style>
border-color css
<style>
span { border-color: #BC7F8C; }
span { border-color: rgb(188,127,140); }
td.TdClassName
{
border-color: #BC7F8C;
}
.TagClassName
{
border-color: #BC7F8C;
}
</style>