Shades of Tapestry #BC8086
Tints of Tapestry #BC8086
RGB
CMYK
RGB Variations
Color information
#BC8086 (or 0xBC8086) is known color: Tapestry. HEX triplet: BC, 80 and 86. RGB value is (188,128,134). Sum of RGB (Red+Green+Blue) = 188+128+134=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8086 is #437F79. Grayscale: #929292. Windows color (decimal): -4423546 or 8814780. OLE color: 8814780.
HSL color Cylindrical-coordinate representation of color #BC8086: hue angle of 354º 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 #BC8086 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 134 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.26 |
| HSL | 354º | 0.31% | 0.62% | - |
| HSV(B) | 354º | 0.32% | 0.74% | - |
| XYZ | 32.76 | 27.85 | 26.2 | - |
| YUV | 146.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 134 | 0 | 0.32 | 0.29 | 0.26 | 354 | 0.31 | 0.62 |
| Hex | BC | 80 | 86 | 0 | 20 | 1D | 1A | 162 | 1F | 3E |
| Octal | 274 | 200 | 206 | 0 | 40 | 35 | 32 | 542 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10000110 | 0 | 100000 | 11101 | 11010 | 101100010 | 11111 | 111110 |
Color Harmonies of #BC8086
Complementary color
Monochromatic Colors of #BC8086
Black with #BC8086
Text Example
Text Example
White with #BC8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8086; }
p { color: rgb(188,128,134); }
H1.HeaderClassName
{
color: #BC8086;
}
.AnyTagClassName
{
color: #BC8086;
}
</style>
background-color css
<style>
a { background-color: #BC8086; }
a { background-color: rgb(188,128,134); }
div.DivClassName
{
background-color: #BC8086;
}
.BgClassName
{
background-color: #BC8086;
}
</style>
border-color css
<style>
span { border-color: #BC8086; }
span { border-color: rgb(188,128,134); }
td.TdClassName
{
border-color: #BC8086;
}
.TagClassName
{
border-color: #BC8086;
}
</style>