Shades of Tapestry #BE7685
Tints of Tapestry #BE7685
RGB
CMYK
RGB Variations
Color information
#BE7685 (or 0xBE7685) is known color: Tapestry. HEX triplet: BE, 76 and 85. RGB value is (190,118,133). Sum of RGB (Red+Green+Blue) = 190+118+133=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7685 is #41897A. Grayscale: #8D8D8D. Windows color (decimal): -4295035 or 8746686. OLE color: 8746686.
HSL color Cylindrical-coordinate representation of color #BE7685: hue angle of 347.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7685 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 133 | - |
| CMYK | 0 | 0.38 | 0.3 | 0.25 |
| HSL | 347.5º | 0.36% | 0.6% | - |
| HSV(B) | 347.5º | 0.38% | 0.75% | - |
| XYZ | 31.95 | 25.6 | 25.45 | - |
| YUV | 141.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 133 | 0 | 0.38 | 0.3 | 0.25 | 347.5 | 0.36 | 0.6 |
| Hex | BE | 76 | 85 | 0 | 26 | 1E | 19 | 15C | 24 | 3C |
| Octal | 276 | 166 | 205 | 0 | 46 | 36 | 31 | 534 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10000101 | 0 | 100110 | 11110 | 11001 | 101011100 | 100100 | 111100 |
Color Harmonies of #BE7685
Complementary color
Monochromatic Colors of #BE7685
Black with #BE7685
Text Example
Text Example
White with #BE7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7685; }
p { color: rgb(190,118,133); }
H1.HeaderClassName
{
color: #BE7685;
}
.AnyTagClassName
{
color: #BE7685;
}
</style>
background-color css
<style>
a { background-color: #BE7685; }
a { background-color: rgb(190,118,133); }
div.DivClassName
{
background-color: #BE7685;
}
.BgClassName
{
background-color: #BE7685;
}
</style>
border-color css
<style>
span { border-color: #BE7685; }
span { border-color: rgb(190,118,133); }
td.TdClassName
{
border-color: #BE7685;
}
.TagClassName
{
border-color: #BE7685;
}
</style>