Shades of Tapestry #B37F8F
Tints of Tapestry #B37F8F
RGB
CMYK
RGB Variations
Color information
#B37F8F (or 0xB37F8F) is known color: Tapestry. HEX triplet: B3, 7F and 8F. RGB value is (179,127,143). Sum of RGB (Red+Green+Blue) = 179+127+143=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F8F is #4C8070. Grayscale: #909090. Windows color (decimal): -5013617 or 9404339. OLE color: 9404339.
HSL color Cylindrical-coordinate representation of color #B37F8F: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F8F is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 143 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.30 |
| HSL | 341.54º | 0.25% | 0.6% | - |
| HSV(B) | 341.54º | 0.29% | 0.7% | - |
| XYZ | 31.14 | 26.75 | 29.51 | - |
| YUV | 144.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 143 | 0 | 0.29 | 0.20 | 0.30 | 341.54 | 0.25 | 0.6 |
| Hex | B3 | 7F | 8F | 0 | 1D | 14 | 1E | 156 | 19 | 3C |
| Octal | 263 | 177 | 217 | 0 | 35 | 24 | 36 | 526 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10001111 | 0 | 11101 | 10100 | 11110 | 101010110 | 11001 | 111100 |
Color Harmonies of #B37F8F
Complementary color
Monochromatic Colors of #B37F8F
Black with #B37F8F
Text Example
Text Example
White with #B37F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F8F; }
p { color: rgb(179,127,143); }
H1.HeaderClassName
{
color: #B37F8F;
}
.AnyTagClassName
{
color: #B37F8F;
}
</style>
background-color css
<style>
a { background-color: #B37F8F; }
a { background-color: rgb(179,127,143); }
div.DivClassName
{
background-color: #B37F8F;
}
.BgClassName
{
background-color: #B37F8F;
}
</style>
border-color css
<style>
span { border-color: #B37F8F; }
span { border-color: rgb(179,127,143); }
td.TdClassName
{
border-color: #B37F8F;
}
.TagClassName
{
border-color: #B37F8F;
}
</style>