Shades of Tapestry #BE7681
Tints of Tapestry #BE7681
RGB
CMYK
RGB Variations
Color information
#BE7681 (or 0xBE7681) is known color: Tapestry. HEX triplet: BE, 76 and 81. RGB value is (190,118,129). Sum of RGB (Red+Green+Blue) = 190+118+129=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7681 is #41897E. Grayscale: #8C8C8C. Windows color (decimal): -4295039 or 8484542. OLE color: 8484542.
HSL color Cylindrical-coordinate representation of color #BE7681: hue angle of 350.83º 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 #BE7681 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 129 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.25 |
| HSL | 350.83º | 0.36% | 0.6% | - |
| HSV(B) | 350.83º | 0.38% | 0.75% | - |
| XYZ | 31.68 | 25.49 | 24.02 | - |
| YUV | 140.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 129 | 0 | 0.38 | 0.32 | 0.25 | 350.83 | 0.36 | 0.6 |
| Hex | BE | 76 | 81 | 0 | 26 | 20 | 19 | 15F | 24 | 3C |
| Octal | 276 | 166 | 201 | 0 | 46 | 40 | 31 | 537 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10000001 | 0 | 100110 | 100000 | 11001 | 101011111 | 100100 | 111100 |
Color Harmonies of #BE7681
Complementary color
Monochromatic Colors of #BE7681
Black with #BE7681
Text Example
Text Example
White with #BE7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7681; }
p { color: rgb(190,118,129); }
H1.HeaderClassName
{
color: #BE7681;
}
.AnyTagClassName
{
color: #BE7681;
}
</style>
background-color css
<style>
a { background-color: #BE7681; }
a { background-color: rgb(190,118,129); }
div.DivClassName
{
background-color: #BE7681;
}
.BgClassName
{
background-color: #BE7681;
}
</style>
border-color css
<style>
span { border-color: #BE7681; }
span { border-color: rgb(190,118,129); }
td.TdClassName
{
border-color: #BE7681;
}
.TagClassName
{
border-color: #BE7681;
}
</style>