Shades of Tapestry #BE7D8A
Tints of Tapestry #BE7D8A
RGB
CMYK
RGB Variations
Color information
#BE7D8A (or 0xBE7D8A) is known color: Tapestry. HEX triplet: BE, 7D and 8A. RGB value is (190,125,138). Sum of RGB (Red+Green+Blue) = 190+125+138=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D8A is #418275. Grayscale: #919191. Windows color (decimal): -4293238 or 9076158. OLE color: 9076158.
HSL color Cylindrical-coordinate representation of color #BE7D8A: hue angle of 348º 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 #BE7D8A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 138 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.25 |
| HSL | 348º | 0.33% | 0.62% | - |
| HSV(B) | 348º | 0.34% | 0.75% | - |
| XYZ | 33.16 | 27.45 | 27.6 | - |
| YUV | 145.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 138 | 0 | 0.34 | 0.27 | 0.25 | 348 | 0.33 | 0.62 |
| Hex | BE | 7D | 8A | 0 | 22 | 1B | 19 | 15C | 21 | 3E |
| Octal | 276 | 175 | 212 | 0 | 42 | 33 | 31 | 534 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10001010 | 0 | 100010 | 11011 | 11001 | 101011100 | 100001 | 111110 |
Color Harmonies of #BE7D8A
Complementary color
Monochromatic Colors of #BE7D8A
Black with #BE7D8A
Text Example
Text Example
White with #BE7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D8A; }
p { color: rgb(190,125,138); }
H1.HeaderClassName
{
color: #BE7D8A;
}
.AnyTagClassName
{
color: #BE7D8A;
}
</style>
background-color css
<style>
a { background-color: #BE7D8A; }
a { background-color: rgb(190,125,138); }
div.DivClassName
{
background-color: #BE7D8A;
}
.BgClassName
{
background-color: #BE7D8A;
}
</style>
border-color css
<style>
span { border-color: #BE7D8A; }
span { border-color: rgb(190,125,138); }
td.TdClassName
{
border-color: #BE7D8A;
}
.TagClassName
{
border-color: #BE7D8A;
}
</style>