Shades of Tapestry #BE6488
Tints of Tapestry #BE6488
RGB
CMYK
RGB Variations
Color information
#BE6488 (or 0xBE6488) is known color: Tapestry. HEX triplet: BE, 64 and 88. RGB value is (190,100,136). Sum of RGB (Red+Green+Blue) = 190+100+136=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6488 is #419B77. Grayscale: #828282. Windows color (decimal): -4299640 or 8938686. OLE color: 8938686.
HSL color Cylindrical-coordinate representation of color #BE6488: hue angle of 336º 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 #BE6488 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 136 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.25 |
| HSL | 336º | 0.41% | 0.57% | - |
| HSV(B) | 336º | 0.47% | 0.75% | - |
| XYZ | 30.24 | 21.84 | 25.91 | - |
| YUV | 131.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 136 | 0 | 0.47 | 0.28 | 0.25 | 336 | 0.41 | 0.57 |
| Hex | BE | 64 | 88 | 0 | 2F | 1C | 19 | 150 | 29 | 39 |
| Octal | 276 | 144 | 210 | 0 | 57 | 34 | 31 | 520 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10001000 | 0 | 101111 | 11100 | 11001 | 101010000 | 101001 | 111001 |
Color Harmonies of #BE6488
Complementary color
Monochromatic Colors of #BE6488
Black with #BE6488
Text Example
Text Example
White with #BE6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6488; }
p { color: rgb(190,100,136); }
H1.HeaderClassName
{
color: #BE6488;
}
.AnyTagClassName
{
color: #BE6488;
}
</style>
background-color css
<style>
a { background-color: #BE6488; }
a { background-color: rgb(190,100,136); }
div.DivClassName
{
background-color: #BE6488;
}
.BgClassName
{
background-color: #BE6488;
}
</style>
border-color css
<style>
span { border-color: #BE6488; }
span { border-color: rgb(190,100,136); }
td.TdClassName
{
border-color: #BE6488;
}
.TagClassName
{
border-color: #BE6488;
}
</style>