Shades of Tapestry #B86483
Tints of Tapestry #B86483
RGB
CMYK
RGB Variations
Color information
#B86483 (or 0xB86483) is known color: Tapestry. HEX triplet: B8, 64 and 83. RGB value is (184,100,131). Sum of RGB (Red+Green+Blue) = 184+100+131=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86483 is #479B7C. Grayscale: #808080. Windows color (decimal): -4692861 or 8611000. OLE color: 8611000.
HSL color Cylindrical-coordinate representation of color #B86483: hue angle of 337.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86483 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 131 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.28 |
| HSL | 337.86º | 0.37% | 0.56% | - |
| HSV(B) | 337.86º | 0.46% | 0.72% | - |
| XYZ | 28.42 | 20.94 | 24.02 | - |
| YUV | 128.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 131 | 0 | 0.46 | 0.29 | 0.28 | 337.86 | 0.37 | 0.56 |
| Hex | B8 | 64 | 83 | 0 | 2E | 1D | 1C | 152 | 25 | 38 |
| Octal | 270 | 144 | 203 | 0 | 56 | 35 | 34 | 522 | 45 | 70 |
| Binary | 10111000 | 1100100 | 10000011 | 0 | 101110 | 11101 | 11100 | 101010010 | 100101 | 111000 |
Color Harmonies of #B86483
Complementary color
Monochromatic Colors of #B86483
Black with #B86483
Text Example
Text Example
White with #B86483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86483; }
p { color: rgb(184,100,131); }
H1.HeaderClassName
{
color: #B86483;
}
.AnyTagClassName
{
color: #B86483;
}
</style>
background-color css
<style>
a { background-color: #B86483; }
a { background-color: rgb(184,100,131); }
div.DivClassName
{
background-color: #B86483;
}
.BgClassName
{
background-color: #B86483;
}
</style>
border-color css
<style>
span { border-color: #B86483; }
span { border-color: rgb(184,100,131); }
td.TdClassName
{
border-color: #B86483;
}
.TagClassName
{
border-color: #B86483;
}
</style>