Shades of Tapestry #BC7387
Tints of Tapestry #BC7387
RGB
CMYK
RGB Variations
Color information
#BC7387 (or 0xBC7387) is known color: Tapestry. HEX triplet: BC, 73 and 87. RGB value is (188,115,135). Sum of RGB (Red+Green+Blue) = 188+115+135=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7387 is #438C78. Grayscale: #8B8B8B. Windows color (decimal): -4426873 or 8876988. OLE color: 8876988.
HSL color Cylindrical-coordinate representation of color #BC7387: hue angle of 343.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7387 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 135 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.26 |
| HSL | 343.56º | 0.35% | 0.59% | - |
| HSV(B) | 343.56º | 0.39% | 0.74% | - |
| XYZ | 31.24 | 24.7 | 26.04 | - |
| YUV | 139.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 135 | 0 | 0.39 | 0.28 | 0.26 | 343.56 | 0.35 | 0.59 |
| Hex | BC | 73 | 87 | 0 | 27 | 1C | 1A | 158 | 23 | 3B |
| Octal | 274 | 163 | 207 | 0 | 47 | 34 | 32 | 530 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10000111 | 0 | 100111 | 11100 | 11010 | 101011000 | 100011 | 111011 |
Color Harmonies of #BC7387
Complementary color
Monochromatic Colors of #BC7387
Black with #BC7387
Text Example
Text Example
White with #BC7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7387; }
p { color: rgb(188,115,135); }
H1.HeaderClassName
{
color: #BC7387;
}
.AnyTagClassName
{
color: #BC7387;
}
</style>
background-color css
<style>
a { background-color: #BC7387; }
a { background-color: rgb(188,115,135); }
div.DivClassName
{
background-color: #BC7387;
}
.BgClassName
{
background-color: #BC7387;
}
</style>
border-color css
<style>
span { border-color: #BC7387; }
span { border-color: rgb(188,115,135); }
td.TdClassName
{
border-color: #BC7387;
}
.TagClassName
{
border-color: #BC7387;
}
</style>