Shades of Tapestry #BC7680
Tints of Tapestry #BC7680
RGB
CMYK
RGB Variations
Color information
#BC7680 (or 0xBC7680) is known color: Tapestry. HEX triplet: BC, 76 and 80. RGB value is (188,118,128). Sum of RGB (Red+Green+Blue) = 188+118+128=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7680 is #43897F. Grayscale: #8C8C8C. Windows color (decimal): -4426112 or 8419004. OLE color: 8419004.
HSL color Cylindrical-coordinate representation of color #BC7680: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7680 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 128 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.26 |
| HSL | 351.43º | 0.34% | 0.6% | - |
| HSV(B) | 351.43º | 0.37% | 0.74% | - |
| XYZ | 31.11 | 25.21 | 23.65 | - |
| YUV | 140.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 128 | 0 | 0.37 | 0.32 | 0.26 | 351.43 | 0.34 | 0.6 |
| Hex | BC | 76 | 80 | 0 | 25 | 20 | 1A | 15F | 22 | 3C |
| Octal | 274 | 166 | 200 | 0 | 45 | 40 | 32 | 537 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10000000 | 0 | 100101 | 100000 | 11010 | 101011111 | 100010 | 111100 |
Color Harmonies of #BC7680
Complementary color
Monochromatic Colors of #BC7680
Black with #BC7680
Text Example
Text Example
White with #BC7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7680; }
p { color: rgb(188,118,128); }
H1.HeaderClassName
{
color: #BC7680;
}
.AnyTagClassName
{
color: #BC7680;
}
</style>
background-color css
<style>
a { background-color: #BC7680; }
a { background-color: rgb(188,118,128); }
div.DivClassName
{
background-color: #BC7680;
}
.BgClassName
{
background-color: #BC7680;
}
</style>
border-color css
<style>
span { border-color: #BC7680; }
span { border-color: rgb(188,118,128); }
td.TdClassName
{
border-color: #BC7680;
}
.TagClassName
{
border-color: #BC7680;
}
</style>