Shades of Tapestry #B96B85
Tints of Tapestry #B96B85
RGB
CMYK
RGB Variations
Color information
#B96B85 (or 0xB96B85) is known color: Tapestry. HEX triplet: B9, 6B and 85. RGB value is (185,107,133). Sum of RGB (Red+Green+Blue) = 185+107+133=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B85 is #46947A. Grayscale: #858585. Windows color (decimal): -4625531 or 8743865. OLE color: 8743865.
HSL color Cylindrical-coordinate representation of color #B96B85: hue angle of 340º 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 #B96B85 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 133 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.27 |
| HSL | 340º | 0.36% | 0.57% | - |
| HSV(B) | 340º | 0.42% | 0.73% | - |
| XYZ | 29.5 | 22.52 | 24.98 | - |
| YUV | 133.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 133 | 0 | 0.42 | 0.28 | 0.27 | 340 | 0.36 | 0.57 |
| Hex | B9 | 6B | 85 | 0 | 2A | 1C | 1B | 154 | 24 | 39 |
| Octal | 271 | 153 | 205 | 0 | 52 | 34 | 33 | 524 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10000101 | 0 | 101010 | 11100 | 11011 | 101010100 | 100100 | 111001 |
Color Harmonies of #B96B85
Complementary color
Monochromatic Colors of #B96B85
Black with #B96B85
Text Example
Text Example
White with #B96B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B85; }
p { color: rgb(185,107,133); }
H1.HeaderClassName
{
color: #B96B85;
}
.AnyTagClassName
{
color: #B96B85;
}
</style>
background-color css
<style>
a { background-color: #B96B85; }
a { background-color: rgb(185,107,133); }
div.DivClassName
{
background-color: #B96B85;
}
.BgClassName
{
background-color: #B96B85;
}
</style>
border-color css
<style>
span { border-color: #B96B85; }
span { border-color: rgb(185,107,133); }
td.TdClassName
{
border-color: #B96B85;
}
.TagClassName
{
border-color: #B96B85;
}
</style>