Shades of Tapestry #B86389
Tints of Tapestry #B86389
RGB
CMYK
RGB Variations
Color information
#B86389 (or 0xB86389) is known color: Tapestry. HEX triplet: B8, 63 and 89. RGB value is (184,99,137). Sum of RGB (Red+Green+Blue) = 184+99+137=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86389 is #479C76. Grayscale: #808080. Windows color (decimal): -4693111 or 9003960. OLE color: 9003960.
HSL color Cylindrical-coordinate representation of color #B86389: hue angle of 333.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86389 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 137 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.28 |
| HSL | 333.18º | 0.37% | 0.55% | - |
| HSV(B) | 333.18º | 0.46% | 0.72% | - |
| XYZ | 28.74 | 20.92 | 26.19 | - |
| YUV | 128.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 137 | 0 | 0.46 | 0.26 | 0.28 | 333.18 | 0.37 | 0.55 |
| Hex | B8 | 63 | 89 | 0 | 2E | 1A | 1C | 14D | 25 | 37 |
| Octal | 270 | 143 | 211 | 0 | 56 | 32 | 34 | 515 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10001001 | 0 | 101110 | 11010 | 11100 | 101001101 | 100101 | 110111 |
Color Harmonies of #B86389
Complementary color
Monochromatic Colors of #B86389
Black with #B86389
Text Example
Text Example
White with #B86389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86389; }
p { color: rgb(184,99,137); }
H1.HeaderClassName
{
color: #B86389;
}
.AnyTagClassName
{
color: #B86389;
}
</style>
background-color css
<style>
a { background-color: #B86389; }
a { background-color: rgb(184,99,137); }
div.DivClassName
{
background-color: #B86389;
}
.BgClassName
{
background-color: #B86389;
}
</style>
border-color css
<style>
span { border-color: #B86389; }
span { border-color: rgb(184,99,137); }
td.TdClassName
{
border-color: #B86389;
}
.TagClassName
{
border-color: #B86389;
}
</style>