Shades of Tapestry #BE617F
Tints of Tapestry #BE617F
RGB
CMYK
RGB Variations
Color information
#BE617F (or 0xBE617F) is known color: Tapestry. HEX triplet: BE, 61 and 7F. RGB value is (190,97,127). Sum of RGB (Red+Green+Blue) = 190+97+127=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617F is #419E80. Grayscale: #808080. Windows color (decimal): -4300417 or 8348094. OLE color: 8348094.
HSL color Cylindrical-coordinate representation of color #BE617F: hue angle of 340.65º 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 #BE617F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 127 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.25 |
| HSL | 340.65º | 0.42% | 0.56% | - |
| HSV(B) | 340.65º | 0.49% | 0.75% | - |
| XYZ | 29.34 | 21.03 | 22.59 | - |
| YUV | 128.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 127 | 0 | 0.49 | 0.33 | 0.25 | 340.65 | 0.42 | 0.56 |
| Hex | BE | 61 | 7F | 0 | 31 | 21 | 19 | 155 | 2A | 38 |
| Octal | 276 | 141 | 177 | 0 | 61 | 41 | 31 | 525 | 52 | 70 |
| Binary | 10111110 | 1100001 | 1111111 | 0 | 110001 | 100001 | 11001 | 101010101 | 101010 | 111000 |
Color Harmonies of #BE617F
Complementary color
Monochromatic Colors of #BE617F
Black with #BE617F
Text Example
Text Example
White with #BE617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE617F; }
p { color: rgb(190,97,127); }
H1.HeaderClassName
{
color: #BE617F;
}
.AnyTagClassName
{
color: #BE617F;
}
</style>
background-color css
<style>
a { background-color: #BE617F; }
a { background-color: rgb(190,97,127); }
div.DivClassName
{
background-color: #BE617F;
}
.BgClassName
{
background-color: #BE617F;
}
</style>
border-color css
<style>
span { border-color: #BE617F; }
span { border-color: rgb(190,97,127); }
td.TdClassName
{
border-color: #BE617F;
}
.TagClassName
{
border-color: #BE617F;
}
</style>