Shades of Tapestry #BC7C81
Tints of Tapestry #BC7C81
RGB
CMYK
RGB Variations
Color information
#BC7C81 (or 0xBC7C81) is known color: Tapestry. HEX triplet: BC, 7C and 81. RGB value is (188,124,129). Sum of RGB (Red+Green+Blue) = 188+124+129=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C81 is #43837E. Grayscale: #8F8F8F. Windows color (decimal): -4424575 or 8486076. OLE color: 8486076.
HSL color Cylindrical-coordinate representation of color #BC7C81: hue angle of 355.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7C81 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 129 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.26 |
| HSL | 355.31º | 0.32% | 0.61% | - |
| HSV(B) | 355.31º | 0.34% | 0.74% | - |
| XYZ | 31.91 | 26.69 | 24.24 | - |
| YUV | 143.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 129 | 0 | 0.34 | 0.31 | 0.26 | 355.31 | 0.32 | 0.61 |
| Hex | BC | 7C | 81 | 0 | 22 | 1F | 1A | 163 | 20 | 3D |
| Octal | 274 | 174 | 201 | 0 | 42 | 37 | 32 | 543 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10000001 | 0 | 100010 | 11111 | 11010 | 101100011 | 100000 | 111101 |
Color Harmonies of #BC7C81
Complementary color
Monochromatic Colors of #BC7C81
Black with #BC7C81
Text Example
Text Example
White with #BC7C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C81; }
p { color: rgb(188,124,129); }
H1.HeaderClassName
{
color: #BC7C81;
}
.AnyTagClassName
{
color: #BC7C81;
}
</style>
background-color css
<style>
a { background-color: #BC7C81; }
a { background-color: rgb(188,124,129); }
div.DivClassName
{
background-color: #BC7C81;
}
.BgClassName
{
background-color: #BC7C81;
}
</style>
border-color css
<style>
span { border-color: #BC7C81; }
span { border-color: rgb(188,124,129); }
td.TdClassName
{
border-color: #BC7C81;
}
.TagClassName
{
border-color: #BC7C81;
}
</style>