Shades of Tapestry #B47985
Tints of Tapestry #B47985
RGB
CMYK
RGB Variations
Color information
#B47985 (or 0xB47985) is known color: Tapestry. HEX triplet: B4, 79 and 85. RGB value is (180,121,133). Sum of RGB (Red+Green+Blue) = 180+121+133=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47985 is #4B867A. Grayscale: #8C8C8C. Windows color (decimal): -4949627 or 8747444. OLE color: 8747444.
HSL color Cylindrical-coordinate representation of color #B47985: hue angle of 347.8º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47985 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 133 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.29 |
| HSL | 347.8º | 0.28% | 0.59% | - |
| HSV(B) | 347.8º | 0.33% | 0.71% | - |
| XYZ | 29.89 | 25.07 | 25.45 | - |
| YUV | 140.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 133 | 0 | 0.33 | 0.26 | 0.29 | 347.8 | 0.28 | 0.59 |
| Hex | B4 | 79 | 85 | 0 | 21 | 1A | 1D | 15C | 1C | 3B |
| Octal | 264 | 171 | 205 | 0 | 41 | 32 | 35 | 534 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10000101 | 0 | 100001 | 11010 | 11101 | 101011100 | 11100 | 111011 |
Color Harmonies of #B47985
Complementary color
Monochromatic Colors of #B47985
Black with #B47985
Text Example
Text Example
White with #B47985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47985; }
p { color: rgb(180,121,133); }
H1.HeaderClassName
{
color: #B47985;
}
.AnyTagClassName
{
color: #B47985;
}
</style>
background-color css
<style>
a { background-color: #B47985; }
a { background-color: rgb(180,121,133); }
div.DivClassName
{
background-color: #B47985;
}
.BgClassName
{
background-color: #B47985;
}
</style>
border-color css
<style>
span { border-color: #B47985; }
span { border-color: rgb(180,121,133); }
td.TdClassName
{
border-color: #B47985;
}
.TagClassName
{
border-color: #B47985;
}
</style>