Shades of Tapestry #B47A85
Tints of Tapestry #B47A85
RGB
CMYK
RGB Variations
Color information
#B47A85 (or 0xB47A85) is known color: Tapestry. HEX triplet: B4, 7A and 85. RGB value is (180,122,133). Sum of RGB (Red+Green+Blue) = 180+122+133=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A85 is #4B857A. Grayscale: #8C8C8C. Windows color (decimal): -4949371 or 8747700. OLE color: 8747700.
HSL color Cylindrical-coordinate representation of color #B47A85: hue angle of 348.62º 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 #B47A85 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 122 | 133 | - |
CMYK | 0 | 0.32 | 0.26 | 0.29 |
HSL | 348.62º | 0.28% | 0.59% | - |
HSV(B) | 348.62º | 0.32% | 0.71% | - |
XYZ | 30.02 | 25.32 | 25.49 | - |
YUV | 140.6 | 123.72 | 156.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 122 | 133 | 0 | 0.32 | 0.26 | 0.29 | 348.62 | 0.28 | 0.59 |
Hex | B4 | 7A | 85 | 0 | 20 | 1A | 1D | 15D | 1C | 3B |
Octal | 264 | 172 | 205 | 0 | 40 | 32 | 35 | 535 | 34 | 73 |
Binary | 10110100 | 1111010 | 10000101 | 0 | 100000 | 11010 | 11101 | 101011101 | 11100 | 111011 |
Color Harmonies of #B47A85
Complementary color
Monochromatic Colors of #B47A85
Black with #B47A85
Text Example
Text Example
White with #B47A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A85; }
p { color: rgb(180,122,133); }
H1.HeaderClassName
{
color: #B47A85;
}
.AnyTagClassName
{
color: #B47A85;
}
</style>
background-color css
<style>
a { background-color: #B47A85; }
a { background-color: rgb(180,122,133); }
div.DivClassName
{
background-color: #B47A85;
}
.BgClassName
{
background-color: #B47A85;
}
</style>
border-color css
<style>
span { border-color: #B47A85; }
span { border-color: rgb(180,122,133); }
td.TdClassName
{
border-color: #B47A85;
}
.TagClassName
{
border-color: #B47A85;
}
</style>