Shades of Tapestry #BE698B
Tints of Tapestry #BE698B
RGB
CMYK
RGB Variations
Color information
#BE698B (or 0xBE698B) is known color: Tapestry. HEX triplet: BE, 69 and 8B. RGB value is (190,105,139). Sum of RGB (Red+Green+Blue) = 190+105+139=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698B is #419674. Grayscale: #868686. Windows color (decimal): -4298357 or 9136574. OLE color: 9136574.
HSL color Cylindrical-coordinate representation of color #BE698B: hue angle of 336º 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 #BE698B is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 139 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.25 |
| HSL | 336º | 0.4% | 0.58% | - |
| HSV(B) | 336º | 0.45% | 0.75% | - |
| XYZ | 30.95 | 22.91 | 27.22 | - |
| YUV | 134.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 139 | 0 | 0.45 | 0.27 | 0.25 | 336 | 0.4 | 0.58 |
| Hex | BE | 69 | 8B | 0 | 2D | 1B | 19 | 150 | 28 | 3A |
| Octal | 276 | 151 | 213 | 0 | 55 | 33 | 31 | 520 | 50 | 72 |
| Binary | 10111110 | 1101001 | 10001011 | 0 | 101101 | 11011 | 11001 | 101010000 | 101000 | 111010 |
Color Harmonies of #BE698B
Complementary color
Monochromatic Colors of #BE698B
Black with #BE698B
Text Example
Text Example
White with #BE698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE698B; }
p { color: rgb(190,105,139); }
H1.HeaderClassName
{
color: #BE698B;
}
.AnyTagClassName
{
color: #BE698B;
}
</style>
background-color css
<style>
a { background-color: #BE698B; }
a { background-color: rgb(190,105,139); }
div.DivClassName
{
background-color: #BE698B;
}
.BgClassName
{
background-color: #BE698B;
}
</style>
border-color css
<style>
span { border-color: #BE698B; }
span { border-color: rgb(190,105,139); }
td.TdClassName
{
border-color: #BE698B;
}
.TagClassName
{
border-color: #BE698B;
}
</style>