Shades of Tapestry #BC808C
Tints of Tapestry #BC808C
RGB
CMYK
RGB Variations
Color information
#BC808C (or 0xBC808C) is known color: Tapestry. HEX triplet: BC, 80 and 8C. RGB value is (188,128,140). Sum of RGB (Red+Green+Blue) = 188+128+140=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808C is #437F73. Grayscale: #939393. Windows color (decimal): -4423540 or 9207996. OLE color: 9207996.
HSL color Cylindrical-coordinate representation of color #BC808C: hue angle of 348º 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 #BC808C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 140 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.26 |
| HSL | 348º | 0.31% | 0.62% | - |
| HSV(B) | 348º | 0.32% | 0.74% | - |
| XYZ | 33.19 | 28.02 | 28.47 | - |
| YUV | 147.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 140 | 0 | 0.32 | 0.26 | 0.26 | 348 | 0.31 | 0.62 |
| Hex | BC | 80 | 8C | 0 | 20 | 1A | 1A | 15C | 1F | 3E |
| Octal | 274 | 200 | 214 | 0 | 40 | 32 | 32 | 534 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10001100 | 0 | 100000 | 11010 | 11010 | 101011100 | 11111 | 111110 |
Color Harmonies of #BC808C
Complementary color
Monochromatic Colors of #BC808C
Black with #BC808C
Text Example
Text Example
White with #BC808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC808C; }
p { color: rgb(188,128,140); }
H1.HeaderClassName
{
color: #BC808C;
}
.AnyTagClassName
{
color: #BC808C;
}
</style>
background-color css
<style>
a { background-color: #BC808C; }
a { background-color: rgb(188,128,140); }
div.DivClassName
{
background-color: #BC808C;
}
.BgClassName
{
background-color: #BC808C;
}
</style>
border-color css
<style>
span { border-color: #BC808C; }
span { border-color: rgb(188,128,140); }
td.TdClassName
{
border-color: #BC808C;
}
.TagClassName
{
border-color: #BC808C;
}
</style>