Shades of Tapestry #BE7B7E
Tints of Tapestry #BE7B7E
RGB
CMYK
RGB Variations
Color information
#BE7B7E (or 0xBE7B7E) is known color: Tapestry. HEX triplet: BE, 7B and 7E. RGB value is (190,123,126). Sum of RGB (Red+Green+Blue) = 190+123+126=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7E is #418481. Grayscale: #8F8F8F. Windows color (decimal): -4293762 or 8289214. OLE color: 8289214.
HSL color Cylindrical-coordinate representation of color #BE7B7E: hue angle of 357.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B7E is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 126 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.25 |
| HSL | 357.31º | 0.34% | 0.61% | - |
| HSV(B) | 357.31º | 0.35% | 0.75% | - |
| XYZ | 32.08 | 26.62 | 23.19 | - |
| YUV | 143.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 126 | 0 | 0.35 | 0.34 | 0.25 | 357.31 | 0.34 | 0.61 |
| Hex | BE | 7B | 7E | 0 | 23 | 22 | 19 | 165 | 22 | 3D |
| Octal | 276 | 173 | 176 | 0 | 43 | 42 | 31 | 545 | 42 | 75 |
| Binary | 10111110 | 1111011 | 1111110 | 0 | 100011 | 100010 | 11001 | 101100101 | 100010 | 111101 |
Color Harmonies of #BE7B7E
Complementary color
Monochromatic Colors of #BE7B7E
Black with #BE7B7E
Text Example
Text Example
White with #BE7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B7E; }
p { color: rgb(190,123,126); }
H1.HeaderClassName
{
color: #BE7B7E;
}
.AnyTagClassName
{
color: #BE7B7E;
}
</style>
background-color css
<style>
a { background-color: #BE7B7E; }
a { background-color: rgb(190,123,126); }
div.DivClassName
{
background-color: #BE7B7E;
}
.BgClassName
{
background-color: #BE7B7E;
}
</style>
border-color css
<style>
span { border-color: #BE7B7E; }
span { border-color: rgb(190,123,126); }
td.TdClassName
{
border-color: #BE7B7E;
}
.TagClassName
{
border-color: #BE7B7E;
}
</style>