Shades of Tapestry #B96880
Tints of Tapestry #B96880
RGB
CMYK
RGB Variations
Color information
#B96880 (or 0xB96880) is known color: Tapestry. HEX triplet: B9, 68 and 80. RGB value is (185,104,128). Sum of RGB (Red+Green+Blue) = 185+104+128=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96880 is #46977F. Grayscale: #828282. Windows color (decimal): -4626304 or 8415417. OLE color: 8415417.
HSL color Cylindrical-coordinate representation of color #B96880: hue angle of 342.22º 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 #B96880 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 128 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.27 |
| HSL | 342.22º | 0.37% | 0.57% | - |
| HSV(B) | 342.22º | 0.44% | 0.73% | - |
| XYZ | 28.85 | 21.77 | 23.1 | - |
| YUV | 130.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 128 | 0 | 0.44 | 0.31 | 0.27 | 342.22 | 0.37 | 0.57 |
| Hex | B9 | 68 | 80 | 0 | 2C | 1F | 1B | 156 | 25 | 39 |
| Octal | 271 | 150 | 200 | 0 | 54 | 37 | 33 | 526 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10000000 | 0 | 101100 | 11111 | 11011 | 101010110 | 100101 | 111001 |
Color Harmonies of #B96880
Complementary color
Monochromatic Colors of #B96880
Black with #B96880
Text Example
Text Example
White with #B96880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96880; }
p { color: rgb(185,104,128); }
H1.HeaderClassName
{
color: #B96880;
}
.AnyTagClassName
{
color: #B96880;
}
</style>
background-color css
<style>
a { background-color: #B96880; }
a { background-color: rgb(185,104,128); }
div.DivClassName
{
background-color: #B96880;
}
.BgClassName
{
background-color: #B96880;
}
</style>
border-color css
<style>
span { border-color: #B96880; }
span { border-color: rgb(185,104,128); }
td.TdClassName
{
border-color: #B96880;
}
.TagClassName
{
border-color: #B96880;
}
</style>