Shades of Tapestry #BE6E76
Tints of Tapestry #BE6E76
RGB
CMYK
RGB Variations
Color information
#BE6E76 (or 0xBE6E76) is known color: Tapestry. HEX triplet: BE, 6E and 76. RGB value is (190,110,118). Sum of RGB (Red+Green+Blue) = 190+110+118=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E76 is #419189. Grayscale: #868686. Windows color (decimal): -4297098 or 7761598. OLE color: 7761598.
HSL color Cylindrical-coordinate representation of color #BE6E76: hue angle of 354º 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 #BE6E76 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 118 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.25 |
| HSL | 354º | 0.38% | 0.59% | - |
| HSV(B) | 354º | 0.42% | 0.75% | - |
| XYZ | 30.08 | 23.41 | 20.07 | - |
| YUV | 134.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 118 | 0 | 0.42 | 0.38 | 0.25 | 354 | 0.38 | 0.59 |
| Hex | BE | 6E | 76 | 0 | 2A | 26 | 19 | 162 | 26 | 3B |
| Octal | 276 | 156 | 166 | 0 | 52 | 46 | 31 | 542 | 46 | 73 |
| Binary | 10111110 | 1101110 | 1110110 | 0 | 101010 | 100110 | 11001 | 101100010 | 100110 | 111011 |
Color Harmonies of #BE6E76
Complementary color
Monochromatic Colors of #BE6E76
Black with #BE6E76
Text Example
Text Example
White with #BE6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E76; }
p { color: rgb(190,110,118); }
H1.HeaderClassName
{
color: #BE6E76;
}
.AnyTagClassName
{
color: #BE6E76;
}
</style>
background-color css
<style>
a { background-color: #BE6E76; }
a { background-color: rgb(190,110,118); }
div.DivClassName
{
background-color: #BE6E76;
}
.BgClassName
{
background-color: #BE6E76;
}
</style>
border-color css
<style>
span { border-color: #BE6E76; }
span { border-color: rgb(190,110,118); }
td.TdClassName
{
border-color: #BE6E76;
}
.TagClassName
{
border-color: #BE6E76;
}
</style>