Shades of Tapestry #BC718B
Tints of Tapestry #BC718B
RGB
CMYK
RGB Variations
Color information
#BC718B (or 0xBC718B) is known color: Tapestry. HEX triplet: BC, 71 and 8B. RGB value is (188,113,139). Sum of RGB (Red+Green+Blue) = 188+113+139=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC718B is #438E74. Grayscale: #8A8A8A. Windows color (decimal): -4427381 or 9138620. OLE color: 9138620.
HSL color Cylindrical-coordinate representation of color #BC718B: hue angle of 339.2º 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 #BC718B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 139 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.26 |
| HSL | 339.2º | 0.36% | 0.59% | - |
| HSV(B) | 339.2º | 0.4% | 0.74% | - |
| XYZ | 31.3 | 24.37 | 27.48 | - |
| YUV | 138.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 139 | 0 | 0.40 | 0.26 | 0.26 | 339.2 | 0.36 | 0.59 |
| Hex | BC | 71 | 8B | 0 | 28 | 1A | 1A | 153 | 24 | 3B |
| Octal | 274 | 161 | 213 | 0 | 50 | 32 | 32 | 523 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10001011 | 0 | 101000 | 11010 | 11010 | 101010011 | 100100 | 111011 |
Color Harmonies of #BC718B
Complementary color
Monochromatic Colors of #BC718B
Black with #BC718B
Text Example
Text Example
White with #BC718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC718B; }
p { color: rgb(188,113,139); }
H1.HeaderClassName
{
color: #BC718B;
}
.AnyTagClassName
{
color: #BC718B;
}
</style>
background-color css
<style>
a { background-color: #BC718B; }
a { background-color: rgb(188,113,139); }
div.DivClassName
{
background-color: #BC718B;
}
.BgClassName
{
background-color: #BC718B;
}
</style>
border-color css
<style>
span { border-color: #BC718B; }
span { border-color: rgb(188,113,139); }
td.TdClassName
{
border-color: #BC718B;
}
.TagClassName
{
border-color: #BC718B;
}
</style>