Shades of Tapestry #BC758D
Tints of Tapestry #BC758D
RGB
CMYK
RGB Variations
Color information
#BC758D (or 0xBC758D) is known color: Tapestry. HEX triplet: BC, 75 and 8D. RGB value is (188,117,141). Sum of RGB (Red+Green+Blue) = 188+117+141=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758D is #438A72. Grayscale: #8C8C8C. Windows color (decimal): -4426355 or 9270716. OLE color: 9270716.
HSL color Cylindrical-coordinate representation of color #BC758D: hue angle of 339.72º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC758D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 141 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.26 |
| HSL | 339.72º | 0.35% | 0.6% | - |
| HSV(B) | 339.72º | 0.38% | 0.74% | - |
| XYZ | 31.91 | 25.34 | 28.41 | - |
| YUV | 140.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 141 | 0 | 0.38 | 0.25 | 0.26 | 339.72 | 0.35 | 0.6 |
| Hex | BC | 75 | 8D | 0 | 26 | 19 | 1A | 154 | 23 | 3C |
| Octal | 274 | 165 | 215 | 0 | 46 | 31 | 32 | 524 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10001101 | 0 | 100110 | 11001 | 11010 | 101010100 | 100011 | 111100 |
Color Harmonies of #BC758D
Complementary color
Monochromatic Colors of #BC758D
Black with #BC758D
Text Example
Text Example
White with #BC758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC758D; }
p { color: rgb(188,117,141); }
H1.HeaderClassName
{
color: #BC758D;
}
.AnyTagClassName
{
color: #BC758D;
}
</style>
background-color css
<style>
a { background-color: #BC758D; }
a { background-color: rgb(188,117,141); }
div.DivClassName
{
background-color: #BC758D;
}
.BgClassName
{
background-color: #BC758D;
}
</style>
border-color css
<style>
span { border-color: #BC758D; }
span { border-color: rgb(188,117,141); }
td.TdClassName
{
border-color: #BC758D;
}
.TagClassName
{
border-color: #BC758D;
}
</style>