Shades of Tapestry #B47185
Tints of Tapestry #B47185
RGB
CMYK
RGB Variations
Color information
#B47185 (or 0xB47185) is known color: Tapestry. HEX triplet: B4, 71 and 85. RGB value is (180,113,133). Sum of RGB (Red+Green+Blue) = 180+113+133=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47185 is #4B8E7A. Grayscale: #878787. Windows color (decimal): -4951675 or 8745396. OLE color: 8745396.
HSL color Cylindrical-coordinate representation of color #B47185: hue angle of 342.09º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47185 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 133 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.29 |
| HSL | 342.09º | 0.31% | 0.57% | - |
| HSV(B) | 342.09º | 0.37% | 0.71% | - |
| XYZ | 28.96 | 23.21 | 25.14 | - |
| YUV | 135.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 133 | 0 | 0.37 | 0.26 | 0.29 | 342.09 | 0.31 | 0.57 |
| Hex | B4 | 71 | 85 | 0 | 25 | 1A | 1D | 156 | 1F | 39 |
| Octal | 264 | 161 | 205 | 0 | 45 | 32 | 35 | 526 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10000101 | 0 | 100101 | 11010 | 11101 | 101010110 | 11111 | 111001 |
Color Harmonies of #B47185
Complementary color
Monochromatic Colors of #B47185
Black with #B47185
Text Example
Text Example
White with #B47185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47185; }
p { color: rgb(180,113,133); }
H1.HeaderClassName
{
color: #B47185;
}
.AnyTagClassName
{
color: #B47185;
}
</style>
background-color css
<style>
a { background-color: #B47185; }
a { background-color: rgb(180,113,133); }
div.DivClassName
{
background-color: #B47185;
}
.BgClassName
{
background-color: #B47185;
}
</style>
border-color css
<style>
span { border-color: #B47185; }
span { border-color: rgb(180,113,133); }
td.TdClassName
{
border-color: #B47185;
}
.TagClassName
{
border-color: #B47185;
}
</style>