Shades of Tapestry #BE708B
Tints of Tapestry #BE708B
RGB
CMYK
RGB Variations
Color information
#BE708B (or 0xBE708B) is known color: Tapestry. HEX triplet: BE, 70 and 8B. RGB value is (190,112,139). Sum of RGB (Red+Green+Blue) = 190+112+139=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE708B is #418F74. Grayscale: #8A8A8A. Windows color (decimal): -4296565 or 9138366. OLE color: 9138366.
HSL color Cylindrical-coordinate representation of color #BE708B: hue angle of 339.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE708B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 139 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.25 |
| HSL | 339.23º | 0.38% | 0.59% | - |
| HSV(B) | 339.23º | 0.41% | 0.75% | - |
| XYZ | 31.69 | 24.4 | 27.47 | - |
| YUV | 138.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 139 | 0 | 0.41 | 0.27 | 0.25 | 339.23 | 0.38 | 0.59 |
| Hex | BE | 70 | 8B | 0 | 29 | 1B | 19 | 153 | 26 | 3B |
| Octal | 276 | 160 | 213 | 0 | 51 | 33 | 31 | 523 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10001011 | 0 | 101001 | 11011 | 11001 | 101010011 | 100110 | 111011 |
Color Harmonies of #BE708B
Complementary color
Monochromatic Colors of #BE708B
Black with #BE708B
Text Example
Text Example
White with #BE708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE708B; }
p { color: rgb(190,112,139); }
H1.HeaderClassName
{
color: #BE708B;
}
.AnyTagClassName
{
color: #BE708B;
}
</style>
background-color css
<style>
a { background-color: #BE708B; }
a { background-color: rgb(190,112,139); }
div.DivClassName
{
background-color: #BE708B;
}
.BgClassName
{
background-color: #BE708B;
}
</style>
border-color css
<style>
span { border-color: #BE708B; }
span { border-color: rgb(190,112,139); }
td.TdClassName
{
border-color: #BE708B;
}
.TagClassName
{
border-color: #BE708B;
}
</style>