Shades of Tapestry #B96882
Tints of Tapestry #B96882
RGB
CMYK
RGB Variations
Color information
#B96882 (or 0xB96882) is known color: Tapestry. HEX triplet: B9, 68 and 82. RGB value is (185,104,130). Sum of RGB (Red+Green+Blue) = 185+104+130=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96882 is #46977D. Grayscale: #838383. Windows color (decimal): -4626302 or 8546489. OLE color: 8546489.
HSL color Cylindrical-coordinate representation of color #B96882: hue angle of 340.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96882 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 130 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.27 |
| HSL | 340.74º | 0.37% | 0.57% | - |
| HSV(B) | 340.74º | 0.44% | 0.73% | - |
| XYZ | 28.99 | 21.83 | 23.8 | - |
| YUV | 131.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 130 | 0 | 0.44 | 0.30 | 0.27 | 340.74 | 0.37 | 0.57 |
| Hex | B9 | 68 | 82 | 0 | 2C | 1E | 1B | 155 | 25 | 39 |
| Octal | 271 | 150 | 202 | 0 | 54 | 36 | 33 | 525 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10000010 | 0 | 101100 | 11110 | 11011 | 101010101 | 100101 | 111001 |
Color Harmonies of #B96882
Complementary color
Monochromatic Colors of #B96882
Black with #B96882
Text Example
Text Example
White with #B96882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96882; }
p { color: rgb(185,104,130); }
H1.HeaderClassName
{
color: #B96882;
}
.AnyTagClassName
{
color: #B96882;
}
</style>
background-color css
<style>
a { background-color: #B96882; }
a { background-color: rgb(185,104,130); }
div.DivClassName
{
background-color: #B96882;
}
.BgClassName
{
background-color: #B96882;
}
</style>
border-color css
<style>
span { border-color: #B96882; }
span { border-color: rgb(185,104,130); }
td.TdClassName
{
border-color: #B96882;
}
.TagClassName
{
border-color: #B96882;
}
</style>