Shades of Tapestry #B86E82
Tints of Tapestry #B86E82
RGB
CMYK
RGB Variations
Color information
#B86E82 (or 0xB86E82) is known color: Tapestry. HEX triplet: B8, 6E and 82. RGB value is (184,110,130). Sum of RGB (Red+Green+Blue) = 184+110+130=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E82 is #47917D. Grayscale: #868686. Windows color (decimal): -4690302 or 8548024. OLE color: 8548024.
HSL color Cylindrical-coordinate representation of color #B86E82: hue angle of 343.78º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E82 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 130 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.28 |
| HSL | 343.78º | 0.34% | 0.58% | - |
| HSV(B) | 343.78º | 0.4% | 0.72% | - |
| XYZ | 29.37 | 22.95 | 24 | - |
| YUV | 134.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 130 | 0 | 0.40 | 0.29 | 0.28 | 343.78 | 0.34 | 0.58 |
| Hex | B8 | 6E | 82 | 0 | 28 | 1D | 1C | 158 | 22 | 3A |
| Octal | 270 | 156 | 202 | 0 | 50 | 35 | 34 | 530 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10000010 | 0 | 101000 | 11101 | 11100 | 101011000 | 100010 | 111010 |
Color Harmonies of #B86E82
Complementary color
Monochromatic Colors of #B86E82
Black with #B86E82
Text Example
Text Example
White with #B86E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E82; }
p { color: rgb(184,110,130); }
H1.HeaderClassName
{
color: #B86E82;
}
.AnyTagClassName
{
color: #B86E82;
}
</style>
background-color css
<style>
a { background-color: #B86E82; }
a { background-color: rgb(184,110,130); }
div.DivClassName
{
background-color: #B86E82;
}
.BgClassName
{
background-color: #B86E82;
}
</style>
border-color css
<style>
span { border-color: #B86E82; }
span { border-color: rgb(184,110,130); }
td.TdClassName
{
border-color: #B86E82;
}
.TagClassName
{
border-color: #B86E82;
}
</style>