Shades of Tapestry #BC6B87
Tints of Tapestry #BC6B87
RGB
CMYK
RGB Variations
Color information
#BC6B87 (or 0xBC6B87) is known color: Tapestry. HEX triplet: BC, 6B and 87. RGB value is (188,107,135). Sum of RGB (Red+Green+Blue) = 188+107+135=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B87 is #439478. Grayscale: #868686. Windows color (decimal): -4428921 or 8874940. OLE color: 8874940.
HSL color Cylindrical-coordinate representation of color #BC6B87: hue angle of 339.26º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B87 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 135 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.26 |
| HSL | 339.26º | 0.38% | 0.58% | - |
| HSV(B) | 339.26º | 0.43% | 0.74% | - |
| XYZ | 30.37 | 22.96 | 25.75 | - |
| YUV | 134.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 135 | 0 | 0.43 | 0.28 | 0.26 | 339.26 | 0.38 | 0.58 |
| Hex | BC | 6B | 87 | 0 | 2B | 1C | 1A | 153 | 26 | 3A |
| Octal | 274 | 153 | 207 | 0 | 53 | 34 | 32 | 523 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10000111 | 0 | 101011 | 11100 | 11010 | 101010011 | 100110 | 111010 |
Color Harmonies of #BC6B87
Complementary color
Monochromatic Colors of #BC6B87
Black with #BC6B87
Text Example
Text Example
White with #BC6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B87; }
p { color: rgb(188,107,135); }
H1.HeaderClassName
{
color: #BC6B87;
}
.AnyTagClassName
{
color: #BC6B87;
}
</style>
background-color css
<style>
a { background-color: #BC6B87; }
a { background-color: rgb(188,107,135); }
div.DivClassName
{
background-color: #BC6B87;
}
.BgClassName
{
background-color: #BC6B87;
}
</style>
border-color css
<style>
span { border-color: #BC6B87; }
span { border-color: rgb(188,107,135); }
td.TdClassName
{
border-color: #BC6B87;
}
.TagClassName
{
border-color: #BC6B87;
}
</style>