Shades of Tapestry #B9797E
Tints of Tapestry #B9797E
RGB
CMYK
RGB Variations
Color information
#B9797E (or 0xB9797E) is known color: Tapestry. HEX triplet: B9, 79 and 7E. RGB value is (185,121,126). Sum of RGB (Red+Green+Blue) = 185+121+126=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9797E is #468681. Grayscale: #8C8C8C. Windows color (decimal): -4621954 or 8288697. OLE color: 8288697.
HSL color Cylindrical-coordinate representation of color #B9797E: hue angle of 355.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9797E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 126 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.27 |
| HSL | 355.31º | 0.31% | 0.6% | - |
| HSV(B) | 355.31º | 0.35% | 0.73% | - |
| XYZ | 30.61 | 25.5 | 23.05 | - |
| YUV | 140.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 126 | 0 | 0.35 | 0.32 | 0.27 | 355.31 | 0.31 | 0.6 |
| Hex | B9 | 79 | 7E | 0 | 23 | 20 | 1B | 163 | 1F | 3C |
| Octal | 271 | 171 | 176 | 0 | 43 | 40 | 33 | 543 | 37 | 74 |
| Binary | 10111001 | 1111001 | 1111110 | 0 | 100011 | 100000 | 11011 | 101100011 | 11111 | 111100 |
Color Harmonies of #B9797E
Complementary color
Monochromatic Colors of #B9797E
Black with #B9797E
Text Example
Text Example
White with #B9797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9797E; }
p { color: rgb(185,121,126); }
H1.HeaderClassName
{
color: #B9797E;
}
.AnyTagClassName
{
color: #B9797E;
}
</style>
background-color css
<style>
a { background-color: #B9797E; }
a { background-color: rgb(185,121,126); }
div.DivClassName
{
background-color: #B9797E;
}
.BgClassName
{
background-color: #B9797E;
}
</style>
border-color css
<style>
span { border-color: #B9797E; }
span { border-color: rgb(185,121,126); }
td.TdClassName
{
border-color: #B9797E;
}
.TagClassName
{
border-color: #B9797E;
}
</style>