Shades of Tapestry #BE7D8C
Tints of Tapestry #BE7D8C
RGB
CMYK
RGB Variations
Color information
#BE7D8C (or 0xBE7D8C) is known color: Tapestry. HEX triplet: BE, 7D and 8C. RGB value is (190,125,140). Sum of RGB (Red+Green+Blue) = 190+125+140=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D8C is #418273. Grayscale: #929292. Windows color (decimal): -4293236 or 9207230. OLE color: 9207230.
HSL color Cylindrical-coordinate representation of color #BE7D8C: hue angle of 346.15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7D8C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 140 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.25 |
| HSL | 346.15º | 0.33% | 0.62% | - |
| HSV(B) | 346.15º | 0.34% | 0.75% | - |
| XYZ | 33.3 | 27.51 | 28.37 | - |
| YUV | 146.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 140 | 0 | 0.34 | 0.26 | 0.25 | 346.15 | 0.33 | 0.62 |
| Hex | BE | 7D | 8C | 0 | 22 | 1A | 19 | 15A | 21 | 3E |
| Octal | 276 | 175 | 214 | 0 | 42 | 32 | 31 | 532 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10001100 | 0 | 100010 | 11010 | 11001 | 101011010 | 100001 | 111110 |
Color Harmonies of #BE7D8C
Complementary color
Monochromatic Colors of #BE7D8C
Black with #BE7D8C
Text Example
Text Example
White with #BE7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D8C; }
p { color: rgb(190,125,140); }
H1.HeaderClassName
{
color: #BE7D8C;
}
.AnyTagClassName
{
color: #BE7D8C;
}
</style>
background-color css
<style>
a { background-color: #BE7D8C; }
a { background-color: rgb(190,125,140); }
div.DivClassName
{
background-color: #BE7D8C;
}
.BgClassName
{
background-color: #BE7D8C;
}
</style>
border-color css
<style>
span { border-color: #BE7D8C; }
span { border-color: rgb(190,125,140); }
td.TdClassName
{
border-color: #BE7D8C;
}
.TagClassName
{
border-color: #BE7D8C;
}
</style>