Shades of Tapestry #B96C86
Tints of Tapestry #B96C86
RGB
CMYK
RGB Variations
Color information
#B96C86 (or 0xB96C86) is known color: Tapestry. HEX triplet: B9, 6C and 86. RGB value is (185,108,134). Sum of RGB (Red+Green+Blue) = 185+108+134=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96C86 is #469379. Grayscale: #858585. Windows color (decimal): -4625274 or 8809657. OLE color: 8809657.
HSL color Cylindrical-coordinate representation of color #B96C86: hue angle of 339.74º degrees, saturation: 0.35, 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 #B96C86 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 134 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.27 |
| HSL | 339.74º | 0.35% | 0.57% | - |
| HSV(B) | 339.74º | 0.42% | 0.73% | - |
| XYZ | 29.67 | 22.76 | 25.38 | - |
| YUV | 133.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 134 | 0 | 0.42 | 0.28 | 0.27 | 339.74 | 0.35 | 0.57 |
| Hex | B9 | 6C | 86 | 0 | 2A | 1C | 1B | 154 | 23 | 39 |
| Octal | 271 | 154 | 206 | 0 | 52 | 34 | 33 | 524 | 43 | 71 |
| Binary | 10111001 | 1101100 | 10000110 | 0 | 101010 | 11100 | 11011 | 101010100 | 100011 | 111001 |
Color Harmonies of #B96C86
Complementary color
Monochromatic Colors of #B96C86
Black with #B96C86
Text Example
Text Example
White with #B96C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C86; }
p { color: rgb(185,108,134); }
H1.HeaderClassName
{
color: #B96C86;
}
.AnyTagClassName
{
color: #B96C86;
}
</style>
background-color css
<style>
a { background-color: #B96C86; }
a { background-color: rgb(185,108,134); }
div.DivClassName
{
background-color: #B96C86;
}
.BgClassName
{
background-color: #B96C86;
}
</style>
border-color css
<style>
span { border-color: #B96C86; }
span { border-color: rgb(185,108,134); }
td.TdClassName
{
border-color: #B96C86;
}
.TagClassName
{
border-color: #B96C86;
}
</style>