Shades of Tapestry #B87F94
Tints of Tapestry #B87F94
RGB
CMYK
RGB Variations
Color information
#B87F94 (or 0xB87F94) is known color: Tapestry. HEX triplet: B8, 7F and 94. RGB value is (184,127,148). Sum of RGB (Red+Green+Blue) = 184+127+148=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F94 is #47806B. Grayscale: #929292. Windows color (decimal): -4685932 or 9732024. OLE color: 9732024.
HSL color Cylindrical-coordinate representation of color #B87F94: hue angle of 337.89º 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 #B87F94 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 148 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.28 |
| HSL | 337.89º | 0.29% | 0.61% | - |
| HSV(B) | 337.89º | 0.31% | 0.72% | - |
| XYZ | 32.7 | 27.51 | 31.6 | - |
| YUV | 146.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 148 | 0 | 0.31 | 0.20 | 0.28 | 337.89 | 0.29 | 0.61 |
| Hex | B8 | 7F | 94 | 0 | 1F | 14 | 1C | 152 | 1D | 3D |
| Octal | 270 | 177 | 224 | 0 | 37 | 24 | 34 | 522 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10010100 | 0 | 11111 | 10100 | 11100 | 101010010 | 11101 | 111101 |
Color Harmonies of #B87F94
Complementary color
Monochromatic Colors of #B87F94
Black with #B87F94
Text Example
Text Example
White with #B87F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F94; }
p { color: rgb(184,127,148); }
H1.HeaderClassName
{
color: #B87F94;
}
.AnyTagClassName
{
color: #B87F94;
}
</style>
background-color css
<style>
a { background-color: #B87F94; }
a { background-color: rgb(184,127,148); }
div.DivClassName
{
background-color: #B87F94;
}
.BgClassName
{
background-color: #B87F94;
}
</style>
border-color css
<style>
span { border-color: #B87F94; }
span { border-color: rgb(184,127,148); }
td.TdClassName
{
border-color: #B87F94;
}
.TagClassName
{
border-color: #B87F94;
}
</style>