Shades of Tapestry #B37C86
Tints of Tapestry #B37C86
RGB
CMYK
RGB Variations
Color information
#B37C86 (or 0xB37C86) is known color: Tapestry. HEX triplet: B3, 7C and 86. RGB value is (179,124,134). Sum of RGB (Red+Green+Blue) = 179+124+134=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C86 is #4C8379. Grayscale: #8D8D8D. Windows color (decimal): -5014394 or 8813747. OLE color: 8813747.
HSL color Cylindrical-coordinate representation of color #B37C86: hue angle of 349.09º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37C86 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 134 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.30 |
| HSL | 349.09º | 0.27% | 0.59% | - |
| HSV(B) | 349.09º | 0.31% | 0.7% | - |
| XYZ | 30.1 | 25.72 | 25.93 | - |
| YUV | 141.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 134 | 0 | 0.31 | 0.25 | 0.30 | 349.09 | 0.27 | 0.59 |
| Hex | B3 | 7C | 86 | 0 | 1F | 19 | 1E | 15D | 1B | 3B |
| Octal | 263 | 174 | 206 | 0 | 37 | 31 | 36 | 535 | 33 | 73 |
| Binary | 10110011 | 1111100 | 10000110 | 0 | 11111 | 11001 | 11110 | 101011101 | 11011 | 111011 |
Color Harmonies of #B37C86
Complementary color
Monochromatic Colors of #B37C86
Black with #B37C86
Text Example
Text Example
White with #B37C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C86; }
p { color: rgb(179,124,134); }
H1.HeaderClassName
{
color: #B37C86;
}
.AnyTagClassName
{
color: #B37C86;
}
</style>
background-color css
<style>
a { background-color: #B37C86; }
a { background-color: rgb(179,124,134); }
div.DivClassName
{
background-color: #B37C86;
}
.BgClassName
{
background-color: #B37C86;
}
</style>
border-color css
<style>
span { border-color: #B37C86; }
span { border-color: rgb(179,124,134); }
td.TdClassName
{
border-color: #B37C86;
}
.TagClassName
{
border-color: #B37C86;
}
</style>