Shades of Tapestry #B86D85
Tints of Tapestry #B86D85
RGB
CMYK
RGB Variations
Color information
#B86D85 (or 0xB86D85) is known color: Tapestry. HEX triplet: B8, 6D and 85. RGB value is (184,109,133). Sum of RGB (Red+Green+Blue) = 184+109+133=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86D85 is #47927A. Grayscale: #868686. Windows color (decimal): -4690555 or 8744376. OLE color: 8744376.
HSL color Cylindrical-coordinate representation of color #B86D85: hue angle of 340.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86D85 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 133 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.28 |
| HSL | 340.8º | 0.35% | 0.57% | - |
| HSV(B) | 340.8º | 0.41% | 0.72% | - |
| XYZ | 29.47 | 22.82 | 25.04 | - |
| YUV | 134.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 133 | 0 | 0.41 | 0.28 | 0.28 | 340.8 | 0.35 | 0.57 |
| Hex | B8 | 6D | 85 | 0 | 29 | 1C | 1C | 155 | 23 | 39 |
| Octal | 270 | 155 | 205 | 0 | 51 | 34 | 34 | 525 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10000101 | 0 | 101001 | 11100 | 11100 | 101010101 | 100011 | 111001 |
Color Harmonies of #B86D85
Complementary color
Monochromatic Colors of #B86D85
Black with #B86D85
Text Example
Text Example
White with #B86D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D85; }
p { color: rgb(184,109,133); }
H1.HeaderClassName
{
color: #B86D85;
}
.AnyTagClassName
{
color: #B86D85;
}
</style>
background-color css
<style>
a { background-color: #B86D85; }
a { background-color: rgb(184,109,133); }
div.DivClassName
{
background-color: #B86D85;
}
.BgClassName
{
background-color: #B86D85;
}
</style>
border-color css
<style>
span { border-color: #B86D85; }
span { border-color: rgb(184,109,133); }
td.TdClassName
{
border-color: #B86D85;
}
.TagClassName
{
border-color: #B86D85;
}
</style>