Shades of Tapestry #B86289
Tints of Tapestry #B86289
RGB
CMYK
RGB Variations
Color information
#B86289 (or 0xB86289) is known color: Tapestry. HEX triplet: B8, 62 and 89. RGB value is (184,98,137). Sum of RGB (Red+Green+Blue) = 184+98+137=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B86289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86289 is #479D76. Grayscale: #808080. Windows color (decimal): -4693367 or 9003704. OLE color: 9003704.
HSL color Cylindrical-coordinate representation of color #B86289: hue angle of 332.79º 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 #B86289 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 137 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.28 |
| HSL | 332.79º | 0.38% | 0.55% | - |
| HSV(B) | 332.79º | 0.47% | 0.72% | - |
| XYZ | 28.65 | 20.73 | 26.16 | - |
| YUV | 128.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 137 | 0 | 0.47 | 0.26 | 0.28 | 332.79 | 0.38 | 0.55 |
| Hex | B8 | 62 | 89 | 0 | 2F | 1A | 1C | 14D | 26 | 37 |
| Octal | 270 | 142 | 211 | 0 | 57 | 32 | 34 | 515 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10001001 | 0 | 101111 | 11010 | 11100 | 101001101 | 100110 | 110111 |
Color Harmonies of #B86289
Complementary color
Monochromatic Colors of #B86289
Black with #B86289
Text Example
Text Example
White with #B86289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86289; }
p { color: rgb(184,98,137); }
H1.HeaderClassName
{
color: #B86289;
}
.AnyTagClassName
{
color: #B86289;
}
</style>
background-color css
<style>
a { background-color: #B86289; }
a { background-color: rgb(184,98,137); }
div.DivClassName
{
background-color: #B86289;
}
.BgClassName
{
background-color: #B86289;
}
</style>
border-color css
<style>
span { border-color: #B86289; }
span { border-color: rgb(184,98,137); }
td.TdClassName
{
border-color: #B86289;
}
.TagClassName
{
border-color: #B86289;
}
</style>