Shades of Tapestry #B96785
Tints of Tapestry #B96785
RGB
CMYK
RGB Variations
Color information
#B96785 (or 0xB96785) is known color: Tapestry. HEX triplet: B9, 67 and 85. RGB value is (185,103,133). Sum of RGB (Red+Green+Blue) = 185+103+133=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96785 is #46987A. Grayscale: #828282. Windows color (decimal): -4626555 or 8742841. OLE color: 8742841.
HSL color Cylindrical-coordinate representation of color #B96785: hue angle of 338.05º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96785 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 133 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.27 |
| HSL | 338.05º | 0.37% | 0.56% | - |
| HSV(B) | 338.05º | 0.44% | 0.73% | - |
| XYZ | 29.09 | 21.71 | 24.85 | - |
| YUV | 130.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 133 | 0 | 0.44 | 0.28 | 0.27 | 338.05 | 0.37 | 0.56 |
| Hex | B9 | 67 | 85 | 0 | 2C | 1C | 1B | 152 | 25 | 38 |
| Octal | 271 | 147 | 205 | 0 | 54 | 34 | 33 | 522 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10000101 | 0 | 101100 | 11100 | 11011 | 101010010 | 100101 | 111000 |
Color Harmonies of #B96785
Complementary color
Monochromatic Colors of #B96785
Black with #B96785
Text Example
Text Example
White with #B96785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96785; }
p { color: rgb(185,103,133); }
H1.HeaderClassName
{
color: #B96785;
}
.AnyTagClassName
{
color: #B96785;
}
</style>
background-color css
<style>
a { background-color: #B96785; }
a { background-color: rgb(185,103,133); }
div.DivClassName
{
background-color: #B96785;
}
.BgClassName
{
background-color: #B96785;
}
</style>
border-color css
<style>
span { border-color: #B96785; }
span { border-color: rgb(185,103,133); }
td.TdClassName
{
border-color: #B96785;
}
.TagClassName
{
border-color: #B96785;
}
</style>