Shades of Tapestry #BE778D
Tints of Tapestry #BE778D
RGB
CMYK
RGB Variations
Color information
#BE778D (or 0xBE778D) is known color: Tapestry. HEX triplet: BE, 77 and 8D. RGB value is (190,119,141). Sum of RGB (Red+Green+Blue) = 190+119+141=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE778D is #418872. Grayscale: #8E8E8E. Windows color (decimal): -4294771 or 9271230. OLE color: 9271230.
HSL color Cylindrical-coordinate representation of color #BE778D: hue angle of 341.41º 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 #BE778D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 141 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.25 |
| HSL | 341.41º | 0.35% | 0.61% | - |
| HSV(B) | 341.41º | 0.37% | 0.75% | - |
| XYZ | 32.64 | 26.06 | 28.51 | - |
| YUV | 142.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 141 | 0 | 0.37 | 0.26 | 0.25 | 341.41 | 0.35 | 0.61 |
| Hex | BE | 77 | 8D | 0 | 25 | 1A | 19 | 155 | 23 | 3D |
| Octal | 276 | 167 | 215 | 0 | 45 | 32 | 31 | 525 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10001101 | 0 | 100101 | 11010 | 11001 | 101010101 | 100011 | 111101 |
Color Harmonies of #BE778D
Complementary color
Monochromatic Colors of #BE778D
Black with #BE778D
Text Example
Text Example
White with #BE778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE778D; }
p { color: rgb(190,119,141); }
H1.HeaderClassName
{
color: #BE778D;
}
.AnyTagClassName
{
color: #BE778D;
}
</style>
background-color css
<style>
a { background-color: #BE778D; }
a { background-color: rgb(190,119,141); }
div.DivClassName
{
background-color: #BE778D;
}
.BgClassName
{
background-color: #BE778D;
}
</style>
border-color css
<style>
span { border-color: #BE778D; }
span { border-color: rgb(190,119,141); }
td.TdClassName
{
border-color: #BE778D;
}
.TagClassName
{
border-color: #BE778D;
}
</style>