Shades of Tapestry #B96486
Tints of Tapestry #B96486
RGB
CMYK
RGB Variations
Color information
#B96486 (or 0xB96486) is known color: Tapestry. HEX triplet: B9, 64 and 86. RGB value is (185,100,134). Sum of RGB (Red+Green+Blue) = 185+100+134=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96486 is #469B79. Grayscale: #818181. Windows color (decimal): -4627322 or 8807609. OLE color: 8807609.
HSL color Cylindrical-coordinate representation of color #B96486: hue angle of 336º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96486 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 134 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.27 |
| HSL | 336º | 0.38% | 0.56% | - |
| HSV(B) | 336º | 0.46% | 0.73% | - |
| XYZ | 28.87 | 21.15 | 25.12 | - |
| YUV | 129.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 134 | 0 | 0.46 | 0.28 | 0.27 | 336 | 0.38 | 0.56 |
| Hex | B9 | 64 | 86 | 0 | 2E | 1C | 1B | 150 | 26 | 38 |
| Octal | 271 | 144 | 206 | 0 | 56 | 34 | 33 | 520 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10000110 | 0 | 101110 | 11100 | 11011 | 101010000 | 100110 | 111000 |
Color Harmonies of #B96486
Complementary color
Monochromatic Colors of #B96486
Black with #B96486
Text Example
Text Example
White with #B96486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96486; }
p { color: rgb(185,100,134); }
H1.HeaderClassName
{
color: #B96486;
}
.AnyTagClassName
{
color: #B96486;
}
</style>
background-color css
<style>
a { background-color: #B96486; }
a { background-color: rgb(185,100,134); }
div.DivClassName
{
background-color: #B96486;
}
.BgClassName
{
background-color: #B96486;
}
</style>
border-color css
<style>
span { border-color: #B96486; }
span { border-color: rgb(185,100,134); }
td.TdClassName
{
border-color: #B96486;
}
.TagClassName
{
border-color: #B96486;
}
</style>