Shades of Tapestry #BE778C
Tints of Tapestry #BE778C
RGB
CMYK
RGB Variations
Color information
#BE778C (or 0xBE778C) is known color: Tapestry. HEX triplet: BE, 77 and 8C. RGB value is (190,119,140). Sum of RGB (Red+Green+Blue) = 190+119+140=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE778C is #418873. Grayscale: #8E8E8E. Windows color (decimal): -4294772 or 9205694. OLE color: 9205694.
HSL color Cylindrical-coordinate representation of color #BE778C: hue angle of 342.25º 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 #BE778C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 140 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.25 |
| HSL | 342.25º | 0.35% | 0.61% | - |
| HSV(B) | 342.25º | 0.37% | 0.75% | - |
| XYZ | 32.57 | 26.03 | 28.12 | - |
| YUV | 142.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 140 | 0 | 0.37 | 0.26 | 0.25 | 342.25 | 0.35 | 0.61 |
| Hex | BE | 77 | 8C | 0 | 25 | 1A | 19 | 156 | 23 | 3D |
| Octal | 276 | 167 | 214 | 0 | 45 | 32 | 31 | 526 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10001100 | 0 | 100101 | 11010 | 11001 | 101010110 | 100011 | 111101 |
Color Harmonies of #BE778C
Complementary color
Monochromatic Colors of #BE778C
Black with #BE778C
Text Example
Text Example
White with #BE778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE778C; }
p { color: rgb(190,119,140); }
H1.HeaderClassName
{
color: #BE778C;
}
.AnyTagClassName
{
color: #BE778C;
}
</style>
background-color css
<style>
a { background-color: #BE778C; }
a { background-color: rgb(190,119,140); }
div.DivClassName
{
background-color: #BE778C;
}
.BgClassName
{
background-color: #BE778C;
}
</style>
border-color css
<style>
span { border-color: #BE778C; }
span { border-color: rgb(190,119,140); }
td.TdClassName
{
border-color: #BE778C;
}
.TagClassName
{
border-color: #BE778C;
}
</style>