Shades of Tapestry #B97C87
Tints of Tapestry #B97C87
RGB
CMYK
RGB Variations
Color information
#B97C87 (or 0xB97C87) is known color: Tapestry. HEX triplet: B9, 7C and 87. RGB value is (185,124,135). Sum of RGB (Red+Green+Blue) = 185+124+135=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C87 is #468378. Grayscale: #8F8F8F. Windows color (decimal): -4621177 or 8879289. OLE color: 8879289.
HSL color Cylindrical-coordinate representation of color #B97C87: hue angle of 349.18º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97C87 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 135 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.27 |
| HSL | 349.18º | 0.3% | 0.61% | - |
| HSV(B) | 349.18º | 0.33% | 0.73% | - |
| XYZ | 31.59 | 26.48 | 26.37 | - |
| YUV | 143.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 135 | 0 | 0.33 | 0.27 | 0.27 | 349.18 | 0.3 | 0.61 |
| Hex | B9 | 7C | 87 | 0 | 21 | 1B | 1B | 15D | 1E | 3D |
| Octal | 271 | 174 | 207 | 0 | 41 | 33 | 33 | 535 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10000111 | 0 | 100001 | 11011 | 11011 | 101011101 | 11110 | 111101 |
Color Harmonies of #B97C87
Complementary color
Monochromatic Colors of #B97C87
Black with #B97C87
Text Example
Text Example
White with #B97C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C87; }
p { color: rgb(185,124,135); }
H1.HeaderClassName
{
color: #B97C87;
}
.AnyTagClassName
{
color: #B97C87;
}
</style>
background-color css
<style>
a { background-color: #B97C87; }
a { background-color: rgb(185,124,135); }
div.DivClassName
{
background-color: #B97C87;
}
.BgClassName
{
background-color: #B97C87;
}
</style>
border-color css
<style>
span { border-color: #B97C87; }
span { border-color: rgb(185,124,135); }
td.TdClassName
{
border-color: #B97C87;
}
.TagClassName
{
border-color: #B97C87;
}
</style>