Shades of Tapestry #BC5D80
Tints of Tapestry #BC5D80
RGB
CMYK
RGB Variations
Color information
#BC5D80 (or 0xBC5D80) is known color: Tapestry. HEX triplet: BC, 5D and 80. RGB value is (188,93,128). Sum of RGB (Red+Green+Blue) = 188+93+128=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D80 is #43A27F. Grayscale: #7D7D7D. Windows color (decimal): -4432512 or 8412604. OLE color: 8412604.
HSL color Cylindrical-coordinate representation of color #BC5D80: hue angle of 337.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D80 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 128 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.26 |
| HSL | 337.89º | 0.41% | 0.55% | - |
| HSV(B) | 337.89º | 0.51% | 0.74% | - |
| XYZ | 28.55 | 20.08 | 22.79 | - |
| YUV | 125.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 128 | 0 | 0.51 | 0.32 | 0.26 | 337.89 | 0.41 | 0.55 |
| Hex | BC | 5D | 80 | 0 | 33 | 20 | 1A | 152 | 29 | 37 |
| Octal | 274 | 135 | 200 | 0 | 63 | 40 | 32 | 522 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10000000 | 0 | 110011 | 100000 | 11010 | 101010010 | 101001 | 110111 |
Color Harmonies of #BC5D80
Complementary color
Monochromatic Colors of #BC5D80
Black with #BC5D80
Text Example
Text Example
White with #BC5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D80; }
p { color: rgb(188,93,128); }
H1.HeaderClassName
{
color: #BC5D80;
}
.AnyTagClassName
{
color: #BC5D80;
}
</style>
background-color css
<style>
a { background-color: #BC5D80; }
a { background-color: rgb(188,93,128); }
div.DivClassName
{
background-color: #BC5D80;
}
.BgClassName
{
background-color: #BC5D80;
}
</style>
border-color css
<style>
span { border-color: #BC5D80; }
span { border-color: rgb(188,93,128); }
td.TdClassName
{
border-color: #BC5D80;
}
.TagClassName
{
border-color: #BC5D80;
}
</style>