Shades of Tapestry #B96889
Tints of Tapestry #B96889
RGB
CMYK
RGB Variations
Color information
#B96889 (or 0xB96889) is known color: Tapestry. HEX triplet: B9, 68 and 89. RGB value is (185,104,137). Sum of RGB (Red+Green+Blue) = 185+104+137=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B96889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96889 is #469776. Grayscale: #838383. Windows color (decimal): -4626295 or 9005241. OLE color: 9005241.
HSL color Cylindrical-coordinate representation of color #B96889: hue angle of 335.56º 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 #B96889 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 137 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.27 |
| HSL | 335.56º | 0.37% | 0.57% | - |
| HSV(B) | 335.56º | 0.44% | 0.73% | - |
| XYZ | 29.47 | 22.02 | 26.36 | - |
| YUV | 131.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 137 | 0 | 0.44 | 0.26 | 0.27 | 335.56 | 0.37 | 0.57 |
| Hex | B9 | 68 | 89 | 0 | 2C | 1A | 1B | 150 | 25 | 39 |
| Octal | 271 | 150 | 211 | 0 | 54 | 32 | 33 | 520 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10001001 | 0 | 101100 | 11010 | 11011 | 101010000 | 100101 | 111001 |
Color Harmonies of #B96889
Complementary color
Monochromatic Colors of #B96889
Black with #B96889
Text Example
Text Example
White with #B96889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96889; }
p { color: rgb(185,104,137); }
H1.HeaderClassName
{
color: #B96889;
}
.AnyTagClassName
{
color: #B96889;
}
</style>
background-color css
<style>
a { background-color: #B96889; }
a { background-color: rgb(185,104,137); }
div.DivClassName
{
background-color: #B96889;
}
.BgClassName
{
background-color: #B96889;
}
</style>
border-color css
<style>
span { border-color: #B96889; }
span { border-color: rgb(185,104,137); }
td.TdClassName
{
border-color: #B96889;
}
.TagClassName
{
border-color: #B96889;
}
</style>