Shades of Tapestry #B96886
Tints of Tapestry #B96886
RGB
CMYK
RGB Variations
Color information
#B96886 (or 0xB96886) is known color: Tapestry. HEX triplet: B9, 68 and 86. RGB value is (185,104,134). Sum of RGB (Red+Green+Blue) = 185+104+134=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96886 is #469779. Grayscale: #838383. Windows color (decimal): -4626298 or 8808633. OLE color: 8808633.
HSL color Cylindrical-coordinate representation of color #B96886: hue angle of 337.78º 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 #B96886 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 134 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.27 |
| HSL | 337.78º | 0.37% | 0.57% | - |
| HSV(B) | 337.78º | 0.44% | 0.73% | - |
| XYZ | 29.26 | 21.94 | 25.25 | - |
| YUV | 131.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 134 | 0 | 0.44 | 0.28 | 0.27 | 337.78 | 0.37 | 0.57 |
| Hex | B9 | 68 | 86 | 0 | 2C | 1C | 1B | 152 | 25 | 39 |
| Octal | 271 | 150 | 206 | 0 | 54 | 34 | 33 | 522 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10000110 | 0 | 101100 | 11100 | 11011 | 101010010 | 100101 | 111001 |
Color Harmonies of #B96886
Complementary color
Monochromatic Colors of #B96886
Black with #B96886
Text Example
Text Example
White with #B96886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96886; }
p { color: rgb(185,104,134); }
H1.HeaderClassName
{
color: #B96886;
}
.AnyTagClassName
{
color: #B96886;
}
</style>
background-color css
<style>
a { background-color: #B96886; }
a { background-color: rgb(185,104,134); }
div.DivClassName
{
background-color: #B96886;
}
.BgClassName
{
background-color: #B96886;
}
</style>
border-color css
<style>
span { border-color: #B96886; }
span { border-color: rgb(185,104,134); }
td.TdClassName
{
border-color: #B96886;
}
.TagClassName
{
border-color: #B96886;
}
</style>