Shades of Tapestry #B97986
Tints of Tapestry #B97986
RGB
CMYK
RGB Variations
Color information
#B97986 (or 0xB97986) is known color: Tapestry. HEX triplet: B9, 79 and 86. RGB value is (185,121,134). Sum of RGB (Red+Green+Blue) = 185+121+134=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97986 is #468679. Grayscale: #8D8D8D. Windows color (decimal): -4621946 or 8812985. OLE color: 8812985.
HSL color Cylindrical-coordinate representation of color #B97986: hue angle of 347.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97986 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 134 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.27 |
| HSL | 347.81º | 0.31% | 0.6% | - |
| HSV(B) | 347.81º | 0.35% | 0.73% | - |
| XYZ | 31.15 | 25.71 | 25.88 | - |
| YUV | 141.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 134 | 0 | 0.35 | 0.28 | 0.27 | 347.81 | 0.31 | 0.6 |
| Hex | B9 | 79 | 86 | 0 | 23 | 1C | 1B | 15C | 1F | 3C |
| Octal | 271 | 171 | 206 | 0 | 43 | 34 | 33 | 534 | 37 | 74 |
| Binary | 10111001 | 1111001 | 10000110 | 0 | 100011 | 11100 | 11011 | 101011100 | 11111 | 111100 |
Color Harmonies of #B97986
Complementary color
Monochromatic Colors of #B97986
Black with #B97986
Text Example
Text Example
White with #B97986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97986; }
p { color: rgb(185,121,134); }
H1.HeaderClassName
{
color: #B97986;
}
.AnyTagClassName
{
color: #B97986;
}
</style>
background-color css
<style>
a { background-color: #B97986; }
a { background-color: rgb(185,121,134); }
div.DivClassName
{
background-color: #B97986;
}
.BgClassName
{
background-color: #B97986;
}
</style>
border-color css
<style>
span { border-color: #B97986; }
span { border-color: rgb(185,121,134); }
td.TdClassName
{
border-color: #B97986;
}
.TagClassName
{
border-color: #B97986;
}
</style>