Shades of Tapestry #B86984
Tints of Tapestry #B86984
RGB
CMYK
RGB Variations
Color information
#B86984 (or 0xB86984) is known color: Tapestry. HEX triplet: B8, 69 and 84. RGB value is (184,105,132). Sum of RGB (Red+Green+Blue) = 184+105+132=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B86984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86984 is #47967B. Grayscale: #838383. Windows color (decimal): -4691580 or 8677816. OLE color: 8677816.
HSL color Cylindrical-coordinate representation of color #B86984: hue angle of 339.49º 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 #B86984 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 132 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.28 |
| HSL | 339.49º | 0.36% | 0.57% | - |
| HSV(B) | 339.49º | 0.43% | 0.72% | - |
| XYZ | 28.98 | 21.96 | 24.54 | - |
| YUV | 131.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 132 | 0 | 0.43 | 0.28 | 0.28 | 339.49 | 0.36 | 0.57 |
| Hex | B8 | 69 | 84 | 0 | 2B | 1C | 1C | 153 | 24 | 39 |
| Octal | 270 | 151 | 204 | 0 | 53 | 34 | 34 | 523 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10000100 | 0 | 101011 | 11100 | 11100 | 101010011 | 100100 | 111001 |
Color Harmonies of #B86984
Complementary color
Monochromatic Colors of #B86984
Black with #B86984
Text Example
Text Example
White with #B86984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86984; }
p { color: rgb(184,105,132); }
H1.HeaderClassName
{
color: #B86984;
}
.AnyTagClassName
{
color: #B86984;
}
</style>
background-color css
<style>
a { background-color: #B86984; }
a { background-color: rgb(184,105,132); }
div.DivClassName
{
background-color: #B86984;
}
.BgClassName
{
background-color: #B86984;
}
</style>
border-color css
<style>
span { border-color: #B86984; }
span { border-color: rgb(184,105,132); }
td.TdClassName
{
border-color: #B86984;
}
.TagClassName
{
border-color: #B86984;
}
</style>