Shades of Tapestry #BC808D
Tints of Tapestry #BC808D
RGB
CMYK
RGB Variations
Color information
#BC808D (or 0xBC808D) is known color: Tapestry. HEX triplet: BC, 80 and 8D. RGB value is (188,128,141). Sum of RGB (Red+Green+Blue) = 188+128+141=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808D is #437F72. Grayscale: #939393. Windows color (decimal): -4423539 or 9273532. OLE color: 9273532.
HSL color Cylindrical-coordinate representation of color #BC808D: hue angle of 347º 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 #BC808D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 141 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.26 |
| HSL | 347º | 0.31% | 0.62% | - |
| HSV(B) | 347º | 0.32% | 0.74% | - |
| XYZ | 33.27 | 28.05 | 28.86 | - |
| YUV | 147.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 141 | 0 | 0.32 | 0.25 | 0.26 | 347 | 0.31 | 0.62 |
| Hex | BC | 80 | 8D | 0 | 20 | 19 | 1A | 15B | 1F | 3E |
| Octal | 274 | 200 | 215 | 0 | 40 | 31 | 32 | 533 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10001101 | 0 | 100000 | 11001 | 11010 | 101011011 | 11111 | 111110 |
Color Harmonies of #BC808D
Complementary color
Monochromatic Colors of #BC808D
Black with #BC808D
Text Example
Text Example
White with #BC808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC808D; }
p { color: rgb(188,128,141); }
H1.HeaderClassName
{
color: #BC808D;
}
.AnyTagClassName
{
color: #BC808D;
}
</style>
background-color css
<style>
a { background-color: #BC808D; }
a { background-color: rgb(188,128,141); }
div.DivClassName
{
background-color: #BC808D;
}
.BgClassName
{
background-color: #BC808D;
}
</style>
border-color css
<style>
span { border-color: #BC808D; }
span { border-color: rgb(188,128,141); }
td.TdClassName
{
border-color: #BC808D;
}
.TagClassName
{
border-color: #BC808D;
}
</style>