Shades of Tapestry #BE647E
Tints of Tapestry #BE647E
RGB
CMYK
RGB Variations
Color information
#BE647E (or 0xBE647E) is known color: Tapestry. HEX triplet: BE, 64 and 7E. RGB value is (190,100,126). Sum of RGB (Red+Green+Blue) = 190+100+126=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE647E is #419B81. Grayscale: #818181. Windows color (decimal): -4299650 or 8283326. OLE color: 8283326.
HSL color Cylindrical-coordinate representation of color #BE647E: hue angle of 342.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE647E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 126 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.25 |
| HSL | 342.67º | 0.41% | 0.57% | - |
| HSV(B) | 342.67º | 0.47% | 0.75% | - |
| XYZ | 29.56 | 21.57 | 22.34 | - |
| YUV | 129.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 126 | 0 | 0.47 | 0.34 | 0.25 | 342.67 | 0.41 | 0.57 |
| Hex | BE | 64 | 7E | 0 | 2F | 22 | 19 | 157 | 29 | 39 |
| Octal | 276 | 144 | 176 | 0 | 57 | 42 | 31 | 527 | 51 | 71 |
| Binary | 10111110 | 1100100 | 1111110 | 0 | 101111 | 100010 | 11001 | 101010111 | 101001 | 111001 |
Color Harmonies of #BE647E
Complementary color
Monochromatic Colors of #BE647E
Black with #BE647E
Text Example
Text Example
White with #BE647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE647E; }
p { color: rgb(190,100,126); }
H1.HeaderClassName
{
color: #BE647E;
}
.AnyTagClassName
{
color: #BE647E;
}
</style>
background-color css
<style>
a { background-color: #BE647E; }
a { background-color: rgb(190,100,126); }
div.DivClassName
{
background-color: #BE647E;
}
.BgClassName
{
background-color: #BE647E;
}
</style>
border-color css
<style>
span { border-color: #BE647E; }
span { border-color: rgb(190,100,126); }
td.TdClassName
{
border-color: #BE647E;
}
.TagClassName
{
border-color: #BE647E;
}
</style>