Shades of Tapestry #B87F8F
Tints of Tapestry #B87F8F
RGB
CMYK
RGB Variations
Color information
#B87F8F (or 0xB87F8F) is known color: Tapestry. HEX triplet: B8, 7F and 8F. RGB value is (184,127,143). Sum of RGB (Red+Green+Blue) = 184+127+143=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F8F is #478070. Grayscale: #919191. Windows color (decimal): -4685937 or 9404344. OLE color: 9404344.
HSL color Cylindrical-coordinate representation of color #B87F8F: hue angle of 343.16º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87F8F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 143 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.28 |
| HSL | 343.16º | 0.29% | 0.61% | - |
| HSV(B) | 343.16º | 0.31% | 0.72% | - |
| XYZ | 32.31 | 27.35 | 29.56 | - |
| YUV | 145.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 143 | 0 | 0.31 | 0.22 | 0.28 | 343.16 | 0.29 | 0.61 |
| Hex | B8 | 7F | 8F | 0 | 1F | 16 | 1C | 157 | 1D | 3D |
| Octal | 270 | 177 | 217 | 0 | 37 | 26 | 34 | 527 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10001111 | 0 | 11111 | 10110 | 11100 | 101010111 | 11101 | 111101 |
Color Harmonies of #B87F8F
Complementary color
Monochromatic Colors of #B87F8F
Black with #B87F8F
Text Example
Text Example
White with #B87F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F8F; }
p { color: rgb(184,127,143); }
H1.HeaderClassName
{
color: #B87F8F;
}
.AnyTagClassName
{
color: #B87F8F;
}
</style>
background-color css
<style>
a { background-color: #B87F8F; }
a { background-color: rgb(184,127,143); }
div.DivClassName
{
background-color: #B87F8F;
}
.BgClassName
{
background-color: #B87F8F;
}
</style>
border-color css
<style>
span { border-color: #B87F8F; }
span { border-color: rgb(184,127,143); }
td.TdClassName
{
border-color: #B87F8F;
}
.TagClassName
{
border-color: #B87F8F;
}
</style>