Shades of Tapestry #B86587
Tints of Tapestry #B86587
RGB
CMYK
RGB Variations
Color information
#B86587 (or 0xB86587) is known color: Tapestry. HEX triplet: B8, 65 and 87. RGB value is (184,101,135). Sum of RGB (Red+Green+Blue) = 184+101+135=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86587 is #479A78. Grayscale: #818181. Windows color (decimal): -4692601 or 8873400. OLE color: 8873400.
HSL color Cylindrical-coordinate representation of color #B86587: hue angle of 335.42º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86587 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 135 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.28 |
| HSL | 335.42º | 0.37% | 0.56% | - |
| HSV(B) | 335.42º | 0.45% | 0.72% | - |
| XYZ | 28.79 | 21.25 | 25.51 | - |
| YUV | 129.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 135 | 0 | 0.45 | 0.27 | 0.28 | 335.42 | 0.37 | 0.56 |
| Hex | B8 | 65 | 87 | 0 | 2D | 1B | 1C | 14F | 25 | 38 |
| Octal | 270 | 145 | 207 | 0 | 55 | 33 | 34 | 517 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10000111 | 0 | 101101 | 11011 | 11100 | 101001111 | 100101 | 111000 |
Color Harmonies of #B86587
Complementary color
Monochromatic Colors of #B86587
Black with #B86587
Text Example
Text Example
White with #B86587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86587; }
p { color: rgb(184,101,135); }
H1.HeaderClassName
{
color: #B86587;
}
.AnyTagClassName
{
color: #B86587;
}
</style>
background-color css
<style>
a { background-color: #B86587; }
a { background-color: rgb(184,101,135); }
div.DivClassName
{
background-color: #B86587;
}
.BgClassName
{
background-color: #B86587;
}
</style>
border-color css
<style>
span { border-color: #B86587; }
span { border-color: rgb(184,101,135); }
td.TdClassName
{
border-color: #B86587;
}
.TagClassName
{
border-color: #B86587;
}
</style>