Shades of Tapestry #B86B7D
Tints of Tapestry #B86B7D
RGB
CMYK
RGB Variations
Color information
#B86B7D (or 0xB86B7D) is known color: Tapestry. HEX triplet: B8, 6B and 7D. RGB value is (184,107,125). Sum of RGB (Red+Green+Blue) = 184+107+125=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B7D is #479482. Grayscale: #848484. Windows color (decimal): -4691075 or 8219576. OLE color: 8219576.
HSL color Cylindrical-coordinate representation of color #B86B7D: hue angle of 345.97º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B7D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 125 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.28 |
| HSL | 345.97º | 0.35% | 0.57% | - |
| HSV(B) | 345.97º | 0.42% | 0.72% | - |
| XYZ | 28.73 | 22.19 | 22.17 | - |
| YUV | 132.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 125 | 0 | 0.42 | 0.32 | 0.28 | 345.97 | 0.35 | 0.57 |
| Hex | B8 | 6B | 7D | 0 | 2A | 20 | 1C | 15A | 23 | 39 |
| Octal | 270 | 153 | 175 | 0 | 52 | 40 | 34 | 532 | 43 | 71 |
| Binary | 10111000 | 1101011 | 1111101 | 0 | 101010 | 100000 | 11100 | 101011010 | 100011 | 111001 |
Color Harmonies of #B86B7D
Complementary color
Monochromatic Colors of #B86B7D
Black with #B86B7D
Text Example
Text Example
White with #B86B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B7D; }
p { color: rgb(184,107,125); }
H1.HeaderClassName
{
color: #B86B7D;
}
.AnyTagClassName
{
color: #B86B7D;
}
</style>
background-color css
<style>
a { background-color: #B86B7D; }
a { background-color: rgb(184,107,125); }
div.DivClassName
{
background-color: #B86B7D;
}
.BgClassName
{
background-color: #B86B7D;
}
</style>
border-color css
<style>
span { border-color: #B86B7D; }
span { border-color: rgb(184,107,125); }
td.TdClassName
{
border-color: #B86B7D;
}
.TagClassName
{
border-color: #B86B7D;
}
</style>