Shades of Tapestry #BC5E7C
Tints of Tapestry #BC5E7C
RGB
CMYK
RGB Variations
Color information
#BC5E7C (or 0xBC5E7C) is known color: Tapestry. HEX triplet: BC, 5E and 7C. RGB value is (188,94,124). Sum of RGB (Red+Green+Blue) = 188+94+124=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E7C is #43A183. Grayscale: #7D7D7D. Windows color (decimal): -4432260 or 8150716. OLE color: 8150716.
HSL color Cylindrical-coordinate representation of color #BC5E7C: hue angle of 340.85º 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 #BC5E7C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 124 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.26 |
| HSL | 340.85º | 0.41% | 0.55% | - |
| HSV(B) | 340.85º | 0.5% | 0.74% | - |
| XYZ | 28.38 | 20.15 | 21.46 | - |
| YUV | 125.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 124 | 0 | 0.50 | 0.34 | 0.26 | 340.85 | 0.41 | 0.55 |
| Hex | BC | 5E | 7C | 0 | 32 | 22 | 1A | 155 | 29 | 37 |
| Octal | 274 | 136 | 174 | 0 | 62 | 42 | 32 | 525 | 51 | 67 |
| Binary | 10111100 | 1011110 | 1111100 | 0 | 110010 | 100010 | 11010 | 101010101 | 101001 | 110111 |
Color Harmonies of #BC5E7C
Complementary color
Monochromatic Colors of #BC5E7C
Black with #BC5E7C
Text Example
Text Example
White with #BC5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E7C; }
p { color: rgb(188,94,124); }
H1.HeaderClassName
{
color: #BC5E7C;
}
.AnyTagClassName
{
color: #BC5E7C;
}
</style>
background-color css
<style>
a { background-color: #BC5E7C; }
a { background-color: rgb(188,94,124); }
div.DivClassName
{
background-color: #BC5E7C;
}
.BgClassName
{
background-color: #BC5E7C;
}
</style>
border-color css
<style>
span { border-color: #BC5E7C; }
span { border-color: rgb(188,94,124); }
td.TdClassName
{
border-color: #BC5E7C;
}
.TagClassName
{
border-color: #BC5E7C;
}
</style>