Shades of Tapestry #BE728E
Tints of Tapestry #BE728E
RGB
CMYK
RGB Variations
Color information
#BE728E (or 0xBE728E) is known color: Tapestry. HEX triplet: BE, 72 and 8E. RGB value is (190,114,142). Sum of RGB (Red+Green+Blue) = 190+114+142=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE728E is #418D71. Grayscale: #8B8B8B. Windows color (decimal): -4296050 or 9335486. OLE color: 9335486.
HSL color Cylindrical-coordinate representation of color #BE728E: hue angle of 337.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE728E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 142 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.25 |
| HSL | 337.89º | 0.37% | 0.6% | - |
| HSV(B) | 337.89º | 0.4% | 0.75% | - |
| XYZ | 32.14 | 24.93 | 28.71 | - |
| YUV | 139.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 142 | 0 | 0.40 | 0.25 | 0.25 | 337.89 | 0.37 | 0.6 |
| Hex | BE | 72 | 8E | 0 | 28 | 19 | 19 | 152 | 25 | 3C |
| Octal | 276 | 162 | 216 | 0 | 50 | 31 | 31 | 522 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10001110 | 0 | 101000 | 11001 | 11001 | 101010010 | 100101 | 111100 |
Color Harmonies of #BE728E
Complementary color
Monochromatic Colors of #BE728E
Black with #BE728E
Text Example
Text Example
White with #BE728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE728E; }
p { color: rgb(190,114,142); }
H1.HeaderClassName
{
color: #BE728E;
}
.AnyTagClassName
{
color: #BE728E;
}
</style>
background-color css
<style>
a { background-color: #BE728E; }
a { background-color: rgb(190,114,142); }
div.DivClassName
{
background-color: #BE728E;
}
.BgClassName
{
background-color: #BE728E;
}
</style>
border-color css
<style>
span { border-color: #BE728E; }
span { border-color: rgb(190,114,142); }
td.TdClassName
{
border-color: #BE728E;
}
.TagClassName
{
border-color: #BE728E;
}
</style>