Shades of Tapestry #BE787E
Tints of Tapestry #BE787E
RGB
CMYK
RGB Variations
Color information
#BE787E (or 0xBE787E) is known color: Tapestry. HEX triplet: BE, 78 and 7E. RGB value is (190,120,126). Sum of RGB (Red+Green+Blue) = 190+120+126=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE787E is #418781. Grayscale: #8D8D8D. Windows color (decimal): -4294530 or 8288446. OLE color: 8288446.
HSL color Cylindrical-coordinate representation of color #BE787E: hue angle of 354.86º 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 #BE787E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 126 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.25 |
| HSL | 354.86º | 0.35% | 0.61% | - |
| HSV(B) | 354.86º | 0.37% | 0.75% | - |
| XYZ | 31.72 | 25.89 | 23.06 | - |
| YUV | 141.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 126 | 0 | 0.37 | 0.34 | 0.25 | 354.86 | 0.35 | 0.61 |
| Hex | BE | 78 | 7E | 0 | 25 | 22 | 19 | 163 | 23 | 3D |
| Octal | 276 | 170 | 176 | 0 | 45 | 42 | 31 | 543 | 43 | 75 |
| Binary | 10111110 | 1111000 | 1111110 | 0 | 100101 | 100010 | 11001 | 101100011 | 100011 | 111101 |
Color Harmonies of #BE787E
Complementary color
Monochromatic Colors of #BE787E
Black with #BE787E
Text Example
Text Example
White with #BE787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE787E; }
p { color: rgb(190,120,126); }
H1.HeaderClassName
{
color: #BE787E;
}
.AnyTagClassName
{
color: #BE787E;
}
</style>
background-color css
<style>
a { background-color: #BE787E; }
a { background-color: rgb(190,120,126); }
div.DivClassName
{
background-color: #BE787E;
}
.BgClassName
{
background-color: #BE787E;
}
</style>
border-color css
<style>
span { border-color: #BE787E; }
span { border-color: rgb(190,120,126); }
td.TdClassName
{
border-color: #BE787E;
}
.TagClassName
{
border-color: #BE787E;
}
</style>