Shades of Tapestry #BC7189
Tints of Tapestry #BC7189
RGB
CMYK
RGB Variations
Color information
#BC7189 (or 0xBC7189) is known color: Tapestry. HEX triplet: BC, 71 and 89. RGB value is (188,113,137). Sum of RGB (Red+Green+Blue) = 188+113+137=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7189 is #438E76. Grayscale: #8A8A8A. Windows color (decimal): -4427383 or 9007548. OLE color: 9007548.
HSL color Cylindrical-coordinate representation of color #BC7189: hue angle of 340.8º 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 #BC7189 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 137 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.26 |
| HSL | 340.8º | 0.36% | 0.59% | - |
| HSV(B) | 340.8º | 0.4% | 0.74% | - |
| XYZ | 31.16 | 24.31 | 26.72 | - |
| YUV | 138.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 137 | 0 | 0.40 | 0.27 | 0.26 | 340.8 | 0.36 | 0.59 |
| Hex | BC | 71 | 89 | 0 | 28 | 1B | 1A | 155 | 24 | 3B |
| Octal | 274 | 161 | 211 | 0 | 50 | 33 | 32 | 525 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10001001 | 0 | 101000 | 11011 | 11010 | 101010101 | 100100 | 111011 |
Color Harmonies of #BC7189
Complementary color
Monochromatic Colors of #BC7189
Black with #BC7189
Text Example
Text Example
White with #BC7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7189; }
p { color: rgb(188,113,137); }
H1.HeaderClassName
{
color: #BC7189;
}
.AnyTagClassName
{
color: #BC7189;
}
</style>
background-color css
<style>
a { background-color: #BC7189; }
a { background-color: rgb(188,113,137); }
div.DivClassName
{
background-color: #BC7189;
}
.BgClassName
{
background-color: #BC7189;
}
</style>
border-color css
<style>
span { border-color: #BC7189; }
span { border-color: rgb(188,113,137); }
td.TdClassName
{
border-color: #BC7189;
}
.TagClassName
{
border-color: #BC7189;
}
</style>