Shades of Tapestry #B96A83
Tints of Tapestry #B96A83
RGB
CMYK
RGB Variations
Color information
#B96A83 (or 0xB96A83) is known color: Tapestry. HEX triplet: B9, 6A and 83. RGB value is (185,106,131). Sum of RGB (Red+Green+Blue) = 185+106+131=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A83 is #46957C. Grayscale: #848484. Windows color (decimal): -4625789 or 8612537. OLE color: 8612537.
HSL color Cylindrical-coordinate representation of color #B96A83: hue angle of 341.01º 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 #B96A83 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 131 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.27 |
| HSL | 341.01º | 0.36% | 0.57% | - |
| HSV(B) | 341.01º | 0.43% | 0.73% | - |
| XYZ | 29.26 | 22.26 | 24.23 | - |
| YUV | 132.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 131 | 0 | 0.43 | 0.29 | 0.27 | 341.01 | 0.36 | 0.57 |
| Hex | B9 | 6A | 83 | 0 | 2B | 1D | 1B | 155 | 24 | 39 |
| Octal | 271 | 152 | 203 | 0 | 53 | 35 | 33 | 525 | 44 | 71 |
| Binary | 10111001 | 1101010 | 10000011 | 0 | 101011 | 11101 | 11011 | 101010101 | 100100 | 111001 |
Color Harmonies of #B96A83
Complementary color
Monochromatic Colors of #B96A83
Black with #B96A83
Text Example
Text Example
White with #B96A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A83; }
p { color: rgb(185,106,131); }
H1.HeaderClassName
{
color: #B96A83;
}
.AnyTagClassName
{
color: #B96A83;
}
</style>
background-color css
<style>
a { background-color: #B96A83; }
a { background-color: rgb(185,106,131); }
div.DivClassName
{
background-color: #B96A83;
}
.BgClassName
{
background-color: #B96A83;
}
</style>
border-color css
<style>
span { border-color: #B96A83; }
span { border-color: rgb(185,106,131); }
td.TdClassName
{
border-color: #B96A83;
}
.TagClassName
{
border-color: #B96A83;
}
</style>