Shades of Tapestry #B86F79
Tints of Tapestry #B86F79
RGB
CMYK
RGB Variations
Color information
#B86F79 (or 0xB86F79) is known color: Tapestry. HEX triplet: B8, 6F and 79. RGB value is (184,111,121). Sum of RGB (Red+Green+Blue) = 184+111+121=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F79 is #479086. Grayscale: #868686. Windows color (decimal): -4690055 or 7958456. OLE color: 7958456.
HSL color Cylindrical-coordinate representation of color #B86F79: hue angle of 351.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 #B86F79 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 121 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.28 |
| HSL | 351.78º | 0.34% | 0.58% | - |
| HSV(B) | 351.78º | 0.4% | 0.72% | - |
| XYZ | 28.9 | 22.94 | 20.99 | - |
| YUV | 133.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 121 | 0 | 0.40 | 0.34 | 0.28 | 351.78 | 0.34 | 0.58 |
| Hex | B8 | 6F | 79 | 0 | 28 | 22 | 1C | 160 | 22 | 3A |
| Octal | 270 | 157 | 171 | 0 | 50 | 42 | 34 | 540 | 42 | 72 |
| Binary | 10111000 | 1101111 | 1111001 | 0 | 101000 | 100010 | 11100 | 101100000 | 100010 | 111010 |
Color Harmonies of #B86F79
Complementary color
Monochromatic Colors of #B86F79
Black with #B86F79
Text Example
Text Example
White with #B86F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F79; }
p { color: rgb(184,111,121); }
H1.HeaderClassName
{
color: #B86F79;
}
.AnyTagClassName
{
color: #B86F79;
}
</style>
background-color css
<style>
a { background-color: #B86F79; }
a { background-color: rgb(184,111,121); }
div.DivClassName
{
background-color: #B86F79;
}
.BgClassName
{
background-color: #B86F79;
}
</style>
border-color css
<style>
span { border-color: #B86F79; }
span { border-color: rgb(184,111,121); }
td.TdClassName
{
border-color: #B86F79;
}
.TagClassName
{
border-color: #B86F79;
}
</style>