Shades of Tapestry #B97D89
Tints of Tapestry #B97D89
RGB
CMYK
RGB Variations
Color information
#B97D89 (or 0xB97D89) is known color: Tapestry. HEX triplet: B9, 7D and 89. RGB value is (185,125,137). Sum of RGB (Red+Green+Blue) = 185+125+137=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D89 is #468276. Grayscale: #909090. Windows color (decimal): -4620919 or 9010617. OLE color: 9010617.
HSL color Cylindrical-coordinate representation of color #B97D89: hue angle of 348º 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 #B97D89 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 137 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.27 |
| HSL | 348º | 0.3% | 0.61% | - |
| HSV(B) | 348º | 0.32% | 0.73% | - |
| XYZ | 31.86 | 26.79 | 27.16 | - |
| YUV | 144.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 137 | 0 | 0.32 | 0.26 | 0.27 | 348 | 0.3 | 0.61 |
| Hex | B9 | 7D | 89 | 0 | 20 | 1A | 1B | 15C | 1E | 3D |
| Octal | 271 | 175 | 211 | 0 | 40 | 32 | 33 | 534 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10001001 | 0 | 100000 | 11010 | 11011 | 101011100 | 11110 | 111101 |
Color Harmonies of #B97D89
Complementary color
Monochromatic Colors of #B97D89
Black with #B97D89
Text Example
Text Example
White with #B97D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D89; }
p { color: rgb(185,125,137); }
H1.HeaderClassName
{
color: #B97D89;
}
.AnyTagClassName
{
color: #B97D89;
}
</style>
background-color css
<style>
a { background-color: #B97D89; }
a { background-color: rgb(185,125,137); }
div.DivClassName
{
background-color: #B97D89;
}
.BgClassName
{
background-color: #B97D89;
}
</style>
border-color css
<style>
span { border-color: #B97D89; }
span { border-color: rgb(185,125,137); }
td.TdClassName
{
border-color: #B97D89;
}
.TagClassName
{
border-color: #B97D89;
}
</style>