Shades of Tapestry #BC718D
Tints of Tapestry #BC718D
RGB
CMYK
RGB Variations
Color information
#BC718D (or 0xBC718D) is known color: Tapestry. HEX triplet: BC, 71 and 8D. RGB value is (188,113,141). Sum of RGB (Red+Green+Blue) = 188+113+141=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC718D is #438E72. Grayscale: #8A8A8A. Windows color (decimal): -4427379 or 9269692. OLE color: 9269692.
HSL color Cylindrical-coordinate representation of color #BC718D: hue angle of 337.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC718D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 141 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.26 |
| HSL | 337.6º | 0.36% | 0.59% | - |
| HSV(B) | 337.6º | 0.4% | 0.74% | - |
| XYZ | 31.45 | 24.42 | 28.26 | - |
| YUV | 138.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 141 | 0 | 0.40 | 0.25 | 0.26 | 337.6 | 0.36 | 0.59 |
| Hex | BC | 71 | 8D | 0 | 28 | 19 | 1A | 152 | 24 | 3B |
| Octal | 274 | 161 | 215 | 0 | 50 | 31 | 32 | 522 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10001101 | 0 | 101000 | 11001 | 11010 | 101010010 | 100100 | 111011 |
Color Harmonies of #BC718D
Complementary color
Monochromatic Colors of #BC718D
Black with #BC718D
Text Example
Text Example
White with #BC718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC718D; }
p { color: rgb(188,113,141); }
H1.HeaderClassName
{
color: #BC718D;
}
.AnyTagClassName
{
color: #BC718D;
}
</style>
background-color css
<style>
a { background-color: #BC718D; }
a { background-color: rgb(188,113,141); }
div.DivClassName
{
background-color: #BC718D;
}
.BgClassName
{
background-color: #BC718D;
}
</style>
border-color css
<style>
span { border-color: #BC718D; }
span { border-color: rgb(188,113,141); }
td.TdClassName
{
border-color: #BC718D;
}
.TagClassName
{
border-color: #BC718D;
}
</style>