Shades of Tapestry #BC7687
Tints of Tapestry #BC7687
RGB
CMYK
RGB Variations
Color information
#BC7687 (or 0xBC7687) is known color: Tapestry. HEX triplet: BC, 76 and 87. RGB value is (188,118,135). Sum of RGB (Red+Green+Blue) = 188+118+135=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7687 is #438978. Grayscale: #8C8C8C. Windows color (decimal): -4426105 or 8877756. OLE color: 8877756.
HSL color Cylindrical-coordinate representation of color #BC7687: hue angle of 345.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7687 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 135 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.26 |
| HSL | 345.43º | 0.34% | 0.6% | - |
| HSV(B) | 345.43º | 0.37% | 0.74% | - |
| XYZ | 31.59 | 25.4 | 26.16 | - |
| YUV | 140.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 135 | 0 | 0.37 | 0.28 | 0.26 | 345.43 | 0.34 | 0.6 |
| Hex | BC | 76 | 87 | 0 | 25 | 1C | 1A | 159 | 22 | 3C |
| Octal | 274 | 166 | 207 | 0 | 45 | 34 | 32 | 531 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10000111 | 0 | 100101 | 11100 | 11010 | 101011001 | 100010 | 111100 |
Color Harmonies of #BC7687
Complementary color
Monochromatic Colors of #BC7687
Black with #BC7687
Text Example
Text Example
White with #BC7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7687; }
p { color: rgb(188,118,135); }
H1.HeaderClassName
{
color: #BC7687;
}
.AnyTagClassName
{
color: #BC7687;
}
</style>
background-color css
<style>
a { background-color: #BC7687; }
a { background-color: rgb(188,118,135); }
div.DivClassName
{
background-color: #BC7687;
}
.BgClassName
{
background-color: #BC7687;
}
</style>
border-color css
<style>
span { border-color: #BC7687; }
span { border-color: rgb(188,118,135); }
td.TdClassName
{
border-color: #BC7687;
}
.TagClassName
{
border-color: #BC7687;
}
</style>