Shades of Tapestry #B97D85
Tints of Tapestry #B97D85
RGB
CMYK
RGB Variations
Color information
#B97D85 (or 0xB97D85) is known color: Tapestry. HEX triplet: B9, 7D and 85. RGB value is (185,125,133). Sum of RGB (Red+Green+Blue) = 185+125+133=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D85 is #46827A. Grayscale: #8F8F8F. Windows color (decimal): -4620923 or 8748473. OLE color: 8748473.
HSL color Cylindrical-coordinate representation of color #B97D85: hue angle of 352º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97D85 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 133 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.27 |
| HSL | 352º | 0.3% | 0.61% | - |
| HSV(B) | 352º | 0.32% | 0.73% | - |
| XYZ | 31.57 | 26.67 | 25.67 | - |
| YUV | 143.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 133 | 0 | 0.32 | 0.28 | 0.27 | 352 | 0.3 | 0.61 |
| Hex | B9 | 7D | 85 | 0 | 20 | 1C | 1B | 160 | 1E | 3D |
| Octal | 271 | 175 | 205 | 0 | 40 | 34 | 33 | 540 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10000101 | 0 | 100000 | 11100 | 11011 | 101100000 | 11110 | 111101 |
Color Harmonies of #B97D85
Complementary color
Monochromatic Colors of #B97D85
Black with #B97D85
Text Example
Text Example
White with #B97D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D85; }
p { color: rgb(185,125,133); }
H1.HeaderClassName
{
color: #B97D85;
}
.AnyTagClassName
{
color: #B97D85;
}
</style>
background-color css
<style>
a { background-color: #B97D85; }
a { background-color: rgb(185,125,133); }
div.DivClassName
{
background-color: #B97D85;
}
.BgClassName
{
background-color: #B97D85;
}
</style>
border-color css
<style>
span { border-color: #B97D85; }
span { border-color: rgb(185,125,133); }
td.TdClassName
{
border-color: #B97D85;
}
.TagClassName
{
border-color: #B97D85;
}
</style>