Shades of Tapestry #B47E85
Tints of Tapestry #B47E85
RGB
CMYK
RGB Variations
Color information
#B47E85 (or 0xB47E85) is known color: Tapestry. HEX triplet: B4, 7E and 85. RGB value is (180,126,133). Sum of RGB (Red+Green+Blue) = 180+126+133=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E85 is #4B817A. Grayscale: #8E8E8E. Windows color (decimal): -4948347 or 8748724. OLE color: 8748724.
HSL color Cylindrical-coordinate representation of color #B47E85: hue angle of 352.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E85 is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 133 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.29 |
| HSL | 352.22º | 0.26% | 0.6% | - |
| HSV(B) | 352.22º | 0.3% | 0.71% | - |
| XYZ | 30.52 | 26.32 | 25.66 | - |
| YUV | 142.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 133 | 0 | 0.3 | 0.26 | 0.29 | 352.22 | 0.26 | 0.6 |
| Hex | B4 | 7E | 85 | 0 | 1E | 1A | 1D | 160 | 1A | 3C |
| Octal | 264 | 176 | 205 | 0 | 36 | 32 | 35 | 540 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10000101 | 0 | 11110 | 11010 | 11101 | 101100000 | 11010 | 111100 |
Color Harmonies of #B47E85
Complementary color
Monochromatic Colors of #B47E85
Black with #B47E85
Text Example
Text Example
White with #B47E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E85; }
p { color: rgb(180,126,133); }
H1.HeaderClassName
{
color: #B47E85;
}
.AnyTagClassName
{
color: #B47E85;
}
</style>
background-color css
<style>
a { background-color: #B47E85; }
a { background-color: rgb(180,126,133); }
div.DivClassName
{
background-color: #B47E85;
}
.BgClassName
{
background-color: #B47E85;
}
</style>
border-color css
<style>
span { border-color: #B47E85; }
span { border-color: rgb(180,126,133); }
td.TdClassName
{
border-color: #B47E85;
}
.TagClassName
{
border-color: #B47E85;
}
</style>