Shades of Tapestry #B47D8B
Tints of Tapestry #B47D8B
RGB
CMYK
RGB Variations
Color information
#B47D8B (or 0xB47D8B) is known color: Tapestry. HEX triplet: B4, 7D and 8B. RGB value is (180,125,139). Sum of RGB (Red+Green+Blue) = 180+125+139=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D8B is #4B8274. Grayscale: #8F8F8F. Windows color (decimal): -4948597 or 9141684. OLE color: 9141684.
HSL color Cylindrical-coordinate representation of color #B47D8B: hue angle of 344.73º 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 #B47D8B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 139 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.29 |
| HSL | 344.73º | 0.27% | 0.6% | - |
| HSV(B) | 344.73º | 0.31% | 0.71% | - |
| XYZ | 30.82 | 26.23 | 27.87 | - |
| YUV | 143.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 139 | 0 | 0.31 | 0.23 | 0.29 | 344.73 | 0.27 | 0.6 |
| Hex | B4 | 7D | 8B | 0 | 1F | 17 | 1D | 159 | 1B | 3C |
| Octal | 264 | 175 | 213 | 0 | 37 | 27 | 35 | 531 | 33 | 74 |
| Binary | 10110100 | 1111101 | 10001011 | 0 | 11111 | 10111 | 11101 | 101011001 | 11011 | 111100 |
Color Harmonies of #B47D8B
Complementary color
Monochromatic Colors of #B47D8B
Black with #B47D8B
Text Example
Text Example
White with #B47D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D8B; }
p { color: rgb(180,125,139); }
H1.HeaderClassName
{
color: #B47D8B;
}
.AnyTagClassName
{
color: #B47D8B;
}
</style>
background-color css
<style>
a { background-color: #B47D8B; }
a { background-color: rgb(180,125,139); }
div.DivClassName
{
background-color: #B47D8B;
}
.BgClassName
{
background-color: #B47D8B;
}
</style>
border-color css
<style>
span { border-color: #B47D8B; }
span { border-color: rgb(180,125,139); }
td.TdClassName
{
border-color: #B47D8B;
}
.TagClassName
{
border-color: #B47D8B;
}
</style>