Shades of Tapestry #BE6382
Tints of Tapestry #BE6382
RGB
CMYK
RGB Variations
Color information
#BE6382 (or 0xBE6382) is known color: Tapestry. HEX triplet: BE, 63 and 82. RGB value is (190,99,130). Sum of RGB (Red+Green+Blue) = 190+99+130=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6382 is #419C7D. Grayscale: #818181. Windows color (decimal): -4299902 or 8545214. OLE color: 8545214.
HSL color Cylindrical-coordinate representation of color #BE6382: hue angle of 339.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6382 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 130 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.25 |
| HSL | 339.56º | 0.41% | 0.57% | - |
| HSV(B) | 339.56º | 0.48% | 0.75% | - |
| XYZ | 29.73 | 21.48 | 23.7 | - |
| YUV | 129.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 130 | 0 | 0.48 | 0.32 | 0.25 | 339.56 | 0.41 | 0.57 |
| Hex | BE | 63 | 82 | 0 | 30 | 20 | 19 | 154 | 29 | 39 |
| Octal | 276 | 143 | 202 | 0 | 60 | 40 | 31 | 524 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10000010 | 0 | 110000 | 100000 | 11001 | 101010100 | 101001 | 111001 |
Color Harmonies of #BE6382
Complementary color
Monochromatic Colors of #BE6382
Black with #BE6382
Text Example
Text Example
White with #BE6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6382; }
p { color: rgb(190,99,130); }
H1.HeaderClassName
{
color: #BE6382;
}
.AnyTagClassName
{
color: #BE6382;
}
</style>
background-color css
<style>
a { background-color: #BE6382; }
a { background-color: rgb(190,99,130); }
div.DivClassName
{
background-color: #BE6382;
}
.BgClassName
{
background-color: #BE6382;
}
</style>
border-color css
<style>
span { border-color: #BE6382; }
span { border-color: rgb(190,99,130); }
td.TdClassName
{
border-color: #BE6382;
}
.TagClassName
{
border-color: #BE6382;
}
</style>