Shades of Tapestry #BE747E
Tints of Tapestry #BE747E
RGB
CMYK
RGB Variations
Color information
#BE747E (or 0xBE747E) is known color: Tapestry. HEX triplet: BE, 74 and 7E. RGB value is (190,116,126). Sum of RGB (Red+Green+Blue) = 190+116+126=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747E is #418B81. Grayscale: #8B8B8B. Windows color (decimal): -4295554 or 8287422. OLE color: 8287422.
HSL color Cylindrical-coordinate representation of color #BE747E: hue angle of 351.89º degrees, saturation: 0.36, 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 #BE747E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 126 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.25 |
| HSL | 351.89º | 0.36% | 0.6% | - |
| HSV(B) | 351.89º | 0.39% | 0.75% | - |
| XYZ | 31.25 | 24.94 | 22.91 | - |
| YUV | 139.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 126 | 0 | 0.39 | 0.34 | 0.25 | 351.89 | 0.36 | 0.6 |
| Hex | BE | 74 | 7E | 0 | 27 | 22 | 19 | 160 | 24 | 3C |
| Octal | 276 | 164 | 176 | 0 | 47 | 42 | 31 | 540 | 44 | 74 |
| Binary | 10111110 | 1110100 | 1111110 | 0 | 100111 | 100010 | 11001 | 101100000 | 100100 | 111100 |
Color Harmonies of #BE747E
Complementary color
Monochromatic Colors of #BE747E
Black with #BE747E
Text Example
Text Example
White with #BE747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE747E; }
p { color: rgb(190,116,126); }
H1.HeaderClassName
{
color: #BE747E;
}
.AnyTagClassName
{
color: #BE747E;
}
</style>
background-color css
<style>
a { background-color: #BE747E; }
a { background-color: rgb(190,116,126); }
div.DivClassName
{
background-color: #BE747E;
}
.BgClassName
{
background-color: #BE747E;
}
</style>
border-color css
<style>
span { border-color: #BE747E; }
span { border-color: rgb(190,116,126); }
td.TdClassName
{
border-color: #BE747E;
}
.TagClassName
{
border-color: #BE747E;
}
</style>