Shades of Tapestry #B8797E
Tints of Tapestry #B8797E
RGB
CMYK
RGB Variations
Color information
#B8797E (or 0xB8797E) is known color: Tapestry. HEX triplet: B8, 79 and 7E. RGB value is (184,121,126). Sum of RGB (Red+Green+Blue) = 184+121+126=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8797E is #478681. Grayscale: #8C8C8C. Windows color (decimal): -4687490 or 8288696. OLE color: 8288696.
HSL color Cylindrical-coordinate representation of color #B8797E: hue angle of 355.24º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8797E is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 126 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.28 |
| HSL | 355.24º | 0.31% | 0.6% | - |
| HSV(B) | 355.24º | 0.34% | 0.72% | - |
| XYZ | 30.37 | 25.37 | 23.04 | - |
| YUV | 140.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 126 | 0 | 0.34 | 0.32 | 0.28 | 355.24 | 0.31 | 0.6 |
| Hex | B8 | 79 | 7E | 0 | 22 | 20 | 1C | 163 | 1F | 3C |
| Octal | 270 | 171 | 176 | 0 | 42 | 40 | 34 | 543 | 37 | 74 |
| Binary | 10111000 | 1111001 | 1111110 | 0 | 100010 | 100000 | 11100 | 101100011 | 11111 | 111100 |
Color Harmonies of #B8797E
Complementary color
Monochromatic Colors of #B8797E
Black with #B8797E
Text Example
Text Example
White with #B8797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8797E; }
p { color: rgb(184,121,126); }
H1.HeaderClassName
{
color: #B8797E;
}
.AnyTagClassName
{
color: #B8797E;
}
</style>
background-color css
<style>
a { background-color: #B8797E; }
a { background-color: rgb(184,121,126); }
div.DivClassName
{
background-color: #B8797E;
}
.BgClassName
{
background-color: #B8797E;
}
</style>
border-color css
<style>
span { border-color: #B8797E; }
span { border-color: rgb(184,121,126); }
td.TdClassName
{
border-color: #B8797E;
}
.TagClassName
{
border-color: #B8797E;
}
</style>