Shades of Tapestry #BE747D
Tints of Tapestry #BE747D
RGB
CMYK
RGB Variations
Color information
#BE747D (or 0xBE747D) is known color: Tapestry. HEX triplet: BE, 74 and 7D. RGB value is (190,116,125). Sum of RGB (Red+Green+Blue) = 190+116+125=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747D is #418B82. Grayscale: #8B8B8B. Windows color (decimal): -4295555 or 8221886. OLE color: 8221886.
HSL color Cylindrical-coordinate representation of color #BE747D: hue angle of 352.7º 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 #BE747D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 125 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.25 |
| HSL | 352.7º | 0.36% | 0.6% | - |
| HSV(B) | 352.7º | 0.39% | 0.75% | - |
| XYZ | 31.18 | 24.92 | 22.57 | - |
| YUV | 139.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 125 | 0 | 0.39 | 0.34 | 0.25 | 352.7 | 0.36 | 0.6 |
| Hex | BE | 74 | 7D | 0 | 27 | 22 | 19 | 161 | 24 | 3C |
| Octal | 276 | 164 | 175 | 0 | 47 | 42 | 31 | 541 | 44 | 74 |
| Binary | 10111110 | 1110100 | 1111101 | 0 | 100111 | 100010 | 11001 | 101100001 | 100100 | 111100 |
Color Harmonies of #BE747D
Complementary color
Monochromatic Colors of #BE747D
Black with #BE747D
Text Example
Text Example
White with #BE747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE747D; }
p { color: rgb(190,116,125); }
H1.HeaderClassName
{
color: #BE747D;
}
.AnyTagClassName
{
color: #BE747D;
}
</style>
background-color css
<style>
a { background-color: #BE747D; }
a { background-color: rgb(190,116,125); }
div.DivClassName
{
background-color: #BE747D;
}
.BgClassName
{
background-color: #BE747D;
}
</style>
border-color css
<style>
span { border-color: #BE747D; }
span { border-color: rgb(190,116,125); }
td.TdClassName
{
border-color: #BE747D;
}
.TagClassName
{
border-color: #BE747D;
}
</style>