Shades of Tapestry #B47192
Tints of Tapestry #B47192
RGB
CMYK
RGB Variations
Color information
#B47192 (or 0xB47192) is known color: Tapestry. HEX triplet: B4, 71 and 92. RGB value is (180,113,146). Sum of RGB (Red+Green+Blue) = 180+113+146=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47192 is #4B8E6D. Grayscale: #888888. Windows color (decimal): -4951662 or 9597364. OLE color: 9597364.
HSL color Cylindrical-coordinate representation of color #B47192: hue angle of 330.45º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47192 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 146 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.29 |
| HSL | 330.45º | 0.31% | 0.57% | - |
| HSV(B) | 330.45º | 0.37% | 0.71% | - |
| XYZ | 29.92 | 23.59 | 30.17 | - |
| YUV | 136.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 146 | 0 | 0.37 | 0.19 | 0.29 | 330.45 | 0.31 | 0.57 |
| Hex | B4 | 71 | 92 | 0 | 25 | 13 | 1D | 14A | 1F | 39 |
| Octal | 264 | 161 | 222 | 0 | 45 | 23 | 35 | 512 | 37 | 71 |
| Binary | 10110100 | 1110001 | 10010010 | 0 | 100101 | 10011 | 11101 | 101001010 | 11111 | 111001 |
Color Harmonies of #B47192
Complementary color
Monochromatic Colors of #B47192
Black with #B47192
Text Example
Text Example
White with #B47192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47192; }
p { color: rgb(180,113,146); }
H1.HeaderClassName
{
color: #B47192;
}
.AnyTagClassName
{
color: #B47192;
}
</style>
background-color css
<style>
a { background-color: #B47192; }
a { background-color: rgb(180,113,146); }
div.DivClassName
{
background-color: #B47192;
}
.BgClassName
{
background-color: #B47192;
}
</style>
border-color css
<style>
span { border-color: #B47192; }
span { border-color: rgb(180,113,146); }
td.TdClassName
{
border-color: #B47192;
}
.TagClassName
{
border-color: #B47192;
}
</style>