Shades of Tapestry #BE788D
Tints of Tapestry #BE788D
RGB
CMYK
RGB Variations
Color information
#BE788D (or 0xBE788D) is known color: Tapestry. HEX triplet: BE, 78 and 8D. RGB value is (190,120,141). Sum of RGB (Red+Green+Blue) = 190+120+141=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788D is #418772. Grayscale: #8F8F8F. Windows color (decimal): -4294515 or 9271486. OLE color: 9271486.
HSL color Cylindrical-coordinate representation of color #BE788D: hue angle of 342º 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 #BE788D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 141 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.25 |
| HSL | 342º | 0.35% | 0.61% | - |
| HSV(B) | 342º | 0.37% | 0.75% | - |
| XYZ | 32.76 | 26.3 | 28.55 | - |
| YUV | 143.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 141 | 0 | 0.37 | 0.26 | 0.25 | 342 | 0.35 | 0.61 |
| Hex | BE | 78 | 8D | 0 | 25 | 1A | 19 | 156 | 23 | 3D |
| Octal | 276 | 170 | 215 | 0 | 45 | 32 | 31 | 526 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10001101 | 0 | 100101 | 11010 | 11001 | 101010110 | 100011 | 111101 |
Color Harmonies of #BE788D
Complementary color
Monochromatic Colors of #BE788D
Black with #BE788D
Text Example
Text Example
White with #BE788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE788D; }
p { color: rgb(190,120,141); }
H1.HeaderClassName
{
color: #BE788D;
}
.AnyTagClassName
{
color: #BE788D;
}
</style>
background-color css
<style>
a { background-color: #BE788D; }
a { background-color: rgb(190,120,141); }
div.DivClassName
{
background-color: #BE788D;
}
.BgClassName
{
background-color: #BE788D;
}
</style>
border-color css
<style>
span { border-color: #BE788D; }
span { border-color: rgb(190,120,141); }
td.TdClassName
{
border-color: #BE788D;
}
.TagClassName
{
border-color: #BE788D;
}
</style>