Shades of Tapestry #BE6489
Tints of Tapestry #BE6489
RGB
CMYK
RGB Variations
Color information
#BE6489 (or 0xBE6489) is known color: Tapestry. HEX triplet: BE, 64 and 89. RGB value is (190,100,137). Sum of RGB (Red+Green+Blue) = 190+100+137=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6489 is #419B76. Grayscale: #838383. Windows color (decimal): -4299639 or 9004222. OLE color: 9004222.
HSL color Cylindrical-coordinate representation of color #BE6489: hue angle of 335.33º 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 #BE6489 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 137 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.25 |
| HSL | 335.33º | 0.41% | 0.57% | - |
| HSV(B) | 335.33º | 0.47% | 0.75% | - |
| XYZ | 30.31 | 21.87 | 26.29 | - |
| YUV | 131.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 137 | 0 | 0.47 | 0.28 | 0.25 | 335.33 | 0.41 | 0.57 |
| Hex | BE | 64 | 89 | 0 | 2F | 1C | 19 | 14F | 29 | 39 |
| Octal | 276 | 144 | 211 | 0 | 57 | 34 | 31 | 517 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10001001 | 0 | 101111 | 11100 | 11001 | 101001111 | 101001 | 111001 |
Color Harmonies of #BE6489
Complementary color
Monochromatic Colors of #BE6489
Black with #BE6489
Text Example
Text Example
White with #BE6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6489; }
p { color: rgb(190,100,137); }
H1.HeaderClassName
{
color: #BE6489;
}
.AnyTagClassName
{
color: #BE6489;
}
</style>
background-color css
<style>
a { background-color: #BE6489; }
a { background-color: rgb(190,100,137); }
div.DivClassName
{
background-color: #BE6489;
}
.BgClassName
{
background-color: #BE6489;
}
</style>
border-color css
<style>
span { border-color: #BE6489; }
span { border-color: rgb(190,100,137); }
td.TdClassName
{
border-color: #BE6489;
}
.TagClassName
{
border-color: #BE6489;
}
</style>