Shades of Tapestry #B86E8D
Tints of Tapestry #B86E8D
RGB
CMYK
RGB Variations
Color information
#B86E8D (or 0xB86E8D) is known color: Tapestry. HEX triplet: B8, 6E and 8D. RGB value is (184,110,141). Sum of RGB (Red+Green+Blue) = 184+110+141=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E8D is #479172. Grayscale: #878787. Windows color (decimal): -4690291 or 9268920. OLE color: 9268920.
HSL color Cylindrical-coordinate representation of color #B86E8D: hue angle of 334.86º 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 #B86E8D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 141 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.28 |
| HSL | 334.86º | 0.34% | 0.58% | - |
| HSV(B) | 334.86º | 0.4% | 0.72% | - |
| XYZ | 30.15 | 23.27 | 28.1 | - |
| YUV | 135.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 141 | 0 | 0.40 | 0.23 | 0.28 | 334.86 | 0.34 | 0.58 |
| Hex | B8 | 6E | 8D | 0 | 28 | 17 | 1C | 14F | 22 | 3A |
| Octal | 270 | 156 | 215 | 0 | 50 | 27 | 34 | 517 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10001101 | 0 | 101000 | 10111 | 11100 | 101001111 | 100010 | 111010 |
Color Harmonies of #B86E8D
Complementary color
Monochromatic Colors of #B86E8D
Black with #B86E8D
Text Example
Text Example
White with #B86E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E8D; }
p { color: rgb(184,110,141); }
H1.HeaderClassName
{
color: #B86E8D;
}
.AnyTagClassName
{
color: #B86E8D;
}
</style>
background-color css
<style>
a { background-color: #B86E8D; }
a { background-color: rgb(184,110,141); }
div.DivClassName
{
background-color: #B86E8D;
}
.BgClassName
{
background-color: #B86E8D;
}
</style>
border-color css
<style>
span { border-color: #B86E8D; }
span { border-color: rgb(184,110,141); }
td.TdClassName
{
border-color: #B86E8D;
}
.TagClassName
{
border-color: #B86E8D;
}
</style>