Shades of Tapestry #B86F85
Tints of Tapestry #B86F85
RGB
CMYK
RGB Variations
Color information
#B86F85 (or 0xB86F85) is known color: Tapestry. HEX triplet: B8, 6F and 85. RGB value is (184,111,133). Sum of RGB (Red+Green+Blue) = 184+111+133=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F85 is #47907A. Grayscale: #878787. Windows color (decimal): -4690043 or 8744888. OLE color: 8744888.
HSL color Cylindrical-coordinate representation of color #B86F85: hue angle of 341.92º 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 #B86F85 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 133 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.28 |
| HSL | 341.92º | 0.34% | 0.58% | - |
| HSV(B) | 341.92º | 0.4% | 0.72% | - |
| XYZ | 29.69 | 23.25 | 25.11 | - |
| YUV | 135.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 133 | 0 | 0.40 | 0.28 | 0.28 | 341.92 | 0.34 | 0.58 |
| Hex | B8 | 6F | 85 | 0 | 28 | 1C | 1C | 156 | 22 | 3A |
| Octal | 270 | 157 | 205 | 0 | 50 | 34 | 34 | 526 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10000101 | 0 | 101000 | 11100 | 11100 | 101010110 | 100010 | 111010 |
Color Harmonies of #B86F85
Complementary color
Monochromatic Colors of #B86F85
Black with #B86F85
Text Example
Text Example
White with #B86F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F85; }
p { color: rgb(184,111,133); }
H1.HeaderClassName
{
color: #B86F85;
}
.AnyTagClassName
{
color: #B86F85;
}
</style>
background-color css
<style>
a { background-color: #B86F85; }
a { background-color: rgb(184,111,133); }
div.DivClassName
{
background-color: #B86F85;
}
.BgClassName
{
background-color: #B86F85;
}
</style>
border-color css
<style>
span { border-color: #B86F85; }
span { border-color: rgb(184,111,133); }
td.TdClassName
{
border-color: #B86F85;
}
.TagClassName
{
border-color: #B86F85;
}
</style>