Shades of Tapestry #B47E8B
Tints of Tapestry #B47E8B
RGB
CMYK
RGB Variations
Color information
#B47E8B (or 0xB47E8B) is known color: Tapestry. HEX triplet: B4, 7E and 8B. RGB value is (180,126,139). Sum of RGB (Red+Green+Blue) = 180+126+139=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8B is #4B8174. Grayscale: #8F8F8F. Windows color (decimal): -4948341 or 9141940. OLE color: 9141940.
HSL color Cylindrical-coordinate representation of color #B47E8B: hue angle of 345.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E8B is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 139 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.29 |
| HSL | 345.56º | 0.26% | 0.6% | - |
| HSV(B) | 345.56º | 0.3% | 0.71% | - |
| XYZ | 30.94 | 26.49 | 27.91 | - |
| YUV | 143.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 139 | 0 | 0.3 | 0.23 | 0.29 | 345.56 | 0.26 | 0.6 |
| Hex | B4 | 7E | 8B | 0 | 1E | 17 | 1D | 15A | 1A | 3C |
| Octal | 264 | 176 | 213 | 0 | 36 | 27 | 35 | 532 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10001011 | 0 | 11110 | 10111 | 11101 | 101011010 | 11010 | 111100 |
Color Harmonies of #B47E8B
Complementary color
Monochromatic Colors of #B47E8B
Black with #B47E8B
Text Example
Text Example
White with #B47E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E8B; }
p { color: rgb(180,126,139); }
H1.HeaderClassName
{
color: #B47E8B;
}
.AnyTagClassName
{
color: #B47E8B;
}
</style>
background-color css
<style>
a { background-color: #B47E8B; }
a { background-color: rgb(180,126,139); }
div.DivClassName
{
background-color: #B47E8B;
}
.BgClassName
{
background-color: #B47E8B;
}
</style>
border-color css
<style>
span { border-color: #B47E8B; }
span { border-color: rgb(180,126,139); }
td.TdClassName
{
border-color: #B47E8B;
}
.TagClassName
{
border-color: #B47E8B;
}
</style>