Shades of Tapestry #B47888
Tints of Tapestry #B47888
RGB
CMYK
RGB Variations
Color information
#B47888 (or 0xB47888) is known color: Tapestry. HEX triplet: B4, 78 and 88. RGB value is (180,120,136). Sum of RGB (Red+Green+Blue) = 180+120+136=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B47888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47888 is #4B8777. Grayscale: #8B8B8B. Windows color (decimal): -4949880 or 8943796. OLE color: 8943796.
HSL color Cylindrical-coordinate representation of color #B47888: hue angle of 344º 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 #B47888 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 136 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.29 |
| HSL | 344º | 0.29% | 0.59% | - |
| HSV(B) | 344º | 0.33% | 0.71% | - |
| XYZ | 29.98 | 24.91 | 26.52 | - |
| YUV | 139.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 136 | 0 | 0.33 | 0.24 | 0.29 | 344 | 0.29 | 0.59 |
| Hex | B4 | 78 | 88 | 0 | 21 | 18 | 1D | 158 | 1D | 3B |
| Octal | 264 | 170 | 210 | 0 | 41 | 30 | 35 | 530 | 35 | 73 |
| Binary | 10110100 | 1111000 | 10001000 | 0 | 100001 | 11000 | 11101 | 101011000 | 11101 | 111011 |
Color Harmonies of #B47888
Complementary color
Monochromatic Colors of #B47888
Black with #B47888
Text Example
Text Example
White with #B47888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47888; }
p { color: rgb(180,120,136); }
H1.HeaderClassName
{
color: #B47888;
}
.AnyTagClassName
{
color: #B47888;
}
</style>
background-color css
<style>
a { background-color: #B47888; }
a { background-color: rgb(180,120,136); }
div.DivClassName
{
background-color: #B47888;
}
.BgClassName
{
background-color: #B47888;
}
</style>
border-color css
<style>
span { border-color: #B47888; }
span { border-color: rgb(180,120,136); }
td.TdClassName
{
border-color: #B47888;
}
.TagClassName
{
border-color: #B47888;
}
</style>