Shades of Tapestry #B47A8B
Tints of Tapestry #B47A8B
RGB
CMYK
RGB Variations
Color information
#B47A8B (or 0xB47A8B) is known color: Tapestry. HEX triplet: B4, 7A and 8B. RGB value is (180,122,139). Sum of RGB (Red+Green+Blue) = 180+122+139=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8B is #4B8574. Grayscale: #8D8D8D. Windows color (decimal): -4949365 or 9140916. OLE color: 9140916.
HSL color Cylindrical-coordinate representation of color #B47A8B: hue angle of 342.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A8B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 139 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.29 |
| HSL | 342.41º | 0.28% | 0.59% | - |
| HSV(B) | 342.41º | 0.32% | 0.71% | - |
| XYZ | 30.44 | 25.49 | 27.74 | - |
| YUV | 141.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 139 | 0 | 0.32 | 0.23 | 0.29 | 342.41 | 0.28 | 0.59 |
| Hex | B4 | 7A | 8B | 0 | 20 | 17 | 1D | 156 | 1C | 3B |
| Octal | 264 | 172 | 213 | 0 | 40 | 27 | 35 | 526 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10001011 | 0 | 100000 | 10111 | 11101 | 101010110 | 11100 | 111011 |
Color Harmonies of #B47A8B
Complementary color
Monochromatic Colors of #B47A8B
Black with #B47A8B
Text Example
Text Example
White with #B47A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A8B; }
p { color: rgb(180,122,139); }
H1.HeaderClassName
{
color: #B47A8B;
}
.AnyTagClassName
{
color: #B47A8B;
}
</style>
background-color css
<style>
a { background-color: #B47A8B; }
a { background-color: rgb(180,122,139); }
div.DivClassName
{
background-color: #B47A8B;
}
.BgClassName
{
background-color: #B47A8B;
}
</style>
border-color css
<style>
span { border-color: #B47A8B; }
span { border-color: rgb(180,122,139); }
td.TdClassName
{
border-color: #B47A8B;
}
.TagClassName
{
border-color: #B47A8B;
}
</style>