Shades of Tapestry #B86287
Tints of Tapestry #B86287
RGB
CMYK
RGB Variations
Color information
#B86287 (or 0xB86287) is known color: Tapestry. HEX triplet: B8, 62 and 87. RGB value is (184,98,135). Sum of RGB (Red+Green+Blue) = 184+98+135=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86287 is #479D78. Grayscale: #7F7F7F. Windows color (decimal): -4693369 or 8872632. OLE color: 8872632.
HSL color Cylindrical-coordinate representation of color #B86287: hue angle of 334.19º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86287 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 135 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.28 |
| HSL | 334.19º | 0.38% | 0.55% | - |
| HSV(B) | 334.19º | 0.47% | 0.72% | - |
| XYZ | 28.51 | 20.67 | 25.41 | - |
| YUV | 127.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 135 | 0 | 0.47 | 0.27 | 0.28 | 334.19 | 0.38 | 0.55 |
| Hex | B8 | 62 | 87 | 0 | 2F | 1B | 1C | 14E | 26 | 37 |
| Octal | 270 | 142 | 207 | 0 | 57 | 33 | 34 | 516 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10000111 | 0 | 101111 | 11011 | 11100 | 101001110 | 100110 | 110111 |
Color Harmonies of #B86287
Complementary color
Monochromatic Colors of #B86287
Black with #B86287
Text Example
Text Example
White with #B86287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86287; }
p { color: rgb(184,98,135); }
H1.HeaderClassName
{
color: #B86287;
}
.AnyTagClassName
{
color: #B86287;
}
</style>
background-color css
<style>
a { background-color: #B86287; }
a { background-color: rgb(184,98,135); }
div.DivClassName
{
background-color: #B86287;
}
.BgClassName
{
background-color: #B86287;
}
</style>
border-color css
<style>
span { border-color: #B86287; }
span { border-color: rgb(184,98,135); }
td.TdClassName
{
border-color: #B86287;
}
.TagClassName
{
border-color: #B86287;
}
</style>