Shades of Tapestry #B96980
Tints of Tapestry #B96980
RGB
CMYK
RGB Variations
Color information
#B96980 (or 0xB96980) is known color: Tapestry. HEX triplet: B9, 69 and 80. RGB value is (185,105,128). Sum of RGB (Red+Green+Blue) = 185+105+128=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96980 is #46967F. Grayscale: #838383. Windows color (decimal): -4626048 or 8415673. OLE color: 8415673.
HSL color Cylindrical-coordinate representation of color #B96980: hue angle of 342.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96980 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 128 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.27 |
| HSL | 342.75º | 0.36% | 0.57% | - |
| HSV(B) | 342.75º | 0.43% | 0.73% | - |
| XYZ | 28.96 | 21.98 | 23.14 | - |
| YUV | 131.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 128 | 0 | 0.43 | 0.31 | 0.27 | 342.75 | 0.36 | 0.57 |
| Hex | B9 | 69 | 80 | 0 | 2B | 1F | 1B | 157 | 24 | 39 |
| Octal | 271 | 151 | 200 | 0 | 53 | 37 | 33 | 527 | 44 | 71 |
| Binary | 10111001 | 1101001 | 10000000 | 0 | 101011 | 11111 | 11011 | 101010111 | 100100 | 111001 |
Color Harmonies of #B96980
Complementary color
Monochromatic Colors of #B96980
Black with #B96980
Text Example
Text Example
White with #B96980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96980; }
p { color: rgb(185,105,128); }
H1.HeaderClassName
{
color: #B96980;
}
.AnyTagClassName
{
color: #B96980;
}
</style>
background-color css
<style>
a { background-color: #B96980; }
a { background-color: rgb(185,105,128); }
div.DivClassName
{
background-color: #B96980;
}
.BgClassName
{
background-color: #B96980;
}
</style>
border-color css
<style>
span { border-color: #B96980; }
span { border-color: rgb(185,105,128); }
td.TdClassName
{
border-color: #B96980;
}
.TagClassName
{
border-color: #B96980;
}
</style>