Shades of Tapestry #BC7986
Tints of Tapestry #BC7986
RGB
CMYK
RGB Variations
Color information
#BC7986 (or 0xBC7986) is known color: Tapestry. HEX triplet: BC, 79 and 86. RGB value is (188,121,134). Sum of RGB (Red+Green+Blue) = 188+121+134=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7986 is #438679. Grayscale: #8E8E8E. Windows color (decimal): -4425338 or 8812988. OLE color: 8812988.
HSL color Cylindrical-coordinate representation of color #BC7986: hue angle of 348.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7986 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 134 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.26 |
| HSL | 348.36º | 0.33% | 0.61% | - |
| HSV(B) | 348.36º | 0.36% | 0.74% | - |
| XYZ | 31.88 | 26.09 | 25.91 | - |
| YUV | 142.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 134 | 0 | 0.36 | 0.29 | 0.26 | 348.36 | 0.33 | 0.61 |
| Hex | BC | 79 | 86 | 0 | 24 | 1D | 1A | 15C | 21 | 3D |
| Octal | 274 | 171 | 206 | 0 | 44 | 35 | 32 | 534 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10000110 | 0 | 100100 | 11101 | 11010 | 101011100 | 100001 | 111101 |
Color Harmonies of #BC7986
Complementary color
Monochromatic Colors of #BC7986
Black with #BC7986
Text Example
Text Example
White with #BC7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7986; }
p { color: rgb(188,121,134); }
H1.HeaderClassName
{
color: #BC7986;
}
.AnyTagClassName
{
color: #BC7986;
}
</style>
background-color css
<style>
a { background-color: #BC7986; }
a { background-color: rgb(188,121,134); }
div.DivClassName
{
background-color: #BC7986;
}
.BgClassName
{
background-color: #BC7986;
}
</style>
border-color css
<style>
span { border-color: #BC7986; }
span { border-color: rgb(188,121,134); }
td.TdClassName
{
border-color: #BC7986;
}
.TagClassName
{
border-color: #BC7986;
}
</style>