Shades of Tapestry #B47986
Tints of Tapestry #B47986
RGB
CMYK
RGB Variations
Color information
#B47986 (or 0xB47986) is known color: Tapestry. HEX triplet: B4, 79 and 86. RGB value is (180,121,134). Sum of RGB (Red+Green+Blue) = 180+121+134=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47986 is #4B8679. Grayscale: #8C8C8C. Windows color (decimal): -4949626 or 8812980. OLE color: 8812980.
HSL color Cylindrical-coordinate representation of color #B47986: hue angle of 346.78º 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 #B47986 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 134 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.29 |
| HSL | 346.78º | 0.28% | 0.59% | - |
| HSV(B) | 346.78º | 0.33% | 0.71% | - |
| XYZ | 29.96 | 25.1 | 25.82 | - |
| YUV | 140.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 134 | 0 | 0.33 | 0.26 | 0.29 | 346.78 | 0.28 | 0.59 |
| Hex | B4 | 79 | 86 | 0 | 21 | 1A | 1D | 15B | 1C | 3B |
| Octal | 264 | 171 | 206 | 0 | 41 | 32 | 35 | 533 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10000110 | 0 | 100001 | 11010 | 11101 | 101011011 | 11100 | 111011 |
Color Harmonies of #B47986
Complementary color
Monochromatic Colors of #B47986
Black with #B47986
Text Example
Text Example
White with #B47986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47986; }
p { color: rgb(180,121,134); }
H1.HeaderClassName
{
color: #B47986;
}
.AnyTagClassName
{
color: #B47986;
}
</style>
background-color css
<style>
a { background-color: #B47986; }
a { background-color: rgb(180,121,134); }
div.DivClassName
{
background-color: #B47986;
}
.BgClassName
{
background-color: #B47986;
}
</style>
border-color css
<style>
span { border-color: #B47986; }
span { border-color: rgb(180,121,134); }
td.TdClassName
{
border-color: #B47986;
}
.TagClassName
{
border-color: #B47986;
}
</style>