Shades of Tapestry #BE7184
Tints of Tapestry #BE7184
RGB
CMYK
RGB Variations
Color information
#BE7184 (or 0xBE7184) is known color: Tapestry. HEX triplet: BE, 71 and 84. RGB value is (190,113,132). Sum of RGB (Red+Green+Blue) = 190+113+132=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7184 is #418E7B. Grayscale: #8A8A8A. Windows color (decimal): -4296316 or 8679870. OLE color: 8679870.
HSL color Cylindrical-coordinate representation of color #BE7184: hue angle of 345.19º 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 #BE7184 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 132 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.25 |
| HSL | 345.19º | 0.37% | 0.59% | - |
| HSV(B) | 345.19º | 0.41% | 0.75% | - |
| XYZ | 31.31 | 24.42 | 24.89 | - |
| YUV | 138.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 132 | 0 | 0.41 | 0.31 | 0.25 | 345.19 | 0.37 | 0.59 |
| Hex | BE | 71 | 84 | 0 | 29 | 1F | 19 | 159 | 25 | 3B |
| Octal | 276 | 161 | 204 | 0 | 51 | 37 | 31 | 531 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10000100 | 0 | 101001 | 11111 | 11001 | 101011001 | 100101 | 111011 |
Color Harmonies of #BE7184
Complementary color
Monochromatic Colors of #BE7184
Black with #BE7184
Text Example
Text Example
White with #BE7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7184; }
p { color: rgb(190,113,132); }
H1.HeaderClassName
{
color: #BE7184;
}
.AnyTagClassName
{
color: #BE7184;
}
</style>
background-color css
<style>
a { background-color: #BE7184; }
a { background-color: rgb(190,113,132); }
div.DivClassName
{
background-color: #BE7184;
}
.BgClassName
{
background-color: #BE7184;
}
</style>
border-color css
<style>
span { border-color: #BE7184; }
span { border-color: rgb(190,113,132); }
td.TdClassName
{
border-color: #BE7184;
}
.TagClassName
{
border-color: #BE7184;
}
</style>