Shades of Tapestry #B47C92
Tints of Tapestry #B47C92
RGB
CMYK
RGB Variations
Color information
#B47C92 (or 0xB47C92) is known color: Tapestry. HEX triplet: B4, 7C and 92. RGB value is (180,124,146). Sum of RGB (Red+Green+Blue) = 180+124+146=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C92 is #4B836D. Grayscale: #8F8F8F. Windows color (decimal): -4948846 or 9600180. OLE color: 9600180.
HSL color Cylindrical-coordinate representation of color #B47C92: hue angle of 336.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C92 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 146 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.29 |
| HSL | 336.43º | 0.27% | 0.6% | - |
| HSV(B) | 336.43º | 0.31% | 0.71% | - |
| XYZ | 31.22 | 26.19 | 30.6 | - |
| YUV | 143.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 146 | 0 | 0.31 | 0.19 | 0.29 | 336.43 | 0.27 | 0.6 |
| Hex | B4 | 7C | 92 | 0 | 1F | 13 | 1D | 150 | 1B | 3C |
| Octal | 264 | 174 | 222 | 0 | 37 | 23 | 35 | 520 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10010010 | 0 | 11111 | 10011 | 11101 | 101010000 | 11011 | 111100 |
Color Harmonies of #B47C92
Complementary color
Monochromatic Colors of #B47C92
Black with #B47C92
Text Example
Text Example
White with #B47C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C92; }
p { color: rgb(180,124,146); }
H1.HeaderClassName
{
color: #B47C92;
}
.AnyTagClassName
{
color: #B47C92;
}
</style>
background-color css
<style>
a { background-color: #B47C92; }
a { background-color: rgb(180,124,146); }
div.DivClassName
{
background-color: #B47C92;
}
.BgClassName
{
background-color: #B47C92;
}
</style>
border-color css
<style>
span { border-color: #B47C92; }
span { border-color: rgb(180,124,146); }
td.TdClassName
{
border-color: #B47C92;
}
.TagClassName
{
border-color: #B47C92;
}
</style>