Shades of Tapestry #B97C8F
Tints of Tapestry #B97C8F
RGB
CMYK
RGB Variations
Color information
#B97C8F (or 0xB97C8F) is known color: Tapestry. HEX triplet: B9, 7C and 8F. RGB value is (185,124,143). Sum of RGB (Red+Green+Blue) = 185+124+143=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C8F is #468370. Grayscale: #909090. Windows color (decimal): -4621169 or 9403577. OLE color: 9403577.
HSL color Cylindrical-coordinate representation of color #B97C8F: hue angle of 341.31º 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 #B97C8F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 143 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.27 |
| HSL | 341.31º | 0.3% | 0.61% | - |
| HSV(B) | 341.31º | 0.33% | 0.73% | - |
| XYZ | 32.17 | 26.71 | 29.45 | - |
| YUV | 144.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 143 | 0 | 0.33 | 0.23 | 0.27 | 341.31 | 0.3 | 0.61 |
| Hex | B9 | 7C | 8F | 0 | 21 | 17 | 1B | 155 | 1E | 3D |
| Octal | 271 | 174 | 217 | 0 | 41 | 27 | 33 | 525 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10001111 | 0 | 100001 | 10111 | 11011 | 101010101 | 11110 | 111101 |
Color Harmonies of #B97C8F
Complementary color
Monochromatic Colors of #B97C8F
Black with #B97C8F
Text Example
Text Example
White with #B97C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C8F; }
p { color: rgb(185,124,143); }
H1.HeaderClassName
{
color: #B97C8F;
}
.AnyTagClassName
{
color: #B97C8F;
}
</style>
background-color css
<style>
a { background-color: #B97C8F; }
a { background-color: rgb(185,124,143); }
div.DivClassName
{
background-color: #B97C8F;
}
.BgClassName
{
background-color: #B97C8F;
}
</style>
border-color css
<style>
span { border-color: #B97C8F; }
span { border-color: rgb(185,124,143); }
td.TdClassName
{
border-color: #B97C8F;
}
.TagClassName
{
border-color: #B97C8F;
}
</style>