Shades of Tapestry #BE7087
Tints of Tapestry #BE7087
RGB
CMYK
RGB Variations
Color information
#BE7087 (or 0xBE7087) is known color: Tapestry. HEX triplet: BE, 70 and 87. RGB value is (190,112,135). Sum of RGB (Red+Green+Blue) = 190+112+135=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7087 is #418F78. Grayscale: #898989. Windows color (decimal): -4296569 or 8876222. OLE color: 8876222.
HSL color Cylindrical-coordinate representation of color #BE7087: hue angle of 342.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7087 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 135 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.25 |
| HSL | 342.31º | 0.38% | 0.59% | - |
| HSV(B) | 342.31º | 0.41% | 0.75% | - |
| XYZ | 31.4 | 24.28 | 25.95 | - |
| YUV | 137.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 135 | 0 | 0.41 | 0.29 | 0.25 | 342.31 | 0.38 | 0.59 |
| Hex | BE | 70 | 87 | 0 | 29 | 1D | 19 | 156 | 26 | 3B |
| Octal | 276 | 160 | 207 | 0 | 51 | 35 | 31 | 526 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10000111 | 0 | 101001 | 11101 | 11001 | 101010110 | 100110 | 111011 |
Color Harmonies of #BE7087
Complementary color
Monochromatic Colors of #BE7087
Black with #BE7087
Text Example
Text Example
White with #BE7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7087; }
p { color: rgb(190,112,135); }
H1.HeaderClassName
{
color: #BE7087;
}
.AnyTagClassName
{
color: #BE7087;
}
</style>
background-color css
<style>
a { background-color: #BE7087; }
a { background-color: rgb(190,112,135); }
div.DivClassName
{
background-color: #BE7087;
}
.BgClassName
{
background-color: #BE7087;
}
</style>
border-color css
<style>
span { border-color: #BE7087; }
span { border-color: rgb(190,112,135); }
td.TdClassName
{
border-color: #BE7087;
}
.TagClassName
{
border-color: #BE7087;
}
</style>