Shades of Tapestry #BE617D
Tints of Tapestry #BE617D
RGB
CMYK
RGB Variations
Color information
#BE617D (or 0xBE617D) is known color: Tapestry. HEX triplet: BE, 61 and 7D. RGB value is (190,97,125). Sum of RGB (Red+Green+Blue) = 190+97+125=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617D is #419E82. Grayscale: #7F7F7F. Windows color (decimal): -4300419 or 8217022. OLE color: 8217022.
HSL color Cylindrical-coordinate representation of color #BE617D: hue angle of 341.94º 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 #BE617D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 125 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.25 |
| HSL | 341.94º | 0.42% | 0.56% | - |
| HSV(B) | 341.94º | 0.49% | 0.75% | - |
| XYZ | 29.21 | 20.98 | 21.91 | - |
| YUV | 128 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 125 | 0 | 0.49 | 0.34 | 0.25 | 341.94 | 0.42 | 0.56 |
| Hex | BE | 61 | 7D | 0 | 31 | 22 | 19 | 156 | 2A | 38 |
| Octal | 276 | 141 | 175 | 0 | 61 | 42 | 31 | 526 | 52 | 70 |
| Binary | 10111110 | 1100001 | 1111101 | 0 | 110001 | 100010 | 11001 | 101010110 | 101010 | 111000 |
Color Harmonies of #BE617D
Complementary color
Monochromatic Colors of #BE617D
Black with #BE617D
Text Example
Text Example
White with #BE617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE617D; }
p { color: rgb(190,97,125); }
H1.HeaderClassName
{
color: #BE617D;
}
.AnyTagClassName
{
color: #BE617D;
}
</style>
background-color css
<style>
a { background-color: #BE617D; }
a { background-color: rgb(190,97,125); }
div.DivClassName
{
background-color: #BE617D;
}
.BgClassName
{
background-color: #BE617D;
}
</style>
border-color css
<style>
span { border-color: #BE617D; }
span { border-color: rgb(190,97,125); }
td.TdClassName
{
border-color: #BE617D;
}
.TagClassName
{
border-color: #BE617D;
}
</style>