Shades of Tapestry #B96D86
Tints of Tapestry #B96D86
RGB
CMYK
RGB Variations
Color information
#B96D86 (or 0xB96D86) is known color: Tapestry. HEX triplet: B9, 6D and 86. RGB value is (185,109,134). Sum of RGB (Red+Green+Blue) = 185+109+134=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D86 is #469279. Grayscale: #868686. Windows color (decimal): -4625018 or 8809913. OLE color: 8809913.
HSL color Cylindrical-coordinate representation of color #B96D86: hue angle of 340.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D86 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 134 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.27 |
| HSL | 340.26º | 0.35% | 0.58% | - |
| HSV(B) | 340.26º | 0.41% | 0.73% | - |
| XYZ | 29.78 | 22.97 | 25.42 | - |
| YUV | 134.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 134 | 0 | 0.41 | 0.28 | 0.27 | 340.26 | 0.35 | 0.58 |
| Hex | B9 | 6D | 86 | 0 | 29 | 1C | 1B | 154 | 23 | 3A |
| Octal | 271 | 155 | 206 | 0 | 51 | 34 | 33 | 524 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10000110 | 0 | 101001 | 11100 | 11011 | 101010100 | 100011 | 111010 |
Color Harmonies of #B96D86
Complementary color
Monochromatic Colors of #B96D86
Black with #B96D86
Text Example
Text Example
White with #B96D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D86; }
p { color: rgb(185,109,134); }
H1.HeaderClassName
{
color: #B96D86;
}
.AnyTagClassName
{
color: #B96D86;
}
</style>
background-color css
<style>
a { background-color: #B96D86; }
a { background-color: rgb(185,109,134); }
div.DivClassName
{
background-color: #B96D86;
}
.BgClassName
{
background-color: #B96D86;
}
</style>
border-color css
<style>
span { border-color: #B96D86; }
span { border-color: rgb(185,109,134); }
td.TdClassName
{
border-color: #B96D86;
}
.TagClassName
{
border-color: #B96D86;
}
</style>