Shades of Tapestry #B97C7F
Tints of Tapestry #B97C7F
RGB
CMYK
RGB Variations
Color information
#B97C7F (or 0xB97C7F) is known color: Tapestry. HEX triplet: B9, 7C and 7F. RGB value is (185,124,127). Sum of RGB (Red+Green+Blue) = 185+124+127=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C7F is #468380. Grayscale: #8E8E8E. Windows color (decimal): -4621185 or 8355001. OLE color: 8355001.
HSL color Cylindrical-coordinate representation of color #B97C7F: hue angle of 357.05º 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 #B97C7F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 127 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.27 |
| HSL | 357.05º | 0.3% | 0.61% | - |
| HSV(B) | 357.05º | 0.33% | 0.73% | - |
| XYZ | 31.05 | 26.26 | 23.51 | - |
| YUV | 142.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 127 | 0 | 0.33 | 0.31 | 0.27 | 357.05 | 0.3 | 0.61 |
| Hex | B9 | 7C | 7F | 0 | 21 | 1F | 1B | 165 | 1E | 3D |
| Octal | 271 | 174 | 177 | 0 | 41 | 37 | 33 | 545 | 36 | 75 |
| Binary | 10111001 | 1111100 | 1111111 | 0 | 100001 | 11111 | 11011 | 101100101 | 11110 | 111101 |
Color Harmonies of #B97C7F
Complementary color
Monochromatic Colors of #B97C7F
Black with #B97C7F
Text Example
Text Example
White with #B97C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C7F; }
p { color: rgb(185,124,127); }
H1.HeaderClassName
{
color: #B97C7F;
}
.AnyTagClassName
{
color: #B97C7F;
}
</style>
background-color css
<style>
a { background-color: #B97C7F; }
a { background-color: rgb(185,124,127); }
div.DivClassName
{
background-color: #B97C7F;
}
.BgClassName
{
background-color: #B97C7F;
}
</style>
border-color css
<style>
span { border-color: #B97C7F; }
span { border-color: rgb(185,124,127); }
td.TdClassName
{
border-color: #B97C7F;
}
.TagClassName
{
border-color: #B97C7F;
}
</style>