Shades of Tapestry #BE777A
Tints of Tapestry #BE777A
RGB
CMYK
RGB Variations
Color information
#BE777A (or 0xBE777A) is known color: Tapestry. HEX triplet: BE, 77 and 7A. RGB value is (190,119,122). Sum of RGB (Red+Green+Blue) = 190+119+122=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE777A is #418885. Grayscale: #8C8C8C. Windows color (decimal): -4294790 or 8026046. OLE color: 8026046.
HSL color Cylindrical-coordinate representation of color #BE777A: hue angle of 357.46º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE777A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 122 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.25 |
| HSL | 357.46º | 0.35% | 0.61% | - |
| HSV(B) | 357.46º | 0.37% | 0.75% | - |
| XYZ | 31.34 | 25.55 | 21.69 | - |
| YUV | 140.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 122 | 0 | 0.37 | 0.36 | 0.25 | 357.46 | 0.35 | 0.61 |
| Hex | BE | 77 | 7A | 0 | 25 | 24 | 19 | 165 | 23 | 3D |
| Octal | 276 | 167 | 172 | 0 | 45 | 44 | 31 | 545 | 43 | 75 |
| Binary | 10111110 | 1110111 | 1111010 | 0 | 100101 | 100100 | 11001 | 101100101 | 100011 | 111101 |
Color Harmonies of #BE777A
Complementary color
Monochromatic Colors of #BE777A
Black with #BE777A
Text Example
Text Example
White with #BE777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE777A; }
p { color: rgb(190,119,122); }
H1.HeaderClassName
{
color: #BE777A;
}
.AnyTagClassName
{
color: #BE777A;
}
</style>
background-color css
<style>
a { background-color: #BE777A; }
a { background-color: rgb(190,119,122); }
div.DivClassName
{
background-color: #BE777A;
}
.BgClassName
{
background-color: #BE777A;
}
</style>
border-color css
<style>
span { border-color: #BE777A; }
span { border-color: rgb(190,119,122); }
td.TdClassName
{
border-color: #BE777A;
}
.TagClassName
{
border-color: #BE777A;
}
</style>