Shades of Tapestry #B86B83
Tints of Tapestry #B86B83
RGB
CMYK
RGB Variations
Color information
#B86B83 (or 0xB86B83) is known color: Tapestry. HEX triplet: B8, 6B and 83. RGB value is (184,107,131). Sum of RGB (Red+Green+Blue) = 184+107+131=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B83 is #47947C. Grayscale: #848484. Windows color (decimal): -4691069 or 8612792. OLE color: 8612792.
HSL color Cylindrical-coordinate representation of color #B86B83: hue angle of 341.3º 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 #B86B83 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 131 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.28 |
| HSL | 341.3º | 0.35% | 0.57% | - |
| HSV(B) | 341.3º | 0.42% | 0.72% | - |
| XYZ | 29.12 | 22.34 | 24.25 | - |
| YUV | 132.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 131 | 0 | 0.42 | 0.29 | 0.28 | 341.3 | 0.35 | 0.57 |
| Hex | B8 | 6B | 83 | 0 | 2A | 1D | 1C | 155 | 23 | 39 |
| Octal | 270 | 153 | 203 | 0 | 52 | 35 | 34 | 525 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10000011 | 0 | 101010 | 11101 | 11100 | 101010101 | 100011 | 111001 |
Color Harmonies of #B86B83
Complementary color
Monochromatic Colors of #B86B83
Black with #B86B83
Text Example
Text Example
White with #B86B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B83; }
p { color: rgb(184,107,131); }
H1.HeaderClassName
{
color: #B86B83;
}
.AnyTagClassName
{
color: #B86B83;
}
</style>
background-color css
<style>
a { background-color: #B86B83; }
a { background-color: rgb(184,107,131); }
div.DivClassName
{
background-color: #B86B83;
}
.BgClassName
{
background-color: #B86B83;
}
</style>
border-color css
<style>
span { border-color: #B86B83; }
span { border-color: rgb(184,107,131); }
td.TdClassName
{
border-color: #B86B83;
}
.TagClassName
{
border-color: #B86B83;
}
</style>