Shades of Tapestry #B47A8C
Tints of Tapestry #B47A8C
RGB
CMYK
RGB Variations
Color information
#B47A8C (or 0xB47A8C) is known color: Tapestry. HEX triplet: B4, 7A and 8C. RGB value is (180,122,140). Sum of RGB (Red+Green+Blue) = 180+122+140=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8C is #4B8573. Grayscale: #8D8D8D. Windows color (decimal): -4949364 or 9206452. OLE color: 9206452.
HSL color Cylindrical-coordinate representation of color #B47A8C: hue angle of 341.38º 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 #B47A8C is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 122 | 140 | - |
CMYK | 0 | 0.32 | 0.22 | 0.29 |
HSL | 341.38º | 0.28% | 0.59% | - |
HSV(B) | 341.38º | 0.32% | 0.71% | - |
XYZ | 30.52 | 25.52 | 28.13 | - |
YUV | 141.39 | 127.22 | 155.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 122 | 140 | 0 | 0.32 | 0.22 | 0.29 | 341.38 | 0.28 | 0.59 |
Hex | B4 | 7A | 8C | 0 | 20 | 16 | 1D | 155 | 1C | 3B |
Octal | 264 | 172 | 214 | 0 | 40 | 26 | 35 | 525 | 34 | 73 |
Binary | 10110100 | 1111010 | 10001100 | 0 | 100000 | 10110 | 11101 | 101010101 | 11100 | 111011 |
Color Harmonies of #B47A8C
Complementary color
Monochromatic Colors of #B47A8C
Black with #B47A8C
Text Example
Text Example
White with #B47A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A8C; }
p { color: rgb(180,122,140); }
H1.HeaderClassName
{
color: #B47A8C;
}
.AnyTagClassName
{
color: #B47A8C;
}
</style>
background-color css
<style>
a { background-color: #B47A8C; }
a { background-color: rgb(180,122,140); }
div.DivClassName
{
background-color: #B47A8C;
}
.BgClassName
{
background-color: #B47A8C;
}
</style>
border-color css
<style>
span { border-color: #B47A8C; }
span { border-color: rgb(180,122,140); }
td.TdClassName
{
border-color: #B47A8C;
}
.TagClassName
{
border-color: #B47A8C;
}
</style>