Shades of Tapestry #BC6582
Tints of Tapestry #BC6582
RGB
CMYK
RGB Variations
Color information
#BC6582 (or 0xBC6582) is known color: Tapestry. HEX triplet: BC, 65 and 82. RGB value is (188,101,130). Sum of RGB (Red+Green+Blue) = 188+101+130=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6582 is #439A7D. Grayscale: #828282. Windows color (decimal): -4430462 or 8545724. OLE color: 8545724.
HSL color Cylindrical-coordinate representation of color #BC6582: hue angle of 340º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6582 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 130 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.26 |
| HSL | 340º | 0.39% | 0.57% | - |
| HSV(B) | 340º | 0.46% | 0.74% | - |
| XYZ | 29.42 | 21.61 | 23.74 | - |
| YUV | 130.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 130 | 0 | 0.46 | 0.31 | 0.26 | 340 | 0.39 | 0.57 |
| Hex | BC | 65 | 82 | 0 | 2E | 1F | 1A | 154 | 27 | 39 |
| Octal | 274 | 145 | 202 | 0 | 56 | 37 | 32 | 524 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10000010 | 0 | 101110 | 11111 | 11010 | 101010100 | 100111 | 111001 |
Color Harmonies of #BC6582
Complementary color
Monochromatic Colors of #BC6582
Black with #BC6582
Text Example
Text Example
White with #BC6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6582; }
p { color: rgb(188,101,130); }
H1.HeaderClassName
{
color: #BC6582;
}
.AnyTagClassName
{
color: #BC6582;
}
</style>
background-color css
<style>
a { background-color: #BC6582; }
a { background-color: rgb(188,101,130); }
div.DivClassName
{
background-color: #BC6582;
}
.BgClassName
{
background-color: #BC6582;
}
</style>
border-color css
<style>
span { border-color: #BC6582; }
span { border-color: rgb(188,101,130); }
td.TdClassName
{
border-color: #BC6582;
}
.TagClassName
{
border-color: #BC6582;
}
</style>