Shades of Tapestry #B86C83
Tints of Tapestry #B86C83
RGB
CMYK
RGB Variations
Color information
#B86C83 (or 0xB86C83) is known color: Tapestry. HEX triplet: B8, 6C and 83. RGB value is (184,108,131). Sum of RGB (Red+Green+Blue) = 184+108+131=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C83 is #47937C. Grayscale: #858585. Windows color (decimal): -4690813 or 8613048. OLE color: 8613048.
HSL color Cylindrical-coordinate representation of color #B86C83: hue angle of 341.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C83 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 131 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.28 |
| HSL | 341.84º | 0.35% | 0.57% | - |
| HSV(B) | 341.84º | 0.41% | 0.72% | - |
| XYZ | 29.23 | 22.55 | 24.29 | - |
| YUV | 133.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 131 | 0 | 0.41 | 0.29 | 0.28 | 341.84 | 0.35 | 0.57 |
| Hex | B8 | 6C | 83 | 0 | 29 | 1D | 1C | 156 | 23 | 39 |
| Octal | 270 | 154 | 203 | 0 | 51 | 35 | 34 | 526 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10000011 | 0 | 101001 | 11101 | 11100 | 101010110 | 100011 | 111001 |
Color Harmonies of #B86C83
Complementary color
Monochromatic Colors of #B86C83
Black with #B86C83
Text Example
Text Example
White with #B86C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C83; }
p { color: rgb(184,108,131); }
H1.HeaderClassName
{
color: #B86C83;
}
.AnyTagClassName
{
color: #B86C83;
}
</style>
background-color css
<style>
a { background-color: #B86C83; }
a { background-color: rgb(184,108,131); }
div.DivClassName
{
background-color: #B86C83;
}
.BgClassName
{
background-color: #B86C83;
}
</style>
border-color css
<style>
span { border-color: #B86C83; }
span { border-color: rgb(184,108,131); }
td.TdClassName
{
border-color: #B86C83;
}
.TagClassName
{
border-color: #B86C83;
}
</style>