Shades of Tapestry #BE7189
Tints of Tapestry #BE7189
RGB
CMYK
RGB Variations
Color information
#BE7189 (or 0xBE7189) is known color: Tapestry. HEX triplet: BE, 71 and 89. RGB value is (190,113,137). Sum of RGB (Red+Green+Blue) = 190+113+137=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7189 is #418E76. Grayscale: #8A8A8A. Windows color (decimal): -4296311 or 9007550. OLE color: 9007550.
HSL color Cylindrical-coordinate representation of color #BE7189: hue angle of 341.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7189 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 137 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.25 |
| HSL | 341.3º | 0.37% | 0.59% | - |
| HSV(B) | 341.3º | 0.41% | 0.75% | - |
| XYZ | 31.66 | 24.56 | 26.74 | - |
| YUV | 138.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 137 | 0 | 0.41 | 0.28 | 0.25 | 341.3 | 0.37 | 0.59 |
| Hex | BE | 71 | 89 | 0 | 29 | 1C | 19 | 155 | 25 | 3B |
| Octal | 276 | 161 | 211 | 0 | 51 | 34 | 31 | 525 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10001001 | 0 | 101001 | 11100 | 11001 | 101010101 | 100101 | 111011 |
Color Harmonies of #BE7189
Complementary color
Monochromatic Colors of #BE7189
Black with #BE7189
Text Example
Text Example
White with #BE7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7189; }
p { color: rgb(190,113,137); }
H1.HeaderClassName
{
color: #BE7189;
}
.AnyTagClassName
{
color: #BE7189;
}
</style>
background-color css
<style>
a { background-color: #BE7189; }
a { background-color: rgb(190,113,137); }
div.DivClassName
{
background-color: #BE7189;
}
.BgClassName
{
background-color: #BE7189;
}
</style>
border-color css
<style>
span { border-color: #BE7189; }
span { border-color: rgb(190,113,137); }
td.TdClassName
{
border-color: #BE7189;
}
.TagClassName
{
border-color: #BE7189;
}
</style>