Shades of Tapestry #B47D8A
Tints of Tapestry #B47D8A
RGB
CMYK
RGB Variations
Color information
#B47D8A (or 0xB47D8A) is known color: Tapestry. HEX triplet: B4, 7D and 8A. RGB value is (180,125,138). Sum of RGB (Red+Green+Blue) = 180+125+138=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D8A is #4B8275. Grayscale: #8E8E8E. Windows color (decimal): -4948598 or 9076148. OLE color: 9076148.
HSL color Cylindrical-coordinate representation of color #B47D8A: hue angle of 345.82º 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 #B47D8A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 138 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.29 |
| HSL | 345.82º | 0.27% | 0.6% | - |
| HSV(B) | 345.82º | 0.31% | 0.71% | - |
| XYZ | 30.74 | 26.21 | 27.48 | - |
| YUV | 142.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 138 | 0 | 0.31 | 0.23 | 0.29 | 345.82 | 0.27 | 0.6 |
| Hex | B4 | 7D | 8A | 0 | 1F | 17 | 1D | 15A | 1B | 3C |
| Octal | 264 | 175 | 212 | 0 | 37 | 27 | 35 | 532 | 33 | 74 |
| Binary | 10110100 | 1111101 | 10001010 | 0 | 11111 | 10111 | 11101 | 101011010 | 11011 | 111100 |
Color Harmonies of #B47D8A
Complementary color
Monochromatic Colors of #B47D8A
Black with #B47D8A
Text Example
Text Example
White with #B47D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D8A; }
p { color: rgb(180,125,138); }
H1.HeaderClassName
{
color: #B47D8A;
}
.AnyTagClassName
{
color: #B47D8A;
}
</style>
background-color css
<style>
a { background-color: #B47D8A; }
a { background-color: rgb(180,125,138); }
div.DivClassName
{
background-color: #B47D8A;
}
.BgClassName
{
background-color: #B47D8A;
}
</style>
border-color css
<style>
span { border-color: #B47D8A; }
span { border-color: rgb(180,125,138); }
td.TdClassName
{
border-color: #B47D8A;
}
.TagClassName
{
border-color: #B47D8A;
}
</style>