Shades of Tapestry #BE738D
Tints of Tapestry #BE738D
RGB
CMYK
RGB Variations
Color information
#BE738D (or 0xBE738D) is known color: Tapestry. HEX triplet: BE, 73 and 8D. RGB value is (190,115,141). Sum of RGB (Red+Green+Blue) = 190+115+141=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE738D is #418C72. Grayscale: #8C8C8C. Windows color (decimal): -4295795 or 9270206. OLE color: 9270206.
HSL color Cylindrical-coordinate representation of color #BE738D: hue angle of 339.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE738D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 141 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.25 |
| HSL | 339.2º | 0.37% | 0.6% | - |
| HSV(B) | 339.2º | 0.39% | 0.75% | - |
| XYZ | 32.17 | 25.13 | 28.35 | - |
| YUV | 140.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 141 | 0 | 0.39 | 0.26 | 0.25 | 339.2 | 0.37 | 0.6 |
| Hex | BE | 73 | 8D | 0 | 27 | 1A | 19 | 153 | 25 | 3C |
| Octal | 276 | 163 | 215 | 0 | 47 | 32 | 31 | 523 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10001101 | 0 | 100111 | 11010 | 11001 | 101010011 | 100101 | 111100 |
Color Harmonies of #BE738D
Complementary color
Monochromatic Colors of #BE738D
Black with #BE738D
Text Example
Text Example
White with #BE738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE738D; }
p { color: rgb(190,115,141); }
H1.HeaderClassName
{
color: #BE738D;
}
.AnyTagClassName
{
color: #BE738D;
}
</style>
background-color css
<style>
a { background-color: #BE738D; }
a { background-color: rgb(190,115,141); }
div.DivClassName
{
background-color: #BE738D;
}
.BgClassName
{
background-color: #BE738D;
}
</style>
border-color css
<style>
span { border-color: #BE738D; }
span { border-color: rgb(190,115,141); }
td.TdClassName
{
border-color: #BE738D;
}
.TagClassName
{
border-color: #BE738D;
}
</style>