Shades of Tapestry #BC6F87
Tints of Tapestry #BC6F87
RGB
CMYK
RGB Variations
Color information
#BC6F87 (or 0xBC6F87) is known color: Tapestry. HEX triplet: BC, 6F and 87. RGB value is (188,111,135). Sum of RGB (Red+Green+Blue) = 188+111+135=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F87 is #439078. Grayscale: #888888. Windows color (decimal): -4427897 or 8875964. OLE color: 8875964.
HSL color Cylindrical-coordinate representation of color #BC6F87: hue angle of 341.3º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F87 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 135 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.26 |
| HSL | 341.3º | 0.36% | 0.59% | - |
| HSV(B) | 341.3º | 0.41% | 0.74% | - |
| XYZ | 30.8 | 23.81 | 25.89 | - |
| YUV | 136.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 135 | 0 | 0.41 | 0.28 | 0.26 | 341.3 | 0.36 | 0.59 |
| Hex | BC | 6F | 87 | 0 | 29 | 1C | 1A | 155 | 24 | 3B |
| Octal | 274 | 157 | 207 | 0 | 51 | 34 | 32 | 525 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10000111 | 0 | 101001 | 11100 | 11010 | 101010101 | 100100 | 111011 |
Color Harmonies of #BC6F87
Complementary color
Monochromatic Colors of #BC6F87
Black with #BC6F87
Text Example
Text Example
White with #BC6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F87; }
p { color: rgb(188,111,135); }
H1.HeaderClassName
{
color: #BC6F87;
}
.AnyTagClassName
{
color: #BC6F87;
}
</style>
background-color css
<style>
a { background-color: #BC6F87; }
a { background-color: rgb(188,111,135); }
div.DivClassName
{
background-color: #BC6F87;
}
.BgClassName
{
background-color: #BC6F87;
}
</style>
border-color css
<style>
span { border-color: #BC6F87; }
span { border-color: rgb(188,111,135); }
td.TdClassName
{
border-color: #BC6F87;
}
.TagClassName
{
border-color: #BC6F87;
}
</style>