Shades of Tapestry #B47E8A
Tints of Tapestry #B47E8A
RGB
CMYK
RGB Variations
Color information
#B47E8A (or 0xB47E8A) is known color: Tapestry. HEX triplet: B4, 7E and 8A. RGB value is (180,126,138). Sum of RGB (Red+Green+Blue) = 180+126+138=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8A is #4B8175. Grayscale: #8F8F8F. Windows color (decimal): -4948342 or 9076404. OLE color: 9076404.
HSL color Cylindrical-coordinate representation of color #B47E8A: hue angle of 346.67º 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 #B47E8A is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 138 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.29 |
| HSL | 346.67º | 0.26% | 0.6% | - |
| HSV(B) | 346.67º | 0.3% | 0.71% | - |
| XYZ | 30.87 | 26.46 | 27.52 | - |
| YUV | 143.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 138 | 0 | 0.3 | 0.23 | 0.29 | 346.67 | 0.26 | 0.6 |
| Hex | B4 | 7E | 8A | 0 | 1E | 17 | 1D | 15B | 1A | 3C |
| Octal | 264 | 176 | 212 | 0 | 36 | 27 | 35 | 533 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10001010 | 0 | 11110 | 10111 | 11101 | 101011011 | 11010 | 111100 |
Color Harmonies of #B47E8A
Complementary color
Monochromatic Colors of #B47E8A
Black with #B47E8A
Text Example
Text Example
White with #B47E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E8A; }
p { color: rgb(180,126,138); }
H1.HeaderClassName
{
color: #B47E8A;
}
.AnyTagClassName
{
color: #B47E8A;
}
</style>
background-color css
<style>
a { background-color: #B47E8A; }
a { background-color: rgb(180,126,138); }
div.DivClassName
{
background-color: #B47E8A;
}
.BgClassName
{
background-color: #B47E8A;
}
</style>
border-color css
<style>
span { border-color: #B47E8A; }
span { border-color: rgb(180,126,138); }
td.TdClassName
{
border-color: #B47E8A;
}
.TagClassName
{
border-color: #B47E8A;
}
</style>