Shades of Tapestry #B87A8D
Tints of Tapestry #B87A8D
RGB
CMYK
RGB Variations
Color information
#B87A8D (or 0xB87A8D) is known color: Tapestry. HEX triplet: B8, 7A and 8D. RGB value is (184,122,141). Sum of RGB (Red+Green+Blue) = 184+122+141=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A8D is #478572. Grayscale: #8E8E8E. Windows color (decimal): -4687219 or 9271992. OLE color: 9271992.
HSL color Cylindrical-coordinate representation of color #B87A8D: hue angle of 341.61º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87A8D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 122 | 141 | - |
CMYK | 0 | 0.34 | 0.23 | 0.28 |
HSL | 341.61º | 0.3% | 0.6% | - |
HSV(B) | 341.61º | 0.34% | 0.72% | - |
XYZ | 31.53 | 26.03 | 28.56 | - |
YUV | 142.7 | 127.04 | 157.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 122 | 141 | 0 | 0.34 | 0.23 | 0.28 | 341.61 | 0.3 | 0.6 |
Hex | B8 | 7A | 8D | 0 | 22 | 17 | 1C | 156 | 1E | 3C |
Octal | 270 | 172 | 215 | 0 | 42 | 27 | 34 | 526 | 36 | 74 |
Binary | 10111000 | 1111010 | 10001101 | 0 | 100010 | 10111 | 11100 | 101010110 | 11110 | 111100 |
Color Harmonies of #B87A8D
Complementary color
Monochromatic Colors of #B87A8D
Black with #B87A8D
Text Example
Text Example
White with #B87A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A8D; }
p { color: rgb(184,122,141); }
H1.HeaderClassName
{
color: #B87A8D;
}
.AnyTagClassName
{
color: #B87A8D;
}
</style>
background-color css
<style>
a { background-color: #B87A8D; }
a { background-color: rgb(184,122,141); }
div.DivClassName
{
background-color: #B87A8D;
}
.BgClassName
{
background-color: #B87A8D;
}
</style>
border-color css
<style>
span { border-color: #B87A8D; }
span { border-color: rgb(184,122,141); }
td.TdClassName
{
border-color: #B87A8D;
}
.TagClassName
{
border-color: #B87A8D;
}
</style>