Shades of Tapestry #BC8084
Tints of Tapestry #BC8084
RGB
CMYK
RGB Variations
Color information
#BC8084 (or 0xBC8084) is known color: Tapestry. HEX triplet: BC, 80 and 84. RGB value is (188,128,132). Sum of RGB (Red+Green+Blue) = 188+128+132=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8084 is #437F7B. Grayscale: #929292. Windows color (decimal): -4423548 or 8683708. OLE color: 8683708.
HSL color Cylindrical-coordinate representation of color #BC8084: hue angle of 356º 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 #BC8084 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 132 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.26 |
| HSL | 356º | 0.31% | 0.62% | - |
| HSV(B) | 356º | 0.32% | 0.74% | - |
| XYZ | 32.62 | 27.8 | 25.48 | - |
| YUV | 146.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 132 | 0 | 0.32 | 0.30 | 0.26 | 356 | 0.31 | 0.62 |
| Hex | BC | 80 | 84 | 0 | 20 | 1E | 1A | 164 | 1F | 3E |
| Octal | 274 | 200 | 204 | 0 | 40 | 36 | 32 | 544 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10000100 | 0 | 100000 | 11110 | 11010 | 101100100 | 11111 | 111110 |
Color Harmonies of #BC8084
Complementary color
Monochromatic Colors of #BC8084
Black with #BC8084
Text Example
Text Example
White with #BC8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8084; }
p { color: rgb(188,128,132); }
H1.HeaderClassName
{
color: #BC8084;
}
.AnyTagClassName
{
color: #BC8084;
}
</style>
background-color css
<style>
a { background-color: #BC8084; }
a { background-color: rgb(188,128,132); }
div.DivClassName
{
background-color: #BC8084;
}
.BgClassName
{
background-color: #BC8084;
}
</style>
border-color css
<style>
span { border-color: #BC8084; }
span { border-color: rgb(188,128,132); }
td.TdClassName
{
border-color: #BC8084;
}
.TagClassName
{
border-color: #BC8084;
}
</style>