Shades of Tapestry #BC8287
Tints of Tapestry #BC8287
RGB
CMYK
RGB Variations
Color information
#BC8287 (or 0xBC8287) is known color: Tapestry. HEX triplet: BC, 82 and 87. RGB value is (188,130,135). Sum of RGB (Red+Green+Blue) = 188+130+135=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8287 is #437D78. Grayscale: #939393. Windows color (decimal): -4423033 or 8880828. OLE color: 8880828.
HSL color Cylindrical-coordinate representation of color #BC8287: hue angle of 354.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8287 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 135 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.26 |
| HSL | 354.83º | 0.3% | 0.62% | - |
| HSV(B) | 354.83º | 0.31% | 0.74% | - |
| XYZ | 33.09 | 28.41 | 26.66 | - |
| YUV | 147.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 135 | 0 | 0.31 | 0.28 | 0.26 | 354.83 | 0.3 | 0.62 |
| Hex | BC | 82 | 87 | 0 | 1F | 1C | 1A | 163 | 1E | 3E |
| Octal | 274 | 202 | 207 | 0 | 37 | 34 | 32 | 543 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10000111 | 0 | 11111 | 11100 | 11010 | 101100011 | 11110 | 111110 |
Color Harmonies of #BC8287
Complementary color
Monochromatic Colors of #BC8287
Black with #BC8287
Text Example
Text Example
White with #BC8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8287; }
p { color: rgb(188,130,135); }
H1.HeaderClassName
{
color: #BC8287;
}
.AnyTagClassName
{
color: #BC8287;
}
</style>
background-color css
<style>
a { background-color: #BC8287; }
a { background-color: rgb(188,130,135); }
div.DivClassName
{
background-color: #BC8287;
}
.BgClassName
{
background-color: #BC8287;
}
</style>
border-color css
<style>
span { border-color: #BC8287; }
span { border-color: rgb(188,130,135); }
td.TdClassName
{
border-color: #BC8287;
}
.TagClassName
{
border-color: #BC8287;
}
</style>