Shades of Tapestry #B97C7E
Tints of Tapestry #B97C7E
RGB
CMYK
RGB Variations
Color information
#B97C7E (or 0xB97C7E) is known color: Tapestry. HEX triplet: B9, 7C and 7E. RGB value is (185,124,126). Sum of RGB (Red+Green+Blue) = 185+124+126=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C7E is #468381. Grayscale: #8E8E8E. Windows color (decimal): -4621186 or 8289465. OLE color: 8289465.
HSL color Cylindrical-coordinate representation of color #B97C7E: hue angle of 358.03º 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 #B97C7E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 126 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.27 |
| HSL | 358.03º | 0.3% | 0.61% | - |
| HSV(B) | 358.03º | 0.33% | 0.73% | - |
| XYZ | 30.98 | 26.24 | 23.17 | - |
| YUV | 142.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 126 | 0 | 0.33 | 0.32 | 0.27 | 358.03 | 0.3 | 0.61 |
| Hex | B9 | 7C | 7E | 0 | 21 | 20 | 1B | 166 | 1E | 3D |
| Octal | 271 | 174 | 176 | 0 | 41 | 40 | 33 | 546 | 36 | 75 |
| Binary | 10111001 | 1111100 | 1111110 | 0 | 100001 | 100000 | 11011 | 101100110 | 11110 | 111101 |
Color Harmonies of #B97C7E
Complementary color
Monochromatic Colors of #B97C7E
Black with #B97C7E
Text Example
Text Example
White with #B97C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C7E; }
p { color: rgb(185,124,126); }
H1.HeaderClassName
{
color: #B97C7E;
}
.AnyTagClassName
{
color: #B97C7E;
}
</style>
background-color css
<style>
a { background-color: #B97C7E; }
a { background-color: rgb(185,124,126); }
div.DivClassName
{
background-color: #B97C7E;
}
.BgClassName
{
background-color: #B97C7E;
}
</style>
border-color css
<style>
span { border-color: #B97C7E; }
span { border-color: rgb(185,124,126); }
td.TdClassName
{
border-color: #B97C7E;
}
.TagClassName
{
border-color: #B97C7E;
}
</style>