Shades of Tapestry #B47981
Tints of Tapestry #B47981
RGB
CMYK
RGB Variations
Color information
#B47981 (or 0xB47981) is known color: Tapestry. HEX triplet: B4, 79 and 81. RGB value is (180,121,129). Sum of RGB (Red+Green+Blue) = 180+121+129=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47981 is #4B867E. Grayscale: #8B8B8B. Windows color (decimal): -4949631 or 8485300. OLE color: 8485300.
HSL color Cylindrical-coordinate representation of color #B47981: hue angle of 351.86º 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 #B47981 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 129 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.29 |
| HSL | 351.86º | 0.28% | 0.59% | - |
| HSV(B) | 351.86º | 0.33% | 0.71% | - |
| XYZ | 29.62 | 24.96 | 24.03 | - |
| YUV | 139.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 129 | 0 | 0.33 | 0.28 | 0.29 | 351.86 | 0.28 | 0.59 |
| Hex | B4 | 79 | 81 | 0 | 21 | 1C | 1D | 160 | 1C | 3B |
| Octal | 264 | 171 | 201 | 0 | 41 | 34 | 35 | 540 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10000001 | 0 | 100001 | 11100 | 11101 | 101100000 | 11100 | 111011 |
Color Harmonies of #B47981
Complementary color
Monochromatic Colors of #B47981
Black with #B47981
Text Example
Text Example
White with #B47981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47981; }
p { color: rgb(180,121,129); }
H1.HeaderClassName
{
color: #B47981;
}
.AnyTagClassName
{
color: #B47981;
}
</style>
background-color css
<style>
a { background-color: #B47981; }
a { background-color: rgb(180,121,129); }
div.DivClassName
{
background-color: #B47981;
}
.BgClassName
{
background-color: #B47981;
}
</style>
border-color css
<style>
span { border-color: #B47981; }
span { border-color: rgb(180,121,129); }
td.TdClassName
{
border-color: #B47981;
}
.TagClassName
{
border-color: #B47981;
}
</style>