Shades of Tapestry #B37D8B
Tints of Tapestry #B37D8B
RGB
CMYK
RGB Variations
Color information
#B37D8B (or 0xB37D8B) is known color: Tapestry. HEX triplet: B3, 7D and 8B. RGB value is (179,125,139). Sum of RGB (Red+Green+Blue) = 179+125+139=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8B is #4C8274. Grayscale: #8E8E8E. Windows color (decimal): -5014133 or 9141683. OLE color: 9141683.
HSL color Cylindrical-coordinate representation of color #B37D8B: hue angle of 344.44º 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 #B37D8B is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 139 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.30 |
| HSL | 344.44º | 0.26% | 0.6% | - |
| HSV(B) | 344.44º | 0.3% | 0.7% | - |
| XYZ | 30.58 | 26.12 | 27.85 | - |
| YUV | 142.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 139 | 0 | 0.30 | 0.22 | 0.30 | 344.44 | 0.26 | 0.6 |
| Hex | B3 | 7D | 8B | 0 | 1E | 16 | 1E | 158 | 1A | 3C |
| Octal | 263 | 175 | 213 | 0 | 36 | 26 | 36 | 530 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10001011 | 0 | 11110 | 10110 | 11110 | 101011000 | 11010 | 111100 |
Color Harmonies of #B37D8B
Complementary color
Monochromatic Colors of #B37D8B
Black with #B37D8B
Text Example
Text Example
White with #B37D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D8B; }
p { color: rgb(179,125,139); }
H1.HeaderClassName
{
color: #B37D8B;
}
.AnyTagClassName
{
color: #B37D8B;
}
</style>
background-color css
<style>
a { background-color: #B37D8B; }
a { background-color: rgb(179,125,139); }
div.DivClassName
{
background-color: #B37D8B;
}
.BgClassName
{
background-color: #B37D8B;
}
</style>
border-color css
<style>
span { border-color: #B37D8B; }
span { border-color: rgb(179,125,139); }
td.TdClassName
{
border-color: #B37D8B;
}
.TagClassName
{
border-color: #B37D8B;
}
</style>