Shades of Tapestry #B47788
Tints of Tapestry #B47788
RGB
CMYK
RGB Variations
Color information
#B47788 (or 0xB47788) is known color: Tapestry. HEX triplet: B4, 77 and 88. RGB value is (180,119,136). Sum of RGB (Red+Green+Blue) = 180+119+136=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47788 is #4B8877. Grayscale: #8B8B8B. Windows color (decimal): -4950136 or 8943540. OLE color: 8943540.
HSL color Cylindrical-coordinate representation of color #B47788: hue angle of 343.28º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47788 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 136 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.29 |
| HSL | 343.28º | 0.29% | 0.59% | - |
| HSV(B) | 343.28º | 0.34% | 0.71% | - |
| XYZ | 29.86 | 24.67 | 26.48 | - |
| YUV | 139.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 136 | 0 | 0.34 | 0.24 | 0.29 | 343.28 | 0.29 | 0.59 |
| Hex | B4 | 77 | 88 | 0 | 22 | 18 | 1D | 157 | 1D | 3B |
| Octal | 264 | 167 | 210 | 0 | 42 | 30 | 35 | 527 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10001000 | 0 | 100010 | 11000 | 11101 | 101010111 | 11101 | 111011 |
Color Harmonies of #B47788
Complementary color
Monochromatic Colors of #B47788
Black with #B47788
Text Example
Text Example
White with #B47788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47788; }
p { color: rgb(180,119,136); }
H1.HeaderClassName
{
color: #B47788;
}
.AnyTagClassName
{
color: #B47788;
}
</style>
background-color css
<style>
a { background-color: #B47788; }
a { background-color: rgb(180,119,136); }
div.DivClassName
{
background-color: #B47788;
}
.BgClassName
{
background-color: #B47788;
}
</style>
border-color css
<style>
span { border-color: #B47788; }
span { border-color: rgb(180,119,136); }
td.TdClassName
{
border-color: #B47788;
}
.TagClassName
{
border-color: #B47788;
}
</style>