Shades of Tapestry #BE6883
Tints of Tapestry #BE6883
RGB
CMYK
RGB Variations
Color information
#BE6883 (or 0xBE6883) is known color: Tapestry. HEX triplet: BE, 68 and 83. RGB value is (190,104,131). Sum of RGB (Red+Green+Blue) = 190+104+131=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6883 is #41977C. Grayscale: #848484. Windows color (decimal): -4298621 or 8612030. OLE color: 8612030.
HSL color Cylindrical-coordinate representation of color #BE6883: hue angle of 341.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6883 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 131 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.25 |
| HSL | 341.16º | 0.4% | 0.58% | - |
| HSV(B) | 341.16º | 0.45% | 0.75% | - |
| XYZ | 30.28 | 22.49 | 24.22 | - |
| YUV | 132.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 131 | 0 | 0.45 | 0.31 | 0.25 | 341.16 | 0.4 | 0.58 |
| Hex | BE | 68 | 83 | 0 | 2D | 1F | 19 | 155 | 28 | 3A |
| Octal | 276 | 150 | 203 | 0 | 55 | 37 | 31 | 525 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10000011 | 0 | 101101 | 11111 | 11001 | 101010101 | 101000 | 111010 |
Color Harmonies of #BE6883
Complementary color
Monochromatic Colors of #BE6883
Black with #BE6883
Text Example
Text Example
White with #BE6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6883; }
p { color: rgb(190,104,131); }
H1.HeaderClassName
{
color: #BE6883;
}
.AnyTagClassName
{
color: #BE6883;
}
</style>
background-color css
<style>
a { background-color: #BE6883; }
a { background-color: rgb(190,104,131); }
div.DivClassName
{
background-color: #BE6883;
}
.BgClassName
{
background-color: #BE6883;
}
</style>
border-color css
<style>
span { border-color: #BE6883; }
span { border-color: rgb(190,104,131); }
td.TdClassName
{
border-color: #BE6883;
}
.TagClassName
{
border-color: #BE6883;
}
</style>