Shades of Tapestry #BE6288
Tints of Tapestry #BE6288
RGB
CMYK
RGB Variations
Color information
#BE6288 (or 0xBE6288) is known color: Tapestry. HEX triplet: BE, 62 and 88. RGB value is (190,98,136). Sum of RGB (Red+Green+Blue) = 190+98+136=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6288 is #419D77. Grayscale: #818181. Windows color (decimal): -4300152 or 8938174. OLE color: 8938174.
HSL color Cylindrical-coordinate representation of color #BE6288: hue angle of 335.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6288 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 136 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.25 |
| HSL | 335.22º | 0.41% | 0.56% | - |
| HSV(B) | 335.22º | 0.48% | 0.75% | - |
| XYZ | 30.05 | 21.46 | 25.85 | - |
| YUV | 129.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 136 | 0 | 0.48 | 0.28 | 0.25 | 335.22 | 0.41 | 0.56 |
| Hex | BE | 62 | 88 | 0 | 30 | 1C | 19 | 14F | 29 | 38 |
| Octal | 276 | 142 | 210 | 0 | 60 | 34 | 31 | 517 | 51 | 70 |
| Binary | 10111110 | 1100010 | 10001000 | 0 | 110000 | 11100 | 11001 | 101001111 | 101001 | 111000 |
Color Harmonies of #BE6288
Complementary color
Monochromatic Colors of #BE6288
Black with #BE6288
Text Example
Text Example
White with #BE6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6288; }
p { color: rgb(190,98,136); }
H1.HeaderClassName
{
color: #BE6288;
}
.AnyTagClassName
{
color: #BE6288;
}
</style>
background-color css
<style>
a { background-color: #BE6288; }
a { background-color: rgb(190,98,136); }
div.DivClassName
{
background-color: #BE6288;
}
.BgClassName
{
background-color: #BE6288;
}
</style>
border-color css
<style>
span { border-color: #BE6288; }
span { border-color: rgb(190,98,136); }
td.TdClassName
{
border-color: #BE6288;
}
.TagClassName
{
border-color: #BE6288;
}
</style>