Shades of Tapestry #BC7682
Tints of Tapestry #BC7682
RGB
CMYK
RGB Variations
Color information
#BC7682 (or 0xBC7682) is known color: Tapestry. HEX triplet: BC, 76 and 82. RGB value is (188,118,130). Sum of RGB (Red+Green+Blue) = 188+118+130=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7682 is #43897D. Grayscale: #8C8C8C. Windows color (decimal): -4426110 or 8550076. OLE color: 8550076.
HSL color Cylindrical-coordinate representation of color #BC7682: hue angle of 349.71º 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 #BC7682 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 130 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.26 |
| HSL | 349.71º | 0.34% | 0.6% | - |
| HSV(B) | 349.71º | 0.37% | 0.74% | - |
| XYZ | 31.25 | 25.26 | 24.35 | - |
| YUV | 140.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 130 | 0 | 0.37 | 0.31 | 0.26 | 349.71 | 0.34 | 0.6 |
| Hex | BC | 76 | 82 | 0 | 25 | 1F | 1A | 15E | 22 | 3C |
| Octal | 274 | 166 | 202 | 0 | 45 | 37 | 32 | 536 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10000010 | 0 | 100101 | 11111 | 11010 | 101011110 | 100010 | 111100 |
Color Harmonies of #BC7682
Complementary color
Monochromatic Colors of #BC7682
Black with #BC7682
Text Example
Text Example
White with #BC7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7682; }
p { color: rgb(188,118,130); }
H1.HeaderClassName
{
color: #BC7682;
}
.AnyTagClassName
{
color: #BC7682;
}
</style>
background-color css
<style>
a { background-color: #BC7682; }
a { background-color: rgb(188,118,130); }
div.DivClassName
{
background-color: #BC7682;
}
.BgClassName
{
background-color: #BC7682;
}
</style>
border-color css
<style>
span { border-color: #BC7682; }
span { border-color: rgb(188,118,130); }
td.TdClassName
{
border-color: #BC7682;
}
.TagClassName
{
border-color: #BC7682;
}
</style>