Shades of Tapestry #BC5D81
Tints of Tapestry #BC5D81
RGB
CMYK
RGB Variations
Color information
#BC5D81 (or 0xBC5D81) is known color: Tapestry. HEX triplet: BC, 5D and 81. RGB value is (188,93,129). Sum of RGB (Red+Green+Blue) = 188+93+129=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D81 is #43A27E. Grayscale: #7D7D7D. Windows color (decimal): -4432511 or 8478140. OLE color: 8478140.
HSL color Cylindrical-coordinate representation of color #BC5D81: hue angle of 337.26º 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 #BC5D81 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 129 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.26 |
| HSL | 337.26º | 0.41% | 0.55% | - |
| HSV(B) | 337.26º | 0.51% | 0.74% | - |
| XYZ | 28.62 | 20.11 | 23.14 | - |
| YUV | 125.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 129 | 0 | 0.51 | 0.31 | 0.26 | 337.26 | 0.41 | 0.55 |
| Hex | BC | 5D | 81 | 0 | 33 | 1F | 1A | 151 | 29 | 37 |
| Octal | 274 | 135 | 201 | 0 | 63 | 37 | 32 | 521 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10000001 | 0 | 110011 | 11111 | 11010 | 101010001 | 101001 | 110111 |
Color Harmonies of #BC5D81
Complementary color
Monochromatic Colors of #BC5D81
Black with #BC5D81
Text Example
Text Example
White with #BC5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D81; }
p { color: rgb(188,93,129); }
H1.HeaderClassName
{
color: #BC5D81;
}
.AnyTagClassName
{
color: #BC5D81;
}
</style>
background-color css
<style>
a { background-color: #BC5D81; }
a { background-color: rgb(188,93,129); }
div.DivClassName
{
background-color: #BC5D81;
}
.BgClassName
{
background-color: #BC5D81;
}
</style>
border-color css
<style>
span { border-color: #BC5D81; }
span { border-color: rgb(188,93,129); }
td.TdClassName
{
border-color: #BC5D81;
}
.TagClassName
{
border-color: #BC5D81;
}
</style>