Shades of Tapestry #BE6786
Tints of Tapestry #BE6786
RGB
CMYK
RGB Variations
Color information
#BE6786 (or 0xBE6786) is known color: Tapestry. HEX triplet: BE, 67 and 86. RGB value is (190,103,134). Sum of RGB (Red+Green+Blue) = 190+103+134=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6786 is #419879. Grayscale: #848484. Windows color (decimal): -4298874 or 8808382. OLE color: 8808382.
HSL color Cylindrical-coordinate representation of color #BE6786: hue angle of 338.62º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6786 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 134 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.25 |
| HSL | 338.62º | 0.4% | 0.57% | - |
| HSV(B) | 338.62º | 0.46% | 0.75% | - |
| XYZ | 30.39 | 22.37 | 25.27 | - |
| YUV | 132.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 134 | 0 | 0.46 | 0.29 | 0.25 | 338.62 | 0.4 | 0.57 |
| Hex | BE | 67 | 86 | 0 | 2E | 1D | 19 | 153 | 28 | 39 |
| Octal | 276 | 147 | 206 | 0 | 56 | 35 | 31 | 523 | 50 | 71 |
| Binary | 10111110 | 1100111 | 10000110 | 0 | 101110 | 11101 | 11001 | 101010011 | 101000 | 111001 |
Color Harmonies of #BE6786
Complementary color
Monochromatic Colors of #BE6786
Black with #BE6786
Text Example
Text Example
White with #BE6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6786; }
p { color: rgb(190,103,134); }
H1.HeaderClassName
{
color: #BE6786;
}
.AnyTagClassName
{
color: #BE6786;
}
</style>
background-color css
<style>
a { background-color: #BE6786; }
a { background-color: rgb(190,103,134); }
div.DivClassName
{
background-color: #BE6786;
}
.BgClassName
{
background-color: #BE6786;
}
</style>
border-color css
<style>
span { border-color: #BE6786; }
span { border-color: rgb(190,103,134); }
td.TdClassName
{
border-color: #BE6786;
}
.TagClassName
{
border-color: #BE6786;
}
</style>