Shades of Tapestry #B47992
Tints of Tapestry #B47992
RGB
CMYK
RGB Variations
Color information
#B47992 (or 0xB47992) is known color: Tapestry. HEX triplet: B4, 79 and 92. RGB value is (180,121,146). Sum of RGB (Red+Green+Blue) = 180+121+146=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47992 is #4B866D. Grayscale: #8D8D8D. Windows color (decimal): -4949614 or 9599412. OLE color: 9599412.
HSL color Cylindrical-coordinate representation of color #B47992: hue angle of 334.58º degrees, saturation: 0.28, 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 #B47992 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 146 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.29 |
| HSL | 334.58º | 0.28% | 0.59% | - |
| HSV(B) | 334.58º | 0.33% | 0.71% | - |
| XYZ | 30.85 | 25.45 | 30.48 | - |
| YUV | 141.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 146 | 0 | 0.33 | 0.19 | 0.29 | 334.58 | 0.28 | 0.59 |
| Hex | B4 | 79 | 92 | 0 | 21 | 13 | 1D | 14F | 1C | 3B |
| Octal | 264 | 171 | 222 | 0 | 41 | 23 | 35 | 517 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10010010 | 0 | 100001 | 10011 | 11101 | 101001111 | 11100 | 111011 |
Color Harmonies of #B47992
Complementary color
Monochromatic Colors of #B47992
Black with #B47992
Text Example
Text Example
White with #B47992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47992; }
p { color: rgb(180,121,146); }
H1.HeaderClassName
{
color: #B47992;
}
.AnyTagClassName
{
color: #B47992;
}
</style>
background-color css
<style>
a { background-color: #B47992; }
a { background-color: rgb(180,121,146); }
div.DivClassName
{
background-color: #B47992;
}
.BgClassName
{
background-color: #B47992;
}
</style>
border-color css
<style>
span { border-color: #B47992; }
span { border-color: rgb(180,121,146); }
td.TdClassName
{
border-color: #B47992;
}
.TagClassName
{
border-color: #B47992;
}
</style>