Shades of Tapestry #B37F85
Tints of Tapestry #B37F85
RGB
CMYK
RGB Variations
Color information
#B37F85 (or 0xB37F85) is known color: Tapestry. HEX triplet: B3, 7F and 85. RGB value is (179,127,133). Sum of RGB (Red+Green+Blue) = 179+127+133=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F85 is #4C807A. Grayscale: #8F8F8F. Windows color (decimal): -5013627 or 8748979. OLE color: 8748979.
HSL color Cylindrical-coordinate representation of color #B37F85: hue angle of 353.08º 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 #B37F85 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 133 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.30 |
| HSL | 353.08º | 0.25% | 0.6% | - |
| HSV(B) | 353.08º | 0.29% | 0.7% | - |
| XYZ | 30.41 | 26.46 | 25.69 | - |
| YUV | 143.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 133 | 0 | 0.29 | 0.26 | 0.30 | 353.08 | 0.25 | 0.6 |
| Hex | B3 | 7F | 85 | 0 | 1D | 1A | 1E | 161 | 19 | 3C |
| Octal | 263 | 177 | 205 | 0 | 35 | 32 | 36 | 541 | 31 | 74 |
| Binary | 10110011 | 1111111 | 10000101 | 0 | 11101 | 11010 | 11110 | 101100001 | 11001 | 111100 |
Color Harmonies of #B37F85
Complementary color
Monochromatic Colors of #B37F85
Black with #B37F85
Text Example
Text Example
White with #B37F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F85; }
p { color: rgb(179,127,133); }
H1.HeaderClassName
{
color: #B37F85;
}
.AnyTagClassName
{
color: #B37F85;
}
</style>
background-color css
<style>
a { background-color: #B37F85; }
a { background-color: rgb(179,127,133); }
div.DivClassName
{
background-color: #B37F85;
}
.BgClassName
{
background-color: #B37F85;
}
</style>
border-color css
<style>
span { border-color: #B37F85; }
span { border-color: rgb(179,127,133); }
td.TdClassName
{
border-color: #B37F85;
}
.TagClassName
{
border-color: #B37F85;
}
</style>