Shades of Tapestry #BC6280
Tints of Tapestry #BC6280
RGB
CMYK
RGB Variations
Color information
#BC6280 (or 0xBC6280) is known color: Tapestry. HEX triplet: BC, 62 and 80. RGB value is (188,98,128). Sum of RGB (Red+Green+Blue) = 188+98+128=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6280 is #439D7F. Grayscale: #808080. Windows color (decimal): -4431232 or 8413884. OLE color: 8413884.
HSL color Cylindrical-coordinate representation of color #BC6280: hue angle of 340º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6280 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 128 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.26 |
| HSL | 340º | 0.4% | 0.56% | - |
| HSV(B) | 340º | 0.48% | 0.74% | - |
| XYZ | 29 | 20.99 | 22.94 | - |
| YUV | 128.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 128 | 0 | 0.48 | 0.32 | 0.26 | 340 | 0.4 | 0.56 |
| Hex | BC | 62 | 80 | 0 | 30 | 20 | 1A | 154 | 28 | 38 |
| Octal | 274 | 142 | 200 | 0 | 60 | 40 | 32 | 524 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10000000 | 0 | 110000 | 100000 | 11010 | 101010100 | 101000 | 111000 |
Color Harmonies of #BC6280
Complementary color
Monochromatic Colors of #BC6280
Black with #BC6280
Text Example
Text Example
White with #BC6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6280; }
p { color: rgb(188,98,128); }
H1.HeaderClassName
{
color: #BC6280;
}
.AnyTagClassName
{
color: #BC6280;
}
</style>
background-color css
<style>
a { background-color: #BC6280; }
a { background-color: rgb(188,98,128); }
div.DivClassName
{
background-color: #BC6280;
}
.BgClassName
{
background-color: #BC6280;
}
</style>
border-color css
<style>
span { border-color: #BC6280; }
span { border-color: rgb(188,98,128); }
td.TdClassName
{
border-color: #BC6280;
}
.TagClassName
{
border-color: #BC6280;
}
</style>