Shades of Tapestry #BE697F
Tints of Tapestry #BE697F
RGB
CMYK
RGB Variations
Color information
#BE697F (or 0xBE697F) is known color: Tapestry. HEX triplet: BE, 69 and 7F. RGB value is (190,105,127). Sum of RGB (Red+Green+Blue) = 190+105+127=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE697F is #419680. Grayscale: #848484. Windows color (decimal): -4298369 or 8350142. OLE color: 8350142.
HSL color Cylindrical-coordinate representation of color #BE697F: hue angle of 344.47º 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 #BE697F is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 127 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.25 |
| HSL | 344.47º | 0.4% | 0.58% | - |
| HSV(B) | 344.47º | 0.45% | 0.75% | - |
| XYZ | 30.12 | 22.58 | 22.85 | - |
| YUV | 132.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 127 | 0 | 0.45 | 0.33 | 0.25 | 344.47 | 0.4 | 0.58 |
| Hex | BE | 69 | 7F | 0 | 2D | 21 | 19 | 158 | 28 | 3A |
| Octal | 276 | 151 | 177 | 0 | 55 | 41 | 31 | 530 | 50 | 72 |
| Binary | 10111110 | 1101001 | 1111111 | 0 | 101101 | 100001 | 11001 | 101011000 | 101000 | 111010 |
Color Harmonies of #BE697F
Complementary color
Monochromatic Colors of #BE697F
Black with #BE697F
Text Example
Text Example
White with #BE697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE697F; }
p { color: rgb(190,105,127); }
H1.HeaderClassName
{
color: #BE697F;
}
.AnyTagClassName
{
color: #BE697F;
}
</style>
background-color css
<style>
a { background-color: #BE697F; }
a { background-color: rgb(190,105,127); }
div.DivClassName
{
background-color: #BE697F;
}
.BgClassName
{
background-color: #BE697F;
}
</style>
border-color css
<style>
span { border-color: #BE697F; }
span { border-color: rgb(190,105,127); }
td.TdClassName
{
border-color: #BE697F;
}
.TagClassName
{
border-color: #BE697F;
}
</style>