Shades of Tapestry #B97386
Tints of Tapestry #B97386
RGB
CMYK
RGB Variations
Color information
#B97386 (or 0xB97386) is known color: Tapestry. HEX triplet: B9, 73 and 86. RGB value is (185,115,134). Sum of RGB (Red+Green+Blue) = 185+115+134=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97386 is #468C79. Grayscale: #8A8A8A. Windows color (decimal): -4623482 or 8811449. OLE color: 8811449.
HSL color Cylindrical-coordinate representation of color #B97386: hue angle of 343.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97386 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 134 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.27 |
| HSL | 343.71º | 0.33% | 0.59% | - |
| HSV(B) | 343.71º | 0.38% | 0.73% | - |
| XYZ | 30.44 | 24.3 | 25.64 | - |
| YUV | 138.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 134 | 0 | 0.38 | 0.28 | 0.27 | 343.71 | 0.33 | 0.59 |
| Hex | B9 | 73 | 86 | 0 | 26 | 1C | 1B | 158 | 21 | 3B |
| Octal | 271 | 163 | 206 | 0 | 46 | 34 | 33 | 530 | 41 | 73 |
| Binary | 10111001 | 1110011 | 10000110 | 0 | 100110 | 11100 | 11011 | 101011000 | 100001 | 111011 |
Color Harmonies of #B97386
Complementary color
Monochromatic Colors of #B97386
Black with #B97386
Text Example
Text Example
White with #B97386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97386; }
p { color: rgb(185,115,134); }
H1.HeaderClassName
{
color: #B97386;
}
.AnyTagClassName
{
color: #B97386;
}
</style>
background-color css
<style>
a { background-color: #B97386; }
a { background-color: rgb(185,115,134); }
div.DivClassName
{
background-color: #B97386;
}
.BgClassName
{
background-color: #B97386;
}
</style>
border-color css
<style>
span { border-color: #B97386; }
span { border-color: rgb(185,115,134); }
td.TdClassName
{
border-color: #B97386;
}
.TagClassName
{
border-color: #B97386;
}
</style>