Shades of Tapestry #BE707E
Tints of Tapestry #BE707E
RGB
CMYK
RGB Variations
Color information
#BE707E (or 0xBE707E) is known color: Tapestry. HEX triplet: BE, 70 and 7E. RGB value is (190,112,126). Sum of RGB (Red+Green+Blue) = 190+112+126=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707E is #418F81. Grayscale: #888888. Windows color (decimal): -4296578 or 8286398. OLE color: 8286398.
HSL color Cylindrical-coordinate representation of color #BE707E: hue angle of 349.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE707E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 126 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.25 |
| HSL | 349.23º | 0.38% | 0.59% | - |
| HSV(B) | 349.23º | 0.41% | 0.75% | - |
| XYZ | 30.8 | 24.04 | 22.76 | - |
| YUV | 136.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 126 | 0 | 0.41 | 0.34 | 0.25 | 349.23 | 0.38 | 0.59 |
| Hex | BE | 70 | 7E | 0 | 29 | 22 | 19 | 15D | 26 | 3B |
| Octal | 276 | 160 | 176 | 0 | 51 | 42 | 31 | 535 | 46 | 73 |
| Binary | 10111110 | 1110000 | 1111110 | 0 | 101001 | 100010 | 11001 | 101011101 | 100110 | 111011 |
Color Harmonies of #BE707E
Complementary color
Monochromatic Colors of #BE707E
Black with #BE707E
Text Example
Text Example
White with #BE707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE707E; }
p { color: rgb(190,112,126); }
H1.HeaderClassName
{
color: #BE707E;
}
.AnyTagClassName
{
color: #BE707E;
}
</style>
background-color css
<style>
a { background-color: #BE707E; }
a { background-color: rgb(190,112,126); }
div.DivClassName
{
background-color: #BE707E;
}
.BgClassName
{
background-color: #BE707E;
}
</style>
border-color css
<style>
span { border-color: #BE707E; }
span { border-color: rgb(190,112,126); }
td.TdClassName
{
border-color: #BE707E;
}
.TagClassName
{
border-color: #BE707E;
}
</style>