Shades of Tapestry #B37E8E
Tints of Tapestry #B37E8E
RGB
CMYK
RGB Variations
Color information
#B37E8E (or 0xB37E8E) is known color: Tapestry. HEX triplet: B3, 7E and 8E. RGB value is (179,126,142). Sum of RGB (Red+Green+Blue) = 179+126+142=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E8E is #4C8171. Grayscale: #8F8F8F. Windows color (decimal): -5013874 or 9338547. OLE color: 9338547.
HSL color Cylindrical-coordinate representation of color #B37E8E: hue angle of 341.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37E8E is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 142 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.30 |
| HSL | 341.89º | 0.26% | 0.6% | - |
| HSV(B) | 341.89º | 0.3% | 0.7% | - |
| XYZ | 30.93 | 26.46 | 29.07 | - |
| YUV | 143.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 142 | 0 | 0.30 | 0.21 | 0.30 | 341.89 | 0.26 | 0.6 |
| Hex | B3 | 7E | 8E | 0 | 1E | 15 | 1E | 156 | 1A | 3C |
| Octal | 263 | 176 | 216 | 0 | 36 | 25 | 36 | 526 | 32 | 74 |
| Binary | 10110011 | 1111110 | 10001110 | 0 | 11110 | 10101 | 11110 | 101010110 | 11010 | 111100 |
Color Harmonies of #B37E8E
Complementary color
Monochromatic Colors of #B37E8E
Black with #B37E8E
Text Example
Text Example
White with #B37E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E8E; }
p { color: rgb(179,126,142); }
H1.HeaderClassName
{
color: #B37E8E;
}
.AnyTagClassName
{
color: #B37E8E;
}
</style>
background-color css
<style>
a { background-color: #B37E8E; }
a { background-color: rgb(179,126,142); }
div.DivClassName
{
background-color: #B37E8E;
}
.BgClassName
{
background-color: #B37E8E;
}
</style>
border-color css
<style>
span { border-color: #B37E8E; }
span { border-color: rgb(179,126,142); }
td.TdClassName
{
border-color: #B37E8E;
}
.TagClassName
{
border-color: #B37E8E;
}
</style>