Shades of Tapestry #B86586
Tints of Tapestry #B86586
RGB
CMYK
RGB Variations
Color information
#B86586 (or 0xB86586) is known color: Tapestry. HEX triplet: B8, 65 and 86. RGB value is (184,101,134). Sum of RGB (Red+Green+Blue) = 184+101+134=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B86586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86586 is #479A79. Grayscale: #818181. Windows color (decimal): -4692602 or 8807864. OLE color: 8807864.
HSL color Cylindrical-coordinate representation of color #B86586: hue angle of 336.14º 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 #B86586 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 134 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.28 |
| HSL | 336.14º | 0.37% | 0.56% | - |
| HSV(B) | 336.14º | 0.45% | 0.72% | - |
| XYZ | 28.72 | 21.22 | 25.14 | - |
| YUV | 129.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 134 | 0 | 0.45 | 0.27 | 0.28 | 336.14 | 0.37 | 0.56 |
| Hex | B8 | 65 | 86 | 0 | 2D | 1B | 1C | 150 | 25 | 38 |
| Octal | 270 | 145 | 206 | 0 | 55 | 33 | 34 | 520 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10000110 | 0 | 101101 | 11011 | 11100 | 101010000 | 100101 | 111000 |
Color Harmonies of #B86586
Complementary color
Monochromatic Colors of #B86586
Black with #B86586
Text Example
Text Example
White with #B86586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86586; }
p { color: rgb(184,101,134); }
H1.HeaderClassName
{
color: #B86586;
}
.AnyTagClassName
{
color: #B86586;
}
</style>
background-color css
<style>
a { background-color: #B86586; }
a { background-color: rgb(184,101,134); }
div.DivClassName
{
background-color: #B86586;
}
.BgClassName
{
background-color: #B86586;
}
</style>
border-color css
<style>
span { border-color: #B86586; }
span { border-color: rgb(184,101,134); }
td.TdClassName
{
border-color: #B86586;
}
.TagClassName
{
border-color: #B86586;
}
</style>