Shades of Tapestry #BE7A8B
Tints of Tapestry #BE7A8B
RGB
CMYK
RGB Variations
Color information
#BE7A8B (or 0xBE7A8B) is known color: Tapestry. HEX triplet: BE, 7A and 8B. RGB value is (190,122,139). Sum of RGB (Red+Green+Blue) = 190+122+139=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A8B is #418574. Grayscale: #909090. Windows color (decimal): -4294005 or 9140926. OLE color: 9140926.
HSL color Cylindrical-coordinate representation of color #BE7A8B: hue angle of 345º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7A8B is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 139 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.25 |
| HSL | 345º | 0.34% | 0.61% | - |
| HSV(B) | 345º | 0.36% | 0.75% | - |
| XYZ | 32.85 | 26.73 | 27.85 | - |
| YUV | 144.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 139 | 0 | 0.36 | 0.27 | 0.25 | 345 | 0.34 | 0.61 |
| Hex | BE | 7A | 8B | 0 | 24 | 1B | 19 | 159 | 22 | 3D |
| Octal | 276 | 172 | 213 | 0 | 44 | 33 | 31 | 531 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10001011 | 0 | 100100 | 11011 | 11001 | 101011001 | 100010 | 111101 |
Color Harmonies of #BE7A8B
Complementary color
Monochromatic Colors of #BE7A8B
Black with #BE7A8B
Text Example
Text Example
White with #BE7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A8B; }
p { color: rgb(190,122,139); }
H1.HeaderClassName
{
color: #BE7A8B;
}
.AnyTagClassName
{
color: #BE7A8B;
}
</style>
background-color css
<style>
a { background-color: #BE7A8B; }
a { background-color: rgb(190,122,139); }
div.DivClassName
{
background-color: #BE7A8B;
}
.BgClassName
{
background-color: #BE7A8B;
}
</style>
border-color css
<style>
span { border-color: #BE7A8B; }
span { border-color: rgb(190,122,139); }
td.TdClassName
{
border-color: #BE7A8B;
}
.TagClassName
{
border-color: #BE7A8B;
}
</style>