Shades of Tapestry #B37185
Tints of Tapestry #B37185
RGB
CMYK
RGB Variations
Color information
#B37185 (or 0xB37185) is known color: Tapestry. HEX triplet: B3, 71 and 85. RGB value is (179,113,133). Sum of RGB (Red+Green+Blue) = 179+113+133=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B37185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37185 is #4C8E7A. Grayscale: #878787. Windows color (decimal): -5017211 or 8745395. OLE color: 8745395.
HSL color Cylindrical-coordinate representation of color #B37185: hue angle of 341.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37185 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 133 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.30 |
| HSL | 341.82º | 0.3% | 0.57% | - |
| HSV(B) | 341.82º | 0.37% | 0.7% | - |
| XYZ | 28.73 | 23.09 | 25.13 | - |
| YUV | 135.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 133 | 0 | 0.37 | 0.26 | 0.30 | 341.82 | 0.3 | 0.57 |
| Hex | B3 | 71 | 85 | 0 | 25 | 1A | 1E | 156 | 1E | 39 |
| Octal | 263 | 161 | 205 | 0 | 45 | 32 | 36 | 526 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10000101 | 0 | 100101 | 11010 | 11110 | 101010110 | 11110 | 111001 |
Color Harmonies of #B37185
Complementary color
Monochromatic Colors of #B37185
Black with #B37185
Text Example
Text Example
White with #B37185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37185; }
p { color: rgb(179,113,133); }
H1.HeaderClassName
{
color: #B37185;
}
.AnyTagClassName
{
color: #B37185;
}
</style>
background-color css
<style>
a { background-color: #B37185; }
a { background-color: rgb(179,113,133); }
div.DivClassName
{
background-color: #B37185;
}
.BgClassName
{
background-color: #B37185;
}
</style>
border-color css
<style>
span { border-color: #B37185; }
span { border-color: rgb(179,113,133); }
td.TdClassName
{
border-color: #B37185;
}
.TagClassName
{
border-color: #B37185;
}
</style>