Shades of Tapestry #B86A8D
Tints of Tapestry #B86A8D
RGB
CMYK
RGB Variations
Color information
#B86A8D (or 0xB86A8D) is known color: Tapestry. HEX triplet: B8, 6A and 8D. RGB value is (184,106,141). Sum of RGB (Red+Green+Blue) = 184+106+141=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A8D is #479572. Grayscale: #858585. Windows color (decimal): -4691315 or 9267896. OLE color: 9267896.
HSL color Cylindrical-coordinate representation of color #B86A8D: hue angle of 333.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86A8D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 141 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.28 |
| HSL | 333.08º | 0.35% | 0.57% | - |
| HSV(B) | 333.08º | 0.42% | 0.72% | - |
| XYZ | 29.73 | 22.42 | 27.96 | - |
| YUV | 133.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 141 | 0 | 0.42 | 0.23 | 0.28 | 333.08 | 0.35 | 0.57 |
| Hex | B8 | 6A | 8D | 0 | 2A | 17 | 1C | 14D | 23 | 39 |
| Octal | 270 | 152 | 215 | 0 | 52 | 27 | 34 | 515 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10001101 | 0 | 101010 | 10111 | 11100 | 101001101 | 100011 | 111001 |
Color Harmonies of #B86A8D
Complementary color
Monochromatic Colors of #B86A8D
Black with #B86A8D
Text Example
Text Example
White with #B86A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A8D; }
p { color: rgb(184,106,141); }
H1.HeaderClassName
{
color: #B86A8D;
}
.AnyTagClassName
{
color: #B86A8D;
}
</style>
background-color css
<style>
a { background-color: #B86A8D; }
a { background-color: rgb(184,106,141); }
div.DivClassName
{
background-color: #B86A8D;
}
.BgClassName
{
background-color: #B86A8D;
}
</style>
border-color css
<style>
span { border-color: #B86A8D; }
span { border-color: rgb(184,106,141); }
td.TdClassName
{
border-color: #B86A8D;
}
.TagClassName
{
border-color: #B86A8D;
}
</style>