Shades of Tapestry #B87A8E
Tints of Tapestry #B87A8E
RGB
CMYK
RGB Variations
Color information
#B87A8E (or 0xB87A8E) is known color: Tapestry. HEX triplet: B8, 7A and 8E. RGB value is (184,122,142). Sum of RGB (Red+Green+Blue) = 184+122+142=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A8E is #478571. Grayscale: #8E8E8E. Windows color (decimal): -4687218 or 9337528. OLE color: 9337528.
HSL color Cylindrical-coordinate representation of color #B87A8E: hue angle of 340.65º 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 #B87A8E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 142 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.28 |
| HSL | 340.65º | 0.3% | 0.6% | - |
| HSV(B) | 340.65º | 0.34% | 0.72% | - |
| XYZ | 31.61 | 26.06 | 28.96 | - |
| YUV | 142.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 142 | 0 | 0.34 | 0.23 | 0.28 | 340.65 | 0.3 | 0.6 |
| Hex | B8 | 7A | 8E | 0 | 22 | 17 | 1C | 155 | 1E | 3C |
| Octal | 270 | 172 | 216 | 0 | 42 | 27 | 34 | 525 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10001110 | 0 | 100010 | 10111 | 11100 | 101010101 | 11110 | 111100 |
Color Harmonies of #B87A8E
Complementary color
Monochromatic Colors of #B87A8E
Black with #B87A8E
Text Example
Text Example
White with #B87A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A8E; }
p { color: rgb(184,122,142); }
H1.HeaderClassName
{
color: #B87A8E;
}
.AnyTagClassName
{
color: #B87A8E;
}
</style>
background-color css
<style>
a { background-color: #B87A8E; }
a { background-color: rgb(184,122,142); }
div.DivClassName
{
background-color: #B87A8E;
}
.BgClassName
{
background-color: #B87A8E;
}
</style>
border-color css
<style>
span { border-color: #B87A8E; }
span { border-color: rgb(184,122,142); }
td.TdClassName
{
border-color: #B87A8E;
}
.TagClassName
{
border-color: #B87A8E;
}
</style>