Shades of Tapestry #B97885
Tints of Tapestry #B97885
RGB
CMYK
RGB Variations
Color information
#B97885 (or 0xB97885) is known color: Tapestry. HEX triplet: B9, 78 and 85. RGB value is (185,120,133). Sum of RGB (Red+Green+Blue) = 185+120+133=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B97885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97885 is #46877A. Grayscale: #8C8C8C. Windows color (decimal): -4622203 or 8747193. OLE color: 8747193.
HSL color Cylindrical-coordinate representation of color #B97885: hue angle of 348º degrees, saturation: 0.32, 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 #B97885 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 133 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.27 |
| HSL | 348º | 0.32% | 0.6% | - |
| HSV(B) | 348º | 0.35% | 0.73% | - |
| XYZ | 30.96 | 25.44 | 25.47 | - |
| YUV | 140.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 133 | 0 | 0.35 | 0.28 | 0.27 | 348 | 0.32 | 0.6 |
| Hex | B9 | 78 | 85 | 0 | 23 | 1C | 1B | 15C | 20 | 3C |
| Octal | 271 | 170 | 205 | 0 | 43 | 34 | 33 | 534 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10000101 | 0 | 100011 | 11100 | 11011 | 101011100 | 100000 | 111100 |
Color Harmonies of #B97885
Complementary color
Monochromatic Colors of #B97885
Black with #B97885
Text Example
Text Example
White with #B97885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97885; }
p { color: rgb(185,120,133); }
H1.HeaderClassName
{
color: #B97885;
}
.AnyTagClassName
{
color: #B97885;
}
</style>
background-color css
<style>
a { background-color: #B97885; }
a { background-color: rgb(185,120,133); }
div.DivClassName
{
background-color: #B97885;
}
.BgClassName
{
background-color: #B97885;
}
</style>
border-color css
<style>
span { border-color: #B97885; }
span { border-color: rgb(185,120,133); }
td.TdClassName
{
border-color: #B97885;
}
.TagClassName
{
border-color: #B97885;
}
</style>