Shades of Tapestry #B37A8E
Tints of Tapestry #B37A8E
RGB
CMYK
RGB Variations
Color information
#B37A8E (or 0xB37A8E) is known color: Tapestry. HEX triplet: B3, 7A and 8E. RGB value is (179,122,142). Sum of RGB (Red+Green+Blue) = 179+122+142=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A8E is #4C8571. Grayscale: #8D8D8D. Windows color (decimal): -5014898 or 9337523. OLE color: 9337523.
HSL color Cylindrical-coordinate representation of color #B37A8E: hue angle of 338.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A8E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 142 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.30 |
| HSL | 338.95º | 0.27% | 0.59% | - |
| HSV(B) | 338.95º | 0.32% | 0.7% | - |
| XYZ | 30.43 | 25.46 | 28.9 | - |
| YUV | 141.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 142 | 0 | 0.32 | 0.21 | 0.30 | 338.95 | 0.27 | 0.59 |
| Hex | B3 | 7A | 8E | 0 | 20 | 15 | 1E | 153 | 1B | 3B |
| Octal | 263 | 172 | 216 | 0 | 40 | 25 | 36 | 523 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10001110 | 0 | 100000 | 10101 | 11110 | 101010011 | 11011 | 111011 |
Color Harmonies of #B37A8E
Complementary color
Monochromatic Colors of #B37A8E
Black with #B37A8E
Text Example
Text Example
White with #B37A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A8E; }
p { color: rgb(179,122,142); }
H1.HeaderClassName
{
color: #B37A8E;
}
.AnyTagClassName
{
color: #B37A8E;
}
</style>
background-color css
<style>
a { background-color: #B37A8E; }
a { background-color: rgb(179,122,142); }
div.DivClassName
{
background-color: #B37A8E;
}
.BgClassName
{
background-color: #B37A8E;
}
</style>
border-color css
<style>
span { border-color: #B37A8E; }
span { border-color: rgb(179,122,142); }
td.TdClassName
{
border-color: #B37A8E;
}
.TagClassName
{
border-color: #B37A8E;
}
</style>