Shades of Tapestry #B86981
Tints of Tapestry #B86981
RGB
CMYK
RGB Variations
Color information
#B86981 (or 0xB86981) is known color: Tapestry. HEX triplet: B8, 69 and 81. RGB value is (184,105,129). Sum of RGB (Red+Green+Blue) = 184+105+129=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B86981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86981 is #47967E. Grayscale: #838383. Windows color (decimal): -4691583 or 8481208. OLE color: 8481208.
HSL color Cylindrical-coordinate representation of color #B86981: hue angle of 341.77º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86981 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 129 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.28 |
| HSL | 341.77º | 0.36% | 0.57% | - |
| HSV(B) | 341.77º | 0.43% | 0.72% | - |
| XYZ | 28.78 | 21.88 | 23.47 | - |
| YUV | 131.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 129 | 0 | 0.43 | 0.30 | 0.28 | 341.77 | 0.36 | 0.57 |
| Hex | B8 | 69 | 81 | 0 | 2B | 1E | 1C | 156 | 24 | 39 |
| Octal | 270 | 151 | 201 | 0 | 53 | 36 | 34 | 526 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10000001 | 0 | 101011 | 11110 | 11100 | 101010110 | 100100 | 111001 |
Color Harmonies of #B86981
Complementary color
Monochromatic Colors of #B86981
Black with #B86981
Text Example
Text Example
White with #B86981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86981; }
p { color: rgb(184,105,129); }
H1.HeaderClassName
{
color: #B86981;
}
.AnyTagClassName
{
color: #B86981;
}
</style>
background-color css
<style>
a { background-color: #B86981; }
a { background-color: rgb(184,105,129); }
div.DivClassName
{
background-color: #B86981;
}
.BgClassName
{
background-color: #B86981;
}
</style>
border-color css
<style>
span { border-color: #B86981; }
span { border-color: rgb(184,105,129); }
td.TdClassName
{
border-color: #B86981;
}
.TagClassName
{
border-color: #B86981;
}
</style>