Shades of Tapestry #BE717E
Tints of Tapestry #BE717E
RGB
CMYK
RGB Variations
Color information
#BE717E (or 0xBE717E) is known color: Tapestry. HEX triplet: BE, 71 and 7E. RGB value is (190,113,126). Sum of RGB (Red+Green+Blue) = 190+113+126=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE717E is #418E81. Grayscale: #898989. Windows color (decimal): -4296322 or 8286654. OLE color: 8286654.
HSL color Cylindrical-coordinate representation of color #BE717E: hue angle of 349.87º degrees, saturation: 0.37, 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 #BE717E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 126 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.25 |
| HSL | 349.87º | 0.37% | 0.59% | - |
| HSV(B) | 349.87º | 0.41% | 0.75% | - |
| XYZ | 30.91 | 24.26 | 22.79 | - |
| YUV | 137.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 126 | 0 | 0.41 | 0.34 | 0.25 | 349.87 | 0.37 | 0.59 |
| Hex | BE | 71 | 7E | 0 | 29 | 22 | 19 | 15E | 25 | 3B |
| Octal | 276 | 161 | 176 | 0 | 51 | 42 | 31 | 536 | 45 | 73 |
| Binary | 10111110 | 1110001 | 1111110 | 0 | 101001 | 100010 | 11001 | 101011110 | 100101 | 111011 |
Color Harmonies of #BE717E
Complementary color
Monochromatic Colors of #BE717E
Black with #BE717E
Text Example
Text Example
White with #BE717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE717E; }
p { color: rgb(190,113,126); }
H1.HeaderClassName
{
color: #BE717E;
}
.AnyTagClassName
{
color: #BE717E;
}
</style>
background-color css
<style>
a { background-color: #BE717E; }
a { background-color: rgb(190,113,126); }
div.DivClassName
{
background-color: #BE717E;
}
.BgClassName
{
background-color: #BE717E;
}
</style>
border-color css
<style>
span { border-color: #BE717E; }
span { border-color: rgb(190,113,126); }
td.TdClassName
{
border-color: #BE717E;
}
.TagClassName
{
border-color: #BE717E;
}
</style>