Shades of Tapestry #B47680
Tints of Tapestry #B47680
RGB
CMYK
RGB Variations
Color information
#B47680 (or 0xB47680) is known color: Tapestry. HEX triplet: B4, 76 and 80. RGB value is (180,118,128). Sum of RGB (Red+Green+Blue) = 180+118+128=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47680 is #4B897F. Grayscale: #898989. Windows color (decimal): -4950400 or 8418996. OLE color: 8418996.
HSL color Cylindrical-coordinate representation of color #B47680: hue angle of 350.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47680 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 128 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.29 |
| HSL | 350.32º | 0.29% | 0.58% | - |
| HSV(B) | 350.32º | 0.34% | 0.71% | - |
| XYZ | 29.2 | 24.22 | 23.56 | - |
| YUV | 137.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 128 | 0 | 0.34 | 0.29 | 0.29 | 350.32 | 0.29 | 0.58 |
| Hex | B4 | 76 | 80 | 0 | 22 | 1D | 1D | 15E | 1D | 3A |
| Octal | 264 | 166 | 200 | 0 | 42 | 35 | 35 | 536 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10000000 | 0 | 100010 | 11101 | 11101 | 101011110 | 11101 | 111010 |
Color Harmonies of #B47680
Complementary color
Monochromatic Colors of #B47680
Black with #B47680
Text Example
Text Example
White with #B47680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47680; }
p { color: rgb(180,118,128); }
H1.HeaderClassName
{
color: #B47680;
}
.AnyTagClassName
{
color: #B47680;
}
</style>
background-color css
<style>
a { background-color: #B47680; }
a { background-color: rgb(180,118,128); }
div.DivClassName
{
background-color: #B47680;
}
.BgClassName
{
background-color: #B47680;
}
</style>
border-color css
<style>
span { border-color: #B47680; }
span { border-color: rgb(180,118,128); }
td.TdClassName
{
border-color: #B47680;
}
.TagClassName
{
border-color: #B47680;
}
</style>