Shades of Tapestry #BE7C86
Tints of Tapestry #BE7C86
RGB
CMYK
RGB Variations
Color information
#BE7C86 (or 0xBE7C86) is known color: Tapestry. HEX triplet: BE, 7C and 86. RGB value is (190,124,134). Sum of RGB (Red+Green+Blue) = 190+124+134=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C86 is #418379. Grayscale: #909090. Windows color (decimal): -4293498 or 8813758. OLE color: 8813758.
HSL color Cylindrical-coordinate representation of color #BE7C86: hue angle of 350.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7C86 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 134 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.25 |
| HSL | 350.91º | 0.34% | 0.62% | - |
| HSV(B) | 350.91º | 0.35% | 0.75% | - |
| XYZ | 32.75 | 27.08 | 26.06 | - |
| YUV | 144.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 134 | 0 | 0.35 | 0.29 | 0.25 | 350.91 | 0.34 | 0.62 |
| Hex | BE | 7C | 86 | 0 | 23 | 1D | 19 | 15F | 22 | 3E |
| Octal | 276 | 174 | 206 | 0 | 43 | 35 | 31 | 537 | 42 | 76 |
| Binary | 10111110 | 1111100 | 10000110 | 0 | 100011 | 11101 | 11001 | 101011111 | 100010 | 111110 |
Color Harmonies of #BE7C86
Complementary color
Monochromatic Colors of #BE7C86
Black with #BE7C86
Text Example
Text Example
White with #BE7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C86; }
p { color: rgb(190,124,134); }
H1.HeaderClassName
{
color: #BE7C86;
}
.AnyTagClassName
{
color: #BE7C86;
}
</style>
background-color css
<style>
a { background-color: #BE7C86; }
a { background-color: rgb(190,124,134); }
div.DivClassName
{
background-color: #BE7C86;
}
.BgClassName
{
background-color: #BE7C86;
}
</style>
border-color css
<style>
span { border-color: #BE7C86; }
span { border-color: rgb(190,124,134); }
td.TdClassName
{
border-color: #BE7C86;
}
.TagClassName
{
border-color: #BE7C86;
}
</style>