Shades of Tapestry #B96A77
Tints of Tapestry #B96A77
RGB
CMYK
RGB Variations
Color information
#B96A77 (or 0xB96A77) is known color: Tapestry. HEX triplet: B9, 6A and 77. RGB value is (185,106,119). Sum of RGB (Red+Green+Blue) = 185+106+119=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A77 is #469588. Grayscale: #838383. Windows color (decimal): -4625801 or 7826105. OLE color: 7826105.
HSL color Cylindrical-coordinate representation of color #B96A77: hue angle of 350.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96A77 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 119 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.27 |
| HSL | 350.13º | 0.36% | 0.57% | - |
| HSV(B) | 350.13º | 0.43% | 0.73% | - |
| XYZ | 28.49 | 21.95 | 20.19 | - |
| YUV | 131.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 119 | 0 | 0.43 | 0.36 | 0.27 | 350.13 | 0.36 | 0.57 |
| Hex | B9 | 6A | 77 | 0 | 2B | 24 | 1B | 15E | 24 | 39 |
| Octal | 271 | 152 | 167 | 0 | 53 | 44 | 33 | 536 | 44 | 71 |
| Binary | 10111001 | 1101010 | 1110111 | 0 | 101011 | 100100 | 11011 | 101011110 | 100100 | 111001 |
Color Harmonies of #B96A77
Complementary color
Monochromatic Colors of #B96A77
Black with #B96A77
Text Example
Text Example
White with #B96A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A77; }
p { color: rgb(185,106,119); }
H1.HeaderClassName
{
color: #B96A77;
}
.AnyTagClassName
{
color: #B96A77;
}
</style>
background-color css
<style>
a { background-color: #B96A77; }
a { background-color: rgb(185,106,119); }
div.DivClassName
{
background-color: #B96A77;
}
.BgClassName
{
background-color: #B96A77;
}
</style>
border-color css
<style>
span { border-color: #B96A77; }
span { border-color: rgb(185,106,119); }
td.TdClassName
{
border-color: #B96A77;
}
.TagClassName
{
border-color: #B96A77;
}
</style>