Shades of Tapestry #B47B84
Tints of Tapestry #B47B84
RGB
CMYK
RGB Variations
Color information
#B47B84 (or 0xB47B84) is known color: Tapestry. HEX triplet: B4, 7B and 84. RGB value is (180,123,132). Sum of RGB (Red+Green+Blue) = 180+123+132=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B84 is #4B847B. Grayscale: #8D8D8D. Windows color (decimal): -4949116 or 8682420. OLE color: 8682420.
HSL color Cylindrical-coordinate representation of color #B47B84: hue angle of 350.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47B84 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 132 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.29 |
| HSL | 350.53º | 0.28% | 0.59% | - |
| HSV(B) | 350.53º | 0.32% | 0.71% | - |
| XYZ | 30.07 | 25.54 | 25.17 | - |
| YUV | 141.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 132 | 0 | 0.32 | 0.27 | 0.29 | 350.53 | 0.28 | 0.59 |
| Hex | B4 | 7B | 84 | 0 | 20 | 1B | 1D | 15F | 1C | 3B |
| Octal | 264 | 173 | 204 | 0 | 40 | 33 | 35 | 537 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10000100 | 0 | 100000 | 11011 | 11101 | 101011111 | 11100 | 111011 |
Color Harmonies of #B47B84
Complementary color
Monochromatic Colors of #B47B84
Black with #B47B84
Text Example
Text Example
White with #B47B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B84; }
p { color: rgb(180,123,132); }
H1.HeaderClassName
{
color: #B47B84;
}
.AnyTagClassName
{
color: #B47B84;
}
</style>
background-color css
<style>
a { background-color: #B47B84; }
a { background-color: rgb(180,123,132); }
div.DivClassName
{
background-color: #B47B84;
}
.BgClassName
{
background-color: #B47B84;
}
</style>
border-color css
<style>
span { border-color: #B47B84; }
span { border-color: rgb(180,123,132); }
td.TdClassName
{
border-color: #B47B84;
}
.TagClassName
{
border-color: #B47B84;
}
</style>