Shades of Tapestry #B37D8F
Tints of Tapestry #B37D8F
RGB
CMYK
RGB Variations
Color information
#B37D8F (or 0xB37D8F) is known color: Tapestry. HEX triplet: B3, 7D and 8F. RGB value is (179,125,143). Sum of RGB (Red+Green+Blue) = 179+125+143=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D8F is #4C8270. Grayscale: #8F8F8F. Windows color (decimal): -5014129 or 9403827. OLE color: 9403827.
HSL color Cylindrical-coordinate representation of color #B37D8F: hue angle of 340º 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 #B37D8F is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 143 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.30 |
| HSL | 340º | 0.26% | 0.6% | - |
| HSV(B) | 340º | 0.3% | 0.7% | - |
| XYZ | 30.88 | 26.23 | 29.42 | - |
| YUV | 143.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 143 | 0 | 0.30 | 0.20 | 0.30 | 340 | 0.26 | 0.6 |
| Hex | B3 | 7D | 8F | 0 | 1E | 14 | 1E | 154 | 1A | 3C |
| Octal | 263 | 175 | 217 | 0 | 36 | 24 | 36 | 524 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10001111 | 0 | 11110 | 10100 | 11110 | 101010100 | 11010 | 111100 |
Color Harmonies of #B37D8F
Complementary color
Monochromatic Colors of #B37D8F
Black with #B37D8F
Text Example
Text Example
White with #B37D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D8F; }
p { color: rgb(179,125,143); }
H1.HeaderClassName
{
color: #B37D8F;
}
.AnyTagClassName
{
color: #B37D8F;
}
</style>
background-color css
<style>
a { background-color: #B37D8F; }
a { background-color: rgb(179,125,143); }
div.DivClassName
{
background-color: #B37D8F;
}
.BgClassName
{
background-color: #B37D8F;
}
</style>
border-color css
<style>
span { border-color: #B37D8F; }
span { border-color: rgb(179,125,143); }
td.TdClassName
{
border-color: #B37D8F;
}
.TagClassName
{
border-color: #B37D8F;
}
</style>