Shades of Tapestry #B86E85
Tints of Tapestry #B86E85
RGB
CMYK
RGB Variations
Color information
#B86E85 (or 0xB86E85) is known color: Tapestry. HEX triplet: B8, 6E and 85. RGB value is (184,110,133). Sum of RGB (Red+Green+Blue) = 184+110+133=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E85 is #47917A. Grayscale: #868686. Windows color (decimal): -4690299 or 8744632. OLE color: 8744632.
HSL color Cylindrical-coordinate representation of color #B86E85: hue angle of 341.35º 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 #B86E85 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 133 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.28 |
| HSL | 341.35º | 0.34% | 0.58% | - |
| HSV(B) | 341.35º | 0.4% | 0.72% | - |
| XYZ | 29.58 | 23.04 | 25.08 | - |
| YUV | 134.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 133 | 0 | 0.40 | 0.28 | 0.28 | 341.35 | 0.34 | 0.58 |
| Hex | B8 | 6E | 85 | 0 | 28 | 1C | 1C | 155 | 22 | 3A |
| Octal | 270 | 156 | 205 | 0 | 50 | 34 | 34 | 525 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10000101 | 0 | 101000 | 11100 | 11100 | 101010101 | 100010 | 111010 |
Color Harmonies of #B86E85
Complementary color
Monochromatic Colors of #B86E85
Black with #B86E85
Text Example
Text Example
White with #B86E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E85; }
p { color: rgb(184,110,133); }
H1.HeaderClassName
{
color: #B86E85;
}
.AnyTagClassName
{
color: #B86E85;
}
</style>
background-color css
<style>
a { background-color: #B86E85; }
a { background-color: rgb(184,110,133); }
div.DivClassName
{
background-color: #B86E85;
}
.BgClassName
{
background-color: #B86E85;
}
</style>
border-color css
<style>
span { border-color: #B86E85; }
span { border-color: rgb(184,110,133); }
td.TdClassName
{
border-color: #B86E85;
}
.TagClassName
{
border-color: #B86E85;
}
</style>