Shades of Tapestry #B96B86
Tints of Tapestry #B96B86
RGB
CMYK
RGB Variations
Color information
#B96B86 (or 0xB96B86) is known color: Tapestry. HEX triplet: B9, 6B and 86. RGB value is (185,107,134). Sum of RGB (Red+Green+Blue) = 185+107+134=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B86 is #469479. Grayscale: #858585. Windows color (decimal): -4625530 or 8809401. OLE color: 8809401.
HSL color Cylindrical-coordinate representation of color #B96B86: hue angle of 339.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B86 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 134 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.27 |
| HSL | 339.23º | 0.36% | 0.57% | - |
| HSV(B) | 339.23º | 0.42% | 0.73% | - |
| XYZ | 29.57 | 22.55 | 25.35 | - |
| YUV | 133.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 134 | 0 | 0.42 | 0.28 | 0.27 | 339.23 | 0.36 | 0.57 |
| Hex | B9 | 6B | 86 | 0 | 2A | 1C | 1B | 153 | 24 | 39 |
| Octal | 271 | 153 | 206 | 0 | 52 | 34 | 33 | 523 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10000110 | 0 | 101010 | 11100 | 11011 | 101010011 | 100100 | 111001 |
Color Harmonies of #B96B86
Complementary color
Monochromatic Colors of #B96B86
Black with #B96B86
Text Example
Text Example
White with #B96B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B86; }
p { color: rgb(185,107,134); }
H1.HeaderClassName
{
color: #B96B86;
}
.AnyTagClassName
{
color: #B96B86;
}
</style>
background-color css
<style>
a { background-color: #B96B86; }
a { background-color: rgb(185,107,134); }
div.DivClassName
{
background-color: #B96B86;
}
.BgClassName
{
background-color: #B96B86;
}
</style>
border-color css
<style>
span { border-color: #B96B86; }
span { border-color: rgb(185,107,134); }
td.TdClassName
{
border-color: #B96B86;
}
.TagClassName
{
border-color: #B96B86;
}
</style>