Shades of Tapestry #B86E7E
Tints of Tapestry #B86E7E
RGB
CMYK
RGB Variations
Color information
#B86E7E (or 0xB86E7E) is known color: Tapestry. HEX triplet: B8, 6E and 7E. RGB value is (184,110,126). Sum of RGB (Red+Green+Blue) = 184+110+126=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E7E is #479181. Grayscale: #858585. Windows color (decimal): -4690306 or 8285880. OLE color: 8285880.
HSL color Cylindrical-coordinate representation of color #B86E7E: hue angle of 347.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E7E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 126 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.28 |
| HSL | 347.03º | 0.34% | 0.58% | - |
| HSV(B) | 347.03º | 0.4% | 0.72% | - |
| XYZ | 29.11 | 22.85 | 22.61 | - |
| YUV | 133.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 126 | 0 | 0.40 | 0.32 | 0.28 | 347.03 | 0.34 | 0.58 |
| Hex | B8 | 6E | 7E | 0 | 28 | 20 | 1C | 15B | 22 | 3A |
| Octal | 270 | 156 | 176 | 0 | 50 | 40 | 34 | 533 | 42 | 72 |
| Binary | 10111000 | 1101110 | 1111110 | 0 | 101000 | 100000 | 11100 | 101011011 | 100010 | 111010 |
Color Harmonies of #B86E7E
Complementary color
Monochromatic Colors of #B86E7E
Black with #B86E7E
Text Example
Text Example
White with #B86E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E7E; }
p { color: rgb(184,110,126); }
H1.HeaderClassName
{
color: #B86E7E;
}
.AnyTagClassName
{
color: #B86E7E;
}
</style>
background-color css
<style>
a { background-color: #B86E7E; }
a { background-color: rgb(184,110,126); }
div.DivClassName
{
background-color: #B86E7E;
}
.BgClassName
{
background-color: #B86E7E;
}
</style>
border-color css
<style>
span { border-color: #B86E7E; }
span { border-color: rgb(184,110,126); }
td.TdClassName
{
border-color: #B86E7E;
}
.TagClassName
{
border-color: #B86E7E;
}
</style>