Shades of Tapestry #BE7683
Tints of Tapestry #BE7683
RGB
CMYK
RGB Variations
Color information
#BE7683 (or 0xBE7683) is known color: Tapestry. HEX triplet: BE, 76 and 83. RGB value is (190,118,131). Sum of RGB (Red+Green+Blue) = 190+118+131=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7683 is #41897C. Grayscale: #8D8D8D. Windows color (decimal): -4295037 or 8615614. OLE color: 8615614.
HSL color Cylindrical-coordinate representation of color #BE7683: hue angle of 349.17º 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 #BE7683 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 131 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.25 |
| HSL | 349.17º | 0.36% | 0.6% | - |
| HSV(B) | 349.17º | 0.38% | 0.75% | - |
| XYZ | 31.81 | 25.54 | 24.73 | - |
| YUV | 141.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 131 | 0 | 0.38 | 0.31 | 0.25 | 349.17 | 0.36 | 0.6 |
| Hex | BE | 76 | 83 | 0 | 26 | 1F | 19 | 15D | 24 | 3C |
| Octal | 276 | 166 | 203 | 0 | 46 | 37 | 31 | 535 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10000011 | 0 | 100110 | 11111 | 11001 | 101011101 | 100100 | 111100 |
Color Harmonies of #BE7683
Complementary color
Monochromatic Colors of #BE7683
Black with #BE7683
Text Example
Text Example
White with #BE7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7683; }
p { color: rgb(190,118,131); }
H1.HeaderClassName
{
color: #BE7683;
}
.AnyTagClassName
{
color: #BE7683;
}
</style>
background-color css
<style>
a { background-color: #BE7683; }
a { background-color: rgb(190,118,131); }
div.DivClassName
{
background-color: #BE7683;
}
.BgClassName
{
background-color: #BE7683;
}
</style>
border-color css
<style>
span { border-color: #BE7683; }
span { border-color: rgb(190,118,131); }
td.TdClassName
{
border-color: #BE7683;
}
.TagClassName
{
border-color: #BE7683;
}
</style>