Shades of Tapestry #BC5E81
Tints of Tapestry #BC5E81
RGB
CMYK
RGB Variations
Color information
#BC5E81 (or 0xBC5E81) is known color: Tapestry. HEX triplet: BC, 5E and 81. RGB value is (188,94,129). Sum of RGB (Red+Green+Blue) = 188+94+129=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E81 is #43A17E. Grayscale: #7E7E7E. Windows color (decimal): -4432255 or 8478396. OLE color: 8478396.
HSL color Cylindrical-coordinate representation of color #BC5E81: hue angle of 337.66º 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 #BC5E81 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 129 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.26 |
| HSL | 337.66º | 0.41% | 0.55% | - |
| HSV(B) | 337.66º | 0.5% | 0.74% | - |
| XYZ | 28.7 | 20.28 | 23.17 | - |
| YUV | 126.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 129 | 0 | 0.50 | 0.31 | 0.26 | 337.66 | 0.41 | 0.55 |
| Hex | BC | 5E | 81 | 0 | 32 | 1F | 1A | 152 | 29 | 37 |
| Octal | 274 | 136 | 201 | 0 | 62 | 37 | 32 | 522 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10000001 | 0 | 110010 | 11111 | 11010 | 101010010 | 101001 | 110111 |
Color Harmonies of #BC5E81
Complementary color
Monochromatic Colors of #BC5E81
Black with #BC5E81
Text Example
Text Example
White with #BC5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E81; }
p { color: rgb(188,94,129); }
H1.HeaderClassName
{
color: #BC5E81;
}
.AnyTagClassName
{
color: #BC5E81;
}
</style>
background-color css
<style>
a { background-color: #BC5E81; }
a { background-color: rgb(188,94,129); }
div.DivClassName
{
background-color: #BC5E81;
}
.BgClassName
{
background-color: #BC5E81;
}
</style>
border-color css
<style>
span { border-color: #BC5E81; }
span { border-color: rgb(188,94,129); }
td.TdClassName
{
border-color: #BC5E81;
}
.TagClassName
{
border-color: #BC5E81;
}
</style>