Shades of Tapestry #BC7E85
Tints of Tapestry #BC7E85
RGB
CMYK
RGB Variations
Color information
#BC7E85 (or 0xBC7E85) is known color: Tapestry. HEX triplet: BC, 7E and 85. RGB value is (188,126,133). Sum of RGB (Red+Green+Blue) = 188+126+133=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E85 is #43817A. Grayscale: #919191. Windows color (decimal): -4424059 or 8748732. OLE color: 8748732.
HSL color Cylindrical-coordinate representation of color #BC7E85: hue angle of 353.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7E85 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 133 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.26 |
| HSL | 353.23º | 0.32% | 0.62% | - |
| HSV(B) | 353.23º | 0.33% | 0.74% | - |
| XYZ | 32.43 | 27.31 | 25.75 | - |
| YUV | 145.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 133 | 0 | 0.33 | 0.29 | 0.26 | 353.23 | 0.32 | 0.62 |
| Hex | BC | 7E | 85 | 0 | 21 | 1D | 1A | 161 | 20 | 3E |
| Octal | 274 | 176 | 205 | 0 | 41 | 35 | 32 | 541 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10000101 | 0 | 100001 | 11101 | 11010 | 101100001 | 100000 | 111110 |
Color Harmonies of #BC7E85
Complementary color
Monochromatic Colors of #BC7E85
Black with #BC7E85
Text Example
Text Example
White with #BC7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E85; }
p { color: rgb(188,126,133); }
H1.HeaderClassName
{
color: #BC7E85;
}
.AnyTagClassName
{
color: #BC7E85;
}
</style>
background-color css
<style>
a { background-color: #BC7E85; }
a { background-color: rgb(188,126,133); }
div.DivClassName
{
background-color: #BC7E85;
}
.BgClassName
{
background-color: #BC7E85;
}
</style>
border-color css
<style>
span { border-color: #BC7E85; }
span { border-color: rgb(188,126,133); }
td.TdClassName
{
border-color: #BC7E85;
}
.TagClassName
{
border-color: #BC7E85;
}
</style>