Shades of Tapestry #B47882
Tints of Tapestry #B47882
RGB
CMYK
RGB Variations
Color information
#B47882 (or 0xB47882) is known color: Tapestry. HEX triplet: B4, 78 and 82. RGB value is (180,120,130). Sum of RGB (Red+Green+Blue) = 180+120+130=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47882 is #4B877D. Grayscale: #8B8B8B. Windows color (decimal): -4949886 or 8550580. OLE color: 8550580.
HSL color Cylindrical-coordinate representation of color #B47882: hue angle of 350º degrees, saturation: 0.29, 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 #B47882 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 130 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.29 |
| HSL | 350º | 0.29% | 0.59% | - |
| HSV(B) | 350º | 0.33% | 0.71% | - |
| XYZ | 29.57 | 24.75 | 24.34 | - |
| YUV | 139.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 130 | 0 | 0.33 | 0.28 | 0.29 | 350 | 0.29 | 0.59 |
| Hex | B4 | 78 | 82 | 0 | 21 | 1C | 1D | 15E | 1D | 3B |
| Octal | 264 | 170 | 202 | 0 | 41 | 34 | 35 | 536 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10000010 | 0 | 100001 | 11100 | 11101 | 101011110 | 11101 | 111011 |
Color Harmonies of #B47882
Complementary color
Monochromatic Colors of #B47882
Black with #B47882
Text Example
Text Example
White with #B47882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47882; }
p { color: rgb(180,120,130); }
H1.HeaderClassName
{
color: #B47882;
}
.AnyTagClassName
{
color: #B47882;
}
</style>
background-color css
<style>
a { background-color: #B47882; }
a { background-color: rgb(180,120,130); }
div.DivClassName
{
background-color: #B47882;
}
.BgClassName
{
background-color: #B47882;
}
</style>
border-color css
<style>
span { border-color: #B47882; }
span { border-color: rgb(180,120,130); }
td.TdClassName
{
border-color: #B47882;
}
.TagClassName
{
border-color: #B47882;
}
</style>