Shades of Tapestry #BE6A85
Tints of Tapestry #BE6A85
RGB
CMYK
RGB Variations
Color information
#BE6A85 (or 0xBE6A85) is known color: Tapestry. HEX triplet: BE, 6A and 85. RGB value is (190,106,133). Sum of RGB (Red+Green+Blue) = 190+106+133=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A85 is #41957A. Grayscale: #868686. Windows color (decimal): -4298107 or 8743614. OLE color: 8743614.
HSL color Cylindrical-coordinate representation of color #BE6A85: hue angle of 340.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A85 is Cyan = 0, Magento = 0.44, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 133 | - |
| CMYK | 0 | 0.44 | 0.3 | 0.25 |
| HSL | 340.71º | 0.39% | 0.58% | - |
| HSV(B) | 340.71º | 0.44% | 0.75% | - |
| XYZ | 30.62 | 22.95 | 25.01 | - |
| YUV | 134.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 133 | 0 | 0.44 | 0.3 | 0.25 | 340.71 | 0.39 | 0.58 |
| Hex | BE | 6A | 85 | 0 | 2C | 1E | 19 | 155 | 27 | 3A |
| Octal | 276 | 152 | 205 | 0 | 54 | 36 | 31 | 525 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10000101 | 0 | 101100 | 11110 | 11001 | 101010101 | 100111 | 111010 |
Color Harmonies of #BE6A85
Complementary color
Monochromatic Colors of #BE6A85
Black with #BE6A85
Text Example
Text Example
White with #BE6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A85; }
p { color: rgb(190,106,133); }
H1.HeaderClassName
{
color: #BE6A85;
}
.AnyTagClassName
{
color: #BE6A85;
}
</style>
background-color css
<style>
a { background-color: #BE6A85; }
a { background-color: rgb(190,106,133); }
div.DivClassName
{
background-color: #BE6A85;
}
.BgClassName
{
background-color: #BE6A85;
}
</style>
border-color css
<style>
span { border-color: #BE6A85; }
span { border-color: rgb(190,106,133); }
td.TdClassName
{
border-color: #BE6A85;
}
.TagClassName
{
border-color: #BE6A85;
}
</style>