Shades of Tapestry #B97F8E
Tints of Tapestry #B97F8E
RGB
CMYK
RGB Variations
Color information
#B97F8E (or 0xB97F8E) is known color: Tapestry. HEX triplet: B9, 7F and 8E. RGB value is (185,127,142). Sum of RGB (Red+Green+Blue) = 185+127+142=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8E is #468071. Grayscale: #929292. Windows color (decimal): -4620402 or 9338809. OLE color: 9338809.
HSL color Cylindrical-coordinate representation of color #B97F8E: hue angle of 344.48º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B97F8E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 127 | 142 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.27 |
| HSL | 344.48º | 0.29% | 0.61% | - |
| HSV(B) | 344.48º | 0.31% | 0.73% | - |
| XYZ | 32.48 | 27.45 | 29.18 | - |
| YUV | 146.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 127 | 142 | 0 | 0.31 | 0.23 | 0.27 | 344.48 | 0.29 | 0.61 |
| Hex | B9 | 7F | 8E | 0 | 1F | 17 | 1B | 158 | 1D | 3D |
| Octal | 271 | 177 | 216 | 0 | 37 | 27 | 33 | 530 | 35 | 75 |
| Binary | 10111001 | 1111111 | 10001110 | 0 | 11111 | 10111 | 11011 | 101011000 | 11101 | 111101 |
Color Harmonies of #B97F8E
Complementary color
Monochromatic Colors of #B97F8E
Black with #B97F8E
Text Example
Text Example
White with #B97F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97F8E; }
p { color: rgb(185,127,142); }
H1.HeaderClassName
{
color: #B97F8E;
}
.AnyTagClassName
{
color: #B97F8E;
}
</style>
background-color css
<style>
a { background-color: #B97F8E; }
a { background-color: rgb(185,127,142); }
div.DivClassName
{
background-color: #B97F8E;
}
.BgClassName
{
background-color: #B97F8E;
}
</style>
border-color css
<style>
span { border-color: #B97F8E; }
span { border-color: rgb(185,127,142); }
td.TdClassName
{
border-color: #B97F8E;
}
.TagClassName
{
border-color: #B97F8E;
}
</style>