Shades of Tapestry #BC718C
Tints of Tapestry #BC718C
RGB
CMYK
RGB Variations
Color information
#BC718C (or 0xBC718C) is known color: Tapestry. HEX triplet: BC, 71 and 8C. RGB value is (188,113,140). Sum of RGB (Red+Green+Blue) = 188+113+140=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC718C is #438E73. Grayscale: #8A8A8A. Windows color (decimal): -4427380 or 9204156. OLE color: 9204156.
HSL color Cylindrical-coordinate representation of color #BC718C: hue angle of 338.4º 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 #BC718C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 140 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.26 |
| HSL | 338.4º | 0.36% | 0.59% | - |
| HSV(B) | 338.4º | 0.4% | 0.74% | - |
| XYZ | 31.38 | 24.4 | 27.87 | - |
| YUV | 138.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 140 | 0 | 0.40 | 0.26 | 0.26 | 338.4 | 0.36 | 0.59 |
| Hex | BC | 71 | 8C | 0 | 28 | 1A | 1A | 152 | 24 | 3B |
| Octal | 274 | 161 | 214 | 0 | 50 | 32 | 32 | 522 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10001100 | 0 | 101000 | 11010 | 11010 | 101010010 | 100100 | 111011 |
Color Harmonies of #BC718C
Complementary color
Monochromatic Colors of #BC718C
Black with #BC718C
Text Example
Text Example
White with #BC718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC718C; }
p { color: rgb(188,113,140); }
H1.HeaderClassName
{
color: #BC718C;
}
.AnyTagClassName
{
color: #BC718C;
}
</style>
background-color css
<style>
a { background-color: #BC718C; }
a { background-color: rgb(188,113,140); }
div.DivClassName
{
background-color: #BC718C;
}
.BgClassName
{
background-color: #BC718C;
}
</style>
border-color css
<style>
span { border-color: #BC718C; }
span { border-color: rgb(188,113,140); }
td.TdClassName
{
border-color: #BC718C;
}
.TagClassName
{
border-color: #BC718C;
}
</style>