Shades of Tapestry #B86E7D
Tints of Tapestry #B86E7D
RGB
CMYK
RGB Variations
Color information
#B86E7D (or 0xB86E7D) is known color: Tapestry. HEX triplet: B8, 6E and 7D. RGB value is (184,110,125). Sum of RGB (Red+Green+Blue) = 184+110+125=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E7D is #479182. Grayscale: #858585. Windows color (decimal): -4690307 or 8220344. OLE color: 8220344.
HSL color Cylindrical-coordinate representation of color #B86E7D: hue angle of 347.84º 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 #B86E7D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 125 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.28 |
| HSL | 347.84º | 0.34% | 0.58% | - |
| HSV(B) | 347.84º | 0.4% | 0.72% | - |
| XYZ | 29.04 | 22.82 | 22.28 | - |
| YUV | 133.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 125 | 0 | 0.40 | 0.32 | 0.28 | 347.84 | 0.34 | 0.58 |
| Hex | B8 | 6E | 7D | 0 | 28 | 20 | 1C | 15C | 22 | 3A |
| Octal | 270 | 156 | 175 | 0 | 50 | 40 | 34 | 534 | 42 | 72 |
| Binary | 10111000 | 1101110 | 1111101 | 0 | 101000 | 100000 | 11100 | 101011100 | 100010 | 111010 |
Color Harmonies of #B86E7D
Complementary color
Monochromatic Colors of #B86E7D
Black with #B86E7D
Text Example
Text Example
White with #B86E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E7D; }
p { color: rgb(184,110,125); }
H1.HeaderClassName
{
color: #B86E7D;
}
.AnyTagClassName
{
color: #B86E7D;
}
</style>
background-color css
<style>
a { background-color: #B86E7D; }
a { background-color: rgb(184,110,125); }
div.DivClassName
{
background-color: #B86E7D;
}
.BgClassName
{
background-color: #B86E7D;
}
</style>
border-color css
<style>
span { border-color: #B86E7D; }
span { border-color: rgb(184,110,125); }
td.TdClassName
{
border-color: #B86E7D;
}
.TagClassName
{
border-color: #B86E7D;
}
</style>