Shades of Tapestry #BC8082
Tints of Tapestry #BC8082
RGB
CMYK
RGB Variations
Color information
#BC8082 (or 0xBC8082) is known color: Tapestry. HEX triplet: BC, 80 and 82. RGB value is (188,128,130). Sum of RGB (Red+Green+Blue) = 188+128+130=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8082 is #437F7D. Grayscale: #929292. Windows color (decimal): -4423550 or 8552636. OLE color: 8552636.
HSL color Cylindrical-coordinate representation of color #BC8082: hue angle of 358º 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 #BC8082 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 130 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.26 |
| HSL | 358º | 0.31% | 0.62% | - |
| HSV(B) | 358º | 0.32% | 0.74% | - |
| XYZ | 32.49 | 27.74 | 24.76 | - |
| YUV | 146.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 130 | 0 | 0.32 | 0.31 | 0.26 | 358 | 0.31 | 0.62 |
| Hex | BC | 80 | 82 | 0 | 20 | 1F | 1A | 166 | 1F | 3E |
| Octal | 274 | 200 | 202 | 0 | 40 | 37 | 32 | 546 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10000010 | 0 | 100000 | 11111 | 11010 | 101100110 | 11111 | 111110 |
Color Harmonies of #BC8082
Complementary color
Monochromatic Colors of #BC8082
Black with #BC8082
Text Example
Text Example
White with #BC8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8082; }
p { color: rgb(188,128,130); }
H1.HeaderClassName
{
color: #BC8082;
}
.AnyTagClassName
{
color: #BC8082;
}
</style>
background-color css
<style>
a { background-color: #BC8082; }
a { background-color: rgb(188,128,130); }
div.DivClassName
{
background-color: #BC8082;
}
.BgClassName
{
background-color: #BC8082;
}
</style>
border-color css
<style>
span { border-color: #BC8082; }
span { border-color: rgb(188,128,130); }
td.TdClassName
{
border-color: #BC8082;
}
.TagClassName
{
border-color: #BC8082;
}
</style>