Shades of Tapestry #B86E89
Tints of Tapestry #B86E89
RGB
CMYK
RGB Variations
Color information
#B86E89 (or 0xB86E89) is known color: Tapestry. HEX triplet: B8, 6E and 89. RGB value is (184,110,137). Sum of RGB (Red+Green+Blue) = 184+110+137=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E89 is #479176. Grayscale: #878787. Windows color (decimal): -4690295 or 9006776. OLE color: 9006776.
HSL color Cylindrical-coordinate representation of color #B86E89: hue angle of 338.11º 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 #B86E89 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 137 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.28 |
| HSL | 338.11º | 0.34% | 0.58% | - |
| HSV(B) | 338.11º | 0.4% | 0.72% | - |
| XYZ | 29.86 | 23.15 | 26.56 | - |
| YUV | 135.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 137 | 0 | 0.40 | 0.26 | 0.28 | 338.11 | 0.34 | 0.58 |
| Hex | B8 | 6E | 89 | 0 | 28 | 1A | 1C | 152 | 22 | 3A |
| Octal | 270 | 156 | 211 | 0 | 50 | 32 | 34 | 522 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10001001 | 0 | 101000 | 11010 | 11100 | 101010010 | 100010 | 111010 |
Color Harmonies of #B86E89
Complementary color
Monochromatic Colors of #B86E89
Black with #B86E89
Text Example
Text Example
White with #B86E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E89; }
p { color: rgb(184,110,137); }
H1.HeaderClassName
{
color: #B86E89;
}
.AnyTagClassName
{
color: #B86E89;
}
</style>
background-color css
<style>
a { background-color: #B86E89; }
a { background-color: rgb(184,110,137); }
div.DivClassName
{
background-color: #B86E89;
}
.BgClassName
{
background-color: #B86E89;
}
</style>
border-color css
<style>
span { border-color: #B86E89; }
span { border-color: rgb(184,110,137); }
td.TdClassName
{
border-color: #B86E89;
}
.TagClassName
{
border-color: #B86E89;
}
</style>