Shades of Tapestry #BE7D8D
Tints of Tapestry #BE7D8D
RGB
CMYK
RGB Variations
Color information
#BE7D8D (or 0xBE7D8D) is known color: Tapestry. HEX triplet: BE, 7D and 8D. RGB value is (190,125,141). Sum of RGB (Red+Green+Blue) = 190+125+141=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D8D is #418272. Grayscale: #929292. Windows color (decimal): -4293235 or 9272766. OLE color: 9272766.
HSL color Cylindrical-coordinate representation of color #BE7D8D: hue angle of 345.23º 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 #BE7D8D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 141 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.25 |
| HSL | 345.23º | 0.33% | 0.62% | - |
| HSV(B) | 345.23º | 0.34% | 0.75% | - |
| XYZ | 33.38 | 27.54 | 28.76 | - |
| YUV | 146.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 141 | 0 | 0.34 | 0.26 | 0.25 | 345.23 | 0.33 | 0.62 |
| Hex | BE | 7D | 8D | 0 | 22 | 1A | 19 | 159 | 21 | 3E |
| Octal | 276 | 175 | 215 | 0 | 42 | 32 | 31 | 531 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10001101 | 0 | 100010 | 11010 | 11001 | 101011001 | 100001 | 111110 |
Color Harmonies of #BE7D8D
Complementary color
Monochromatic Colors of #BE7D8D
Black with #BE7D8D
Text Example
Text Example
White with #BE7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D8D; }
p { color: rgb(190,125,141); }
H1.HeaderClassName
{
color: #BE7D8D;
}
.AnyTagClassName
{
color: #BE7D8D;
}
</style>
background-color css
<style>
a { background-color: #BE7D8D; }
a { background-color: rgb(190,125,141); }
div.DivClassName
{
background-color: #BE7D8D;
}
.BgClassName
{
background-color: #BE7D8D;
}
</style>
border-color css
<style>
span { border-color: #BE7D8D; }
span { border-color: rgb(190,125,141); }
td.TdClassName
{
border-color: #BE7D8D;
}
.TagClassName
{
border-color: #BE7D8D;
}
</style>