Shades of Tapestry #B87C8F
Tints of Tapestry #B87C8F
RGB
CMYK
RGB Variations
Color information
#B87C8F (or 0xB87C8F) is known color: Tapestry. HEX triplet: B8, 7C and 8F. RGB value is (184,124,143). Sum of RGB (Red+Green+Blue) = 184+124+143=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C8F is #478370. Grayscale: #909090. Windows color (decimal): -4686705 or 9403576. OLE color: 9403576.
HSL color Cylindrical-coordinate representation of color #B87C8F: hue angle of 341º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87C8F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 143 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.28 |
| HSL | 341º | 0.3% | 0.6% | - |
| HSV(B) | 341º | 0.33% | 0.72% | - |
| XYZ | 31.93 | 26.59 | 29.44 | - |
| YUV | 144.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 143 | 0 | 0.33 | 0.22 | 0.28 | 341 | 0.3 | 0.6 |
| Hex | B8 | 7C | 8F | 0 | 21 | 16 | 1C | 155 | 1E | 3C |
| Octal | 270 | 174 | 217 | 0 | 41 | 26 | 34 | 525 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10001111 | 0 | 100001 | 10110 | 11100 | 101010101 | 11110 | 111100 |
Color Harmonies of #B87C8F
Complementary color
Monochromatic Colors of #B87C8F
Black with #B87C8F
Text Example
Text Example
White with #B87C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C8F; }
p { color: rgb(184,124,143); }
H1.HeaderClassName
{
color: #B87C8F;
}
.AnyTagClassName
{
color: #B87C8F;
}
</style>
background-color css
<style>
a { background-color: #B87C8F; }
a { background-color: rgb(184,124,143); }
div.DivClassName
{
background-color: #B87C8F;
}
.BgClassName
{
background-color: #B87C8F;
}
</style>
border-color css
<style>
span { border-color: #B87C8F; }
span { border-color: rgb(184,124,143); }
td.TdClassName
{
border-color: #B87C8F;
}
.TagClassName
{
border-color: #B87C8F;
}
</style>