Shades of Tapestry #BC5E80
Tints of Tapestry #BC5E80
RGB
CMYK
RGB Variations
Color information
#BC5E80 (or 0xBC5E80) is known color: Tapestry. HEX triplet: BC, 5E and 80. RGB value is (188,94,128). Sum of RGB (Red+Green+Blue) = 188+94+128=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E80 is #43A17F. Grayscale: #7D7D7D. Windows color (decimal): -4432256 or 8412860. OLE color: 8412860.
HSL color Cylindrical-coordinate representation of color #BC5E80: hue angle of 338.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E80 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 128 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.26 |
| HSL | 338.3º | 0.41% | 0.55% | - |
| HSV(B) | 338.3º | 0.5% | 0.74% | - |
| XYZ | 28.64 | 20.26 | 22.82 | - |
| YUV | 125.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 128 | 0 | 0.50 | 0.32 | 0.26 | 338.3 | 0.41 | 0.55 |
| Hex | BC | 5E | 80 | 0 | 32 | 20 | 1A | 152 | 29 | 37 |
| Octal | 274 | 136 | 200 | 0 | 62 | 40 | 32 | 522 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10000000 | 0 | 110010 | 100000 | 11010 | 101010010 | 101001 | 110111 |
Color Harmonies of #BC5E80
Complementary color
Monochromatic Colors of #BC5E80
Black with #BC5E80
Text Example
Text Example
White with #BC5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E80; }
p { color: rgb(188,94,128); }
H1.HeaderClassName
{
color: #BC5E80;
}
.AnyTagClassName
{
color: #BC5E80;
}
</style>
background-color css
<style>
a { background-color: #BC5E80; }
a { background-color: rgb(188,94,128); }
div.DivClassName
{
background-color: #BC5E80;
}
.BgClassName
{
background-color: #BC5E80;
}
</style>
border-color css
<style>
span { border-color: #BC5E80; }
span { border-color: rgb(188,94,128); }
td.TdClassName
{
border-color: #BC5E80;
}
.TagClassName
{
border-color: #BC5E80;
}
</style>