Shades of Tapestry #BE788E
Tints of Tapestry #BE788E
RGB
CMYK
RGB Variations
Color information
#BE788E (or 0xBE788E) is known color: Tapestry. HEX triplet: BE, 78 and 8E. RGB value is (190,120,142). Sum of RGB (Red+Green+Blue) = 190+120+142=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788E is #418771. Grayscale: #8F8F8F. Windows color (decimal): -4294514 or 9337022. OLE color: 9337022.
HSL color Cylindrical-coordinate representation of color #BE788E: hue angle of 341.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE788E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 142 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.25 |
| HSL | 341.14º | 0.35% | 0.61% | - |
| HSV(B) | 341.14º | 0.37% | 0.75% | - |
| XYZ | 32.83 | 26.33 | 28.94 | - |
| YUV | 143.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 142 | 0 | 0.37 | 0.25 | 0.25 | 341.14 | 0.35 | 0.61 |
| Hex | BE | 78 | 8E | 0 | 25 | 19 | 19 | 155 | 23 | 3D |
| Octal | 276 | 170 | 216 | 0 | 45 | 31 | 31 | 525 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10001110 | 0 | 100101 | 11001 | 11001 | 101010101 | 100011 | 111101 |
Color Harmonies of #BE788E
Complementary color
Monochromatic Colors of #BE788E
Black with #BE788E
Text Example
Text Example
White with #BE788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE788E; }
p { color: rgb(190,120,142); }
H1.HeaderClassName
{
color: #BE788E;
}
.AnyTagClassName
{
color: #BE788E;
}
</style>
background-color css
<style>
a { background-color: #BE788E; }
a { background-color: rgb(190,120,142); }
div.DivClassName
{
background-color: #BE788E;
}
.BgClassName
{
background-color: #BE788E;
}
</style>
border-color css
<style>
span { border-color: #BE788E; }
span { border-color: rgb(190,120,142); }
td.TdClassName
{
border-color: #BE788E;
}
.TagClassName
{
border-color: #BE788E;
}
</style>