Shades of Tapestry #BE698A
Tints of Tapestry #BE698A
RGB
CMYK
RGB Variations
Color information
#BE698A (or 0xBE698A) is known color: Tapestry. HEX triplet: BE, 69 and 8A. RGB value is (190,105,138). Sum of RGB (Red+Green+Blue) = 190+105+138=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698A is #419675. Grayscale: #868686. Windows color (decimal): -4298358 or 9071038. OLE color: 9071038.
HSL color Cylindrical-coordinate representation of color #BE698A: hue angle of 336.71º 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 #BE698A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 138 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.25 |
| HSL | 336.71º | 0.4% | 0.58% | - |
| HSV(B) | 336.71º | 0.45% | 0.75% | - |
| XYZ | 30.87 | 22.89 | 26.83 | - |
| YUV | 134.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 138 | 0 | 0.45 | 0.27 | 0.25 | 336.71 | 0.4 | 0.58 |
| Hex | BE | 69 | 8A | 0 | 2D | 1B | 19 | 151 | 28 | 3A |
| Octal | 276 | 151 | 212 | 0 | 55 | 33 | 31 | 521 | 50 | 72 |
| Binary | 10111110 | 1101001 | 10001010 | 0 | 101101 | 11011 | 11001 | 101010001 | 101000 | 111010 |
Color Harmonies of #BE698A
Complementary color
Monochromatic Colors of #BE698A
Black with #BE698A
Text Example
Text Example
White with #BE698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE698A; }
p { color: rgb(190,105,138); }
H1.HeaderClassName
{
color: #BE698A;
}
.AnyTagClassName
{
color: #BE698A;
}
</style>
background-color css
<style>
a { background-color: #BE698A; }
a { background-color: rgb(190,105,138); }
div.DivClassName
{
background-color: #BE698A;
}
.BgClassName
{
background-color: #BE698A;
}
</style>
border-color css
<style>
span { border-color: #BE698A; }
span { border-color: rgb(190,105,138); }
td.TdClassName
{
border-color: #BE698A;
}
.TagClassName
{
border-color: #BE698A;
}
</style>