Shades of Tapestry #BE6E77
Tints of Tapestry #BE6E77
RGB
CMYK
RGB Variations
Color information
#BE6E77 (or 0xBE6E77) is known color: Tapestry. HEX triplet: BE, 6E and 77. RGB value is (190,110,119). Sum of RGB (Red+Green+Blue) = 190+110+119=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E77 is #419188. Grayscale: #868686. Windows color (decimal): -4297097 or 7827134. OLE color: 7827134.
HSL color Cylindrical-coordinate representation of color #BE6E77: hue angle of 353.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E77 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 119 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.25 |
| HSL | 353.25º | 0.38% | 0.59% | - |
| HSV(B) | 353.25º | 0.42% | 0.75% | - |
| XYZ | 30.14 | 23.43 | 20.39 | - |
| YUV | 134.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 119 | 0 | 0.42 | 0.37 | 0.25 | 353.25 | 0.38 | 0.59 |
| Hex | BE | 6E | 77 | 0 | 2A | 25 | 19 | 161 | 26 | 3B |
| Octal | 276 | 156 | 167 | 0 | 52 | 45 | 31 | 541 | 46 | 73 |
| Binary | 10111110 | 1101110 | 1110111 | 0 | 101010 | 100101 | 11001 | 101100001 | 100110 | 111011 |
Color Harmonies of #BE6E77
Complementary color
Monochromatic Colors of #BE6E77
Black with #BE6E77
Text Example
Text Example
White with #BE6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E77; }
p { color: rgb(190,110,119); }
H1.HeaderClassName
{
color: #BE6E77;
}
.AnyTagClassName
{
color: #BE6E77;
}
</style>
background-color css
<style>
a { background-color: #BE6E77; }
a { background-color: rgb(190,110,119); }
div.DivClassName
{
background-color: #BE6E77;
}
.BgClassName
{
background-color: #BE6E77;
}
</style>
border-color css
<style>
span { border-color: #BE6E77; }
span { border-color: rgb(190,110,119); }
td.TdClassName
{
border-color: #BE6E77;
}
.TagClassName
{
border-color: #BE6E77;
}
</style>