Shades of Tapestry #B85D86
Tints of Tapestry #B85D86
RGB
CMYK
RGB Variations
Color information
#B85D86 (or 0xB85D86) is known color: Tapestry. HEX triplet: B8, 5D and 86. RGB value is (184,93,134). Sum of RGB (Red+Green+Blue) = 184+93+134=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85D86 is #47A279. Grayscale: #7C7C7C. Windows color (decimal): -4694650 or 8805816. OLE color: 8805816.
HSL color Cylindrical-coordinate representation of color #B85D86: hue angle of 332.97º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D86 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 134 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.28 |
| HSL | 332.97º | 0.39% | 0.54% | - |
| HSV(B) | 332.97º | 0.49% | 0.72% | - |
| XYZ | 27.98 | 19.74 | 24.89 | - |
| YUV | 124.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 134 | 0 | 0.49 | 0.27 | 0.28 | 332.97 | 0.39 | 0.54 |
| Hex | B8 | 5D | 86 | 0 | 31 | 1B | 1C | 14D | 27 | 36 |
| Octal | 270 | 135 | 206 | 0 | 61 | 33 | 34 | 515 | 47 | 66 |
| Binary | 10111000 | 1011101 | 10000110 | 0 | 110001 | 11011 | 11100 | 101001101 | 100111 | 110110 |
Color Harmonies of #B85D86
Complementary color
Monochromatic Colors of #B85D86
Black with #B85D86
Text Example
Text Example
White with #B85D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D86; }
p { color: rgb(184,93,134); }
H1.HeaderClassName
{
color: #B85D86;
}
.AnyTagClassName
{
color: #B85D86;
}
</style>
background-color css
<style>
a { background-color: #B85D86; }
a { background-color: rgb(184,93,134); }
div.DivClassName
{
background-color: #B85D86;
}
.BgClassName
{
background-color: #B85D86;
}
</style>
border-color css
<style>
span { border-color: #B85D86; }
span { border-color: rgb(184,93,134); }
td.TdClassName
{
border-color: #B85D86;
}
.TagClassName
{
border-color: #B85D86;
}
</style>