Shades of Tapestry #BE7188
Tints of Tapestry #BE7188
RGB
CMYK
RGB Variations
Color information
#BE7188 (or 0xBE7188) is known color: Tapestry. HEX triplet: BE, 71 and 88. RGB value is (190,113,136). Sum of RGB (Red+Green+Blue) = 190+113+136=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7188 is #418E77. Grayscale: #8A8A8A. Windows color (decimal): -4296312 or 8942014. OLE color: 8942014.
HSL color Cylindrical-coordinate representation of color #BE7188: hue angle of 342.08º 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 #BE7188 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 136 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.25 |
| HSL | 342.08º | 0.37% | 0.59% | - |
| HSV(B) | 342.08º | 0.41% | 0.75% | - |
| XYZ | 31.58 | 24.53 | 26.36 | - |
| YUV | 138.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 136 | 0 | 0.41 | 0.28 | 0.25 | 342.08 | 0.37 | 0.59 |
| Hex | BE | 71 | 88 | 0 | 29 | 1C | 19 | 156 | 25 | 3B |
| Octal | 276 | 161 | 210 | 0 | 51 | 34 | 31 | 526 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10001000 | 0 | 101001 | 11100 | 11001 | 101010110 | 100101 | 111011 |
Color Harmonies of #BE7188
Complementary color
Monochromatic Colors of #BE7188
Black with #BE7188
Text Example
Text Example
White with #BE7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7188; }
p { color: rgb(190,113,136); }
H1.HeaderClassName
{
color: #BE7188;
}
.AnyTagClassName
{
color: #BE7188;
}
</style>
background-color css
<style>
a { background-color: #BE7188; }
a { background-color: rgb(190,113,136); }
div.DivClassName
{
background-color: #BE7188;
}
.BgClassName
{
background-color: #BE7188;
}
</style>
border-color css
<style>
span { border-color: #BE7188; }
span { border-color: rgb(190,113,136); }
td.TdClassName
{
border-color: #BE7188;
}
.TagClassName
{
border-color: #BE7188;
}
</style>