Shades of Tapestry #B47785
Tints of Tapestry #B47785
RGB
CMYK
RGB Variations
Color information
#B47785 (or 0xB47785) is known color: Tapestry. HEX triplet: B4, 77 and 85. RGB value is (180,119,133). Sum of RGB (Red+Green+Blue) = 180+119+133=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47785 is #4B887A. Grayscale: #8A8A8A. Windows color (decimal): -4950139 or 8746932. OLE color: 8746932.
HSL color Cylindrical-coordinate representation of color #B47785: hue angle of 346.23º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47785 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 133 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.29 |
| HSL | 346.23º | 0.29% | 0.59% | - |
| HSV(B) | 346.23º | 0.34% | 0.71% | - |
| XYZ | 29.65 | 24.59 | 25.37 | - |
| YUV | 138.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 133 | 0 | 0.34 | 0.26 | 0.29 | 346.23 | 0.29 | 0.59 |
| Hex | B4 | 77 | 85 | 0 | 22 | 1A | 1D | 15A | 1D | 3B |
| Octal | 264 | 167 | 205 | 0 | 42 | 32 | 35 | 532 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10000101 | 0 | 100010 | 11010 | 11101 | 101011010 | 11101 | 111011 |
Color Harmonies of #B47785
Complementary color
Monochromatic Colors of #B47785
Black with #B47785
Text Example
Text Example
White with #B47785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47785; }
p { color: rgb(180,119,133); }
H1.HeaderClassName
{
color: #B47785;
}
.AnyTagClassName
{
color: #B47785;
}
</style>
background-color css
<style>
a { background-color: #B47785; }
a { background-color: rgb(180,119,133); }
div.DivClassName
{
background-color: #B47785;
}
.BgClassName
{
background-color: #B47785;
}
</style>
border-color css
<style>
span { border-color: #B47785; }
span { border-color: rgb(180,119,133); }
td.TdClassName
{
border-color: #B47785;
}
.TagClassName
{
border-color: #B47785;
}
</style>