Shades of Tapestry #B86F82
Tints of Tapestry #B86F82
RGB
CMYK
RGB Variations
Color information
#B86F82 (or 0xB86F82) is known color: Tapestry. HEX triplet: B8, 6F and 82. RGB value is (184,111,130). Sum of RGB (Red+Green+Blue) = 184+111+130=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F82 is #47907D. Grayscale: #868686. Windows color (decimal): -4690046 or 8548280. OLE color: 8548280.
HSL color Cylindrical-coordinate representation of color #B86F82: hue angle of 344.38º 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 #B86F82 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 130 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.28 |
| HSL | 344.38º | 0.34% | 0.58% | - |
| HSV(B) | 344.38º | 0.4% | 0.72% | - |
| XYZ | 29.48 | 23.17 | 24.04 | - |
| YUV | 134.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 130 | 0 | 0.40 | 0.29 | 0.28 | 344.38 | 0.34 | 0.58 |
| Hex | B8 | 6F | 82 | 0 | 28 | 1D | 1C | 158 | 22 | 3A |
| Octal | 270 | 157 | 202 | 0 | 50 | 35 | 34 | 530 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10000010 | 0 | 101000 | 11101 | 11100 | 101011000 | 100010 | 111010 |
Color Harmonies of #B86F82
Complementary color
Monochromatic Colors of #B86F82
Black with #B86F82
Text Example
Text Example
White with #B86F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F82; }
p { color: rgb(184,111,130); }
H1.HeaderClassName
{
color: #B86F82;
}
.AnyTagClassName
{
color: #B86F82;
}
</style>
background-color css
<style>
a { background-color: #B86F82; }
a { background-color: rgb(184,111,130); }
div.DivClassName
{
background-color: #B86F82;
}
.BgClassName
{
background-color: #B86F82;
}
</style>
border-color css
<style>
span { border-color: #B86F82; }
span { border-color: rgb(184,111,130); }
td.TdClassName
{
border-color: #B86F82;
}
.TagClassName
{
border-color: #B86F82;
}
</style>