Shades of Tapestry #B87C85
Tints of Tapestry #B87C85
RGB
CMYK
RGB Variations
Color information
#B87C85 (or 0xB87C85) is known color: Tapestry. HEX triplet: B8, 7C and 85. RGB value is (184,124,133). Sum of RGB (Red+Green+Blue) = 184+124+133=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C85 is #47837A. Grayscale: #8E8E8E. Windows color (decimal): -4686715 or 8748216. OLE color: 8748216.
HSL color Cylindrical-coordinate representation of color #B87C85: hue angle of 351º 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 #B87C85 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 133 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.28 |
| HSL | 351º | 0.3% | 0.6% | - |
| HSV(B) | 351º | 0.33% | 0.72% | - |
| XYZ | 31.21 | 26.3 | 25.62 | - |
| YUV | 142.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 133 | 0 | 0.33 | 0.28 | 0.28 | 351 | 0.3 | 0.6 |
| Hex | B8 | 7C | 85 | 0 | 21 | 1C | 1C | 15F | 1E | 3C |
| Octal | 270 | 174 | 205 | 0 | 41 | 34 | 34 | 537 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10000101 | 0 | 100001 | 11100 | 11100 | 101011111 | 11110 | 111100 |
Color Harmonies of #B87C85
Complementary color
Monochromatic Colors of #B87C85
Black with #B87C85
Text Example
Text Example
White with #B87C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C85; }
p { color: rgb(184,124,133); }
H1.HeaderClassName
{
color: #B87C85;
}
.AnyTagClassName
{
color: #B87C85;
}
</style>
background-color css
<style>
a { background-color: #B87C85; }
a { background-color: rgb(184,124,133); }
div.DivClassName
{
background-color: #B87C85;
}
.BgClassName
{
background-color: #B87C85;
}
</style>
border-color css
<style>
span { border-color: #B87C85; }
span { border-color: rgb(184,124,133); }
td.TdClassName
{
border-color: #B87C85;
}
.TagClassName
{
border-color: #B87C85;
}
</style>