Shades of Tapestry #BE6785
Tints of Tapestry #BE6785
RGB
CMYK
RGB Variations
Color information
#BE6785 (or 0xBE6785) is known color: Tapestry. HEX triplet: BE, 67 and 85. RGB value is (190,103,133). Sum of RGB (Red+Green+Blue) = 190+103+133=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6785 is #41987A. Grayscale: #848484. Windows color (decimal): -4298875 or 8742846. OLE color: 8742846.
HSL color Cylindrical-coordinate representation of color #BE6785: hue angle of 339.31º 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 #BE6785 is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 133 | - |
| CMYK | 0 | 0.46 | 0.3 | 0.25 |
| HSL | 339.31º | 0.4% | 0.57% | - |
| HSV(B) | 339.31º | 0.46% | 0.75% | - |
| XYZ | 30.32 | 22.34 | 24.9 | - |
| YUV | 132.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 133 | 0 | 0.46 | 0.3 | 0.25 | 339.31 | 0.4 | 0.57 |
| Hex | BE | 67 | 85 | 0 | 2E | 1E | 19 | 153 | 28 | 39 |
| Octal | 276 | 147 | 205 | 0 | 56 | 36 | 31 | 523 | 50 | 71 |
| Binary | 10111110 | 1100111 | 10000101 | 0 | 101110 | 11110 | 11001 | 101010011 | 101000 | 111001 |
Color Harmonies of #BE6785
Complementary color
Monochromatic Colors of #BE6785
Black with #BE6785
Text Example
Text Example
White with #BE6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6785; }
p { color: rgb(190,103,133); }
H1.HeaderClassName
{
color: #BE6785;
}
.AnyTagClassName
{
color: #BE6785;
}
</style>
background-color css
<style>
a { background-color: #BE6785; }
a { background-color: rgb(190,103,133); }
div.DivClassName
{
background-color: #BE6785;
}
.BgClassName
{
background-color: #BE6785;
}
</style>
border-color css
<style>
span { border-color: #BE6785; }
span { border-color: rgb(190,103,133); }
td.TdClassName
{
border-color: #BE6785;
}
.TagClassName
{
border-color: #BE6785;
}
</style>