Shades of Tapestry #BC6982
Tints of Tapestry #BC6982
RGB
CMYK
RGB Variations
Color information
#BC6982 (or 0xBC6982) is known color: Tapestry. HEX triplet: BC, 69 and 82. RGB value is (188,105,130). Sum of RGB (Red+Green+Blue) = 188+105+130=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6982 is #43967D. Grayscale: #848484. Windows color (decimal): -4429438 or 8546748. OLE color: 8546748.
HSL color Cylindrical-coordinate representation of color #BC6982: hue angle of 341.93º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6982 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 130 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.26 |
| HSL | 341.93º | 0.38% | 0.57% | - |
| HSV(B) | 341.93º | 0.44% | 0.74% | - |
| XYZ | 29.82 | 22.41 | 23.87 | - |
| YUV | 132.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 130 | 0 | 0.44 | 0.31 | 0.26 | 341.93 | 0.38 | 0.57 |
| Hex | BC | 69 | 82 | 0 | 2C | 1F | 1A | 156 | 26 | 39 |
| Octal | 274 | 151 | 202 | 0 | 54 | 37 | 32 | 526 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10000010 | 0 | 101100 | 11111 | 11010 | 101010110 | 100110 | 111001 |
Color Harmonies of #BC6982
Complementary color
Monochromatic Colors of #BC6982
Black with #BC6982
Text Example
Text Example
White with #BC6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6982; }
p { color: rgb(188,105,130); }
H1.HeaderClassName
{
color: #BC6982;
}
.AnyTagClassName
{
color: #BC6982;
}
</style>
background-color css
<style>
a { background-color: #BC6982; }
a { background-color: rgb(188,105,130); }
div.DivClassName
{
background-color: #BC6982;
}
.BgClassName
{
background-color: #BC6982;
}
</style>
border-color css
<style>
span { border-color: #BC6982; }
span { border-color: rgb(188,105,130); }
td.TdClassName
{
border-color: #BC6982;
}
.TagClassName
{
border-color: #BC6982;
}
</style>