Shades of Tapestry #BC7188
Tints of Tapestry #BC7188
RGB
CMYK
RGB Variations
Color information
#BC7188 (or 0xBC7188) is known color: Tapestry. HEX triplet: BC, 71 and 88. RGB value is (188,113,136). Sum of RGB (Red+Green+Blue) = 188+113+136=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7188 is #438E77. Grayscale: #8A8A8A. Windows color (decimal): -4427384 or 8942012. OLE color: 8942012.
HSL color Cylindrical-coordinate representation of color #BC7188: hue angle of 341.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 #BC7188 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 136 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.26 |
| HSL | 341.6º | 0.36% | 0.59% | - |
| HSV(B) | 341.6º | 0.4% | 0.74% | - |
| XYZ | 31.09 | 24.28 | 26.34 | - |
| YUV | 138.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 136 | 0 | 0.40 | 0.28 | 0.26 | 341.6 | 0.36 | 0.59 |
| Hex | BC | 71 | 88 | 0 | 28 | 1C | 1A | 156 | 24 | 3B |
| Octal | 274 | 161 | 210 | 0 | 50 | 34 | 32 | 526 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10001000 | 0 | 101000 | 11100 | 11010 | 101010110 | 100100 | 111011 |
Color Harmonies of #BC7188
Complementary color
Monochromatic Colors of #BC7188
Black with #BC7188
Text Example
Text Example
White with #BC7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7188; }
p { color: rgb(188,113,136); }
H1.HeaderClassName
{
color: #BC7188;
}
.AnyTagClassName
{
color: #BC7188;
}
</style>
background-color css
<style>
a { background-color: #BC7188; }
a { background-color: rgb(188,113,136); }
div.DivClassName
{
background-color: #BC7188;
}
.BgClassName
{
background-color: #BC7188;
}
</style>
border-color css
<style>
span { border-color: #BC7188; }
span { border-color: rgb(188,113,136); }
td.TdClassName
{
border-color: #BC7188;
}
.TagClassName
{
border-color: #BC7188;
}
</style>