Shades of Tapestry #BC7D88
Tints of Tapestry #BC7D88
RGB
CMYK
RGB Variations
Color information
#BC7D88 (or 0xBC7D88) is known color: Tapestry. HEX triplet: BC, 7D and 88. RGB value is (188,125,136). Sum of RGB (Red+Green+Blue) = 188+125+136=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D88 is #438277. Grayscale: #919191. Windows color (decimal): -4424312 or 8945084. OLE color: 8945084.
HSL color Cylindrical-coordinate representation of color #BC7D88: hue angle of 349.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7D88 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 136 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.26 |
| HSL | 349.52º | 0.32% | 0.61% | - |
| HSV(B) | 349.52º | 0.34% | 0.74% | - |
| XYZ | 32.52 | 27.14 | 26.82 | - |
| YUV | 145.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 136 | 0 | 0.34 | 0.28 | 0.26 | 349.52 | 0.32 | 0.61 |
| Hex | BC | 7D | 88 | 0 | 22 | 1C | 1A | 15E | 20 | 3D |
| Octal | 274 | 175 | 210 | 0 | 42 | 34 | 32 | 536 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10001000 | 0 | 100010 | 11100 | 11010 | 101011110 | 100000 | 111101 |
Color Harmonies of #BC7D88
Complementary color
Monochromatic Colors of #BC7D88
Black with #BC7D88
Text Example
Text Example
White with #BC7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D88; }
p { color: rgb(188,125,136); }
H1.HeaderClassName
{
color: #BC7D88;
}
.AnyTagClassName
{
color: #BC7D88;
}
</style>
background-color css
<style>
a { background-color: #BC7D88; }
a { background-color: rgb(188,125,136); }
div.DivClassName
{
background-color: #BC7D88;
}
.BgClassName
{
background-color: #BC7D88;
}
</style>
border-color css
<style>
span { border-color: #BC7D88; }
span { border-color: rgb(188,125,136); }
td.TdClassName
{
border-color: #BC7D88;
}
.TagClassName
{
border-color: #BC7D88;
}
</style>