Shades of Tapestry #BE797F
Tints of Tapestry #BE797F
RGB
CMYK
RGB Variations
Color information
#BE797F (or 0xBE797F) is known color: Tapestry. HEX triplet: BE, 79 and 7F. RGB value is (190,121,127). Sum of RGB (Red+Green+Blue) = 190+121+127=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE797F is #418680. Grayscale: #8E8E8E. Windows color (decimal): -4294273 or 8354238. OLE color: 8354238.
HSL color Cylindrical-coordinate representation of color #BE797F: hue angle of 354.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE797F is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 127 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.25 |
| HSL | 354.78º | 0.35% | 0.61% | - |
| HSV(B) | 354.78º | 0.36% | 0.75% | - |
| XYZ | 31.9 | 26.15 | 23.45 | - |
| YUV | 142.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 127 | 0 | 0.36 | 0.33 | 0.25 | 354.78 | 0.35 | 0.61 |
| Hex | BE | 79 | 7F | 0 | 24 | 21 | 19 | 163 | 23 | 3D |
| Octal | 276 | 171 | 177 | 0 | 44 | 41 | 31 | 543 | 43 | 75 |
| Binary | 10111110 | 1111001 | 1111111 | 0 | 100100 | 100001 | 11001 | 101100011 | 100011 | 111101 |
Color Harmonies of #BE797F
Complementary color
Monochromatic Colors of #BE797F
Black with #BE797F
Text Example
Text Example
White with #BE797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE797F; }
p { color: rgb(190,121,127); }
H1.HeaderClassName
{
color: #BE797F;
}
.AnyTagClassName
{
color: #BE797F;
}
</style>
background-color css
<style>
a { background-color: #BE797F; }
a { background-color: rgb(190,121,127); }
div.DivClassName
{
background-color: #BE797F;
}
.BgClassName
{
background-color: #BE797F;
}
</style>
border-color css
<style>
span { border-color: #BE797F; }
span { border-color: rgb(190,121,127); }
td.TdClassName
{
border-color: #BE797F;
}
.TagClassName
{
border-color: #BE797F;
}
</style>