Shades of Tapestry #BE607C
Tints of Tapestry #BE607C
RGB
CMYK
RGB Variations
Color information
#BE607C (or 0xBE607C) is known color: Tapestry. HEX triplet: BE, 60 and 7C. RGB value is (190,96,124). Sum of RGB (Red+Green+Blue) = 190+96+124=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE607C is #419F83. Grayscale: #7F7F7F. Windows color (decimal): -4300676 or 8151230. OLE color: 8151230.
HSL color Cylindrical-coordinate representation of color #BE607C: hue angle of 342.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE607C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 124 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.25 |
| HSL | 342.13º | 0.42% | 0.56% | - |
| HSV(B) | 342.13º | 0.49% | 0.75% | - |
| XYZ | 29.06 | 20.77 | 21.55 | - |
| YUV | 127.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 124 | 0 | 0.49 | 0.35 | 0.25 | 342.13 | 0.42 | 0.56 |
| Hex | BE | 60 | 7C | 0 | 31 | 23 | 19 | 156 | 2A | 38 |
| Octal | 276 | 140 | 174 | 0 | 61 | 43 | 31 | 526 | 52 | 70 |
| Binary | 10111110 | 1100000 | 1111100 | 0 | 110001 | 100011 | 11001 | 101010110 | 101010 | 111000 |
Color Harmonies of #BE607C
Complementary color
Monochromatic Colors of #BE607C
Black with #BE607C
Text Example
Text Example
White with #BE607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE607C; }
p { color: rgb(190,96,124); }
H1.HeaderClassName
{
color: #BE607C;
}
.AnyTagClassName
{
color: #BE607C;
}
</style>
background-color css
<style>
a { background-color: #BE607C; }
a { background-color: rgb(190,96,124); }
div.DivClassName
{
background-color: #BE607C;
}
.BgClassName
{
background-color: #BE607C;
}
</style>
border-color css
<style>
span { border-color: #BE607C; }
span { border-color: rgb(190,96,124); }
td.TdClassName
{
border-color: #BE607C;
}
.TagClassName
{
border-color: #BE607C;
}
</style>