Shades of Tapestry #BE7687
Tints of Tapestry #BE7687
RGB
CMYK
RGB Variations
Color information
#BE7687 (or 0xBE7687) is known color: Tapestry. HEX triplet: BE, 76 and 87. RGB value is (190,118,135). Sum of RGB (Red+Green+Blue) = 190+118+135=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7687 is #418978. Grayscale: #8D8D8D. Windows color (decimal): -4295033 or 8877758. OLE color: 8877758.
HSL color Cylindrical-coordinate representation of color #BE7687: hue angle of 345.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7687 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 135 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.25 |
| HSL | 345.83º | 0.36% | 0.6% | - |
| HSV(B) | 345.83º | 0.38% | 0.75% | - |
| XYZ | 32.09 | 25.65 | 26.18 | - |
| YUV | 141.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 135 | 0 | 0.38 | 0.29 | 0.25 | 345.83 | 0.36 | 0.6 |
| Hex | BE | 76 | 87 | 0 | 26 | 1D | 19 | 15A | 24 | 3C |
| Octal | 276 | 166 | 207 | 0 | 46 | 35 | 31 | 532 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10000111 | 0 | 100110 | 11101 | 11001 | 101011010 | 100100 | 111100 |
Color Harmonies of #BE7687
Complementary color
Monochromatic Colors of #BE7687
Black with #BE7687
Text Example
Text Example
White with #BE7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7687; }
p { color: rgb(190,118,135); }
H1.HeaderClassName
{
color: #BE7687;
}
.AnyTagClassName
{
color: #BE7687;
}
</style>
background-color css
<style>
a { background-color: #BE7687; }
a { background-color: rgb(190,118,135); }
div.DivClassName
{
background-color: #BE7687;
}
.BgClassName
{
background-color: #BE7687;
}
</style>
border-color css
<style>
span { border-color: #BE7687; }
span { border-color: rgb(190,118,135); }
td.TdClassName
{
border-color: #BE7687;
}
.TagClassName
{
border-color: #BE7687;
}
</style>