Shades of Tapestry #BE7183
Tints of Tapestry #BE7183
RGB
CMYK
RGB Variations
Color information
#BE7183 (or 0xBE7183) is known color: Tapestry. HEX triplet: BE, 71 and 83. RGB value is (190,113,131). Sum of RGB (Red+Green+Blue) = 190+113+131=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7183 is #418E7C. Grayscale: #8A8A8A. Windows color (decimal): -4296317 or 8614334. OLE color: 8614334.
HSL color Cylindrical-coordinate representation of color #BE7183: hue angle of 345.97º 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 #BE7183 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 131 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.25 |
| HSL | 345.97º | 0.37% | 0.59% | - |
| HSV(B) | 345.97º | 0.41% | 0.75% | - |
| XYZ | 31.24 | 24.4 | 24.54 | - |
| YUV | 138.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 131 | 0 | 0.41 | 0.31 | 0.25 | 345.97 | 0.37 | 0.59 |
| Hex | BE | 71 | 83 | 0 | 29 | 1F | 19 | 15A | 25 | 3B |
| Octal | 276 | 161 | 203 | 0 | 51 | 37 | 31 | 532 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10000011 | 0 | 101001 | 11111 | 11001 | 101011010 | 100101 | 111011 |
Color Harmonies of #BE7183
Complementary color
Monochromatic Colors of #BE7183
Black with #BE7183
Text Example
Text Example
White with #BE7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7183; }
p { color: rgb(190,113,131); }
H1.HeaderClassName
{
color: #BE7183;
}
.AnyTagClassName
{
color: #BE7183;
}
</style>
background-color css
<style>
a { background-color: #BE7183; }
a { background-color: rgb(190,113,131); }
div.DivClassName
{
background-color: #BE7183;
}
.BgClassName
{
background-color: #BE7183;
}
</style>
border-color css
<style>
span { border-color: #BE7183; }
span { border-color: rgb(190,113,131); }
td.TdClassName
{
border-color: #BE7183;
}
.TagClassName
{
border-color: #BE7183;
}
</style>