Shades of Tapestry #B86583
Tints of Tapestry #B86583
RGB
CMYK
RGB Variations
Color information
#B86583 (or 0xB86583) is known color: Tapestry. HEX triplet: B8, 65 and 83. RGB value is (184,101,131). Sum of RGB (Red+Green+Blue) = 184+101+131=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86583 is #479A7C. Grayscale: #818181. Windows color (decimal): -4692605 or 8611256. OLE color: 8611256.
HSL color Cylindrical-coordinate representation of color #B86583: hue angle of 338.31º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86583 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 131 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.28 |
| HSL | 338.31º | 0.37% | 0.56% | - |
| HSV(B) | 338.31º | 0.45% | 0.72% | - |
| XYZ | 28.52 | 21.14 | 24.05 | - |
| YUV | 129.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 131 | 0 | 0.45 | 0.29 | 0.28 | 338.31 | 0.37 | 0.56 |
| Hex | B8 | 65 | 83 | 0 | 2D | 1D | 1C | 152 | 25 | 38 |
| Octal | 270 | 145 | 203 | 0 | 55 | 35 | 34 | 522 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10000011 | 0 | 101101 | 11101 | 11100 | 101010010 | 100101 | 111000 |
Color Harmonies of #B86583
Complementary color
Monochromatic Colors of #B86583
Black with #B86583
Text Example
Text Example
White with #B86583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86583; }
p { color: rgb(184,101,131); }
H1.HeaderClassName
{
color: #B86583;
}
.AnyTagClassName
{
color: #B86583;
}
</style>
background-color css
<style>
a { background-color: #B86583; }
a { background-color: rgb(184,101,131); }
div.DivClassName
{
background-color: #B86583;
}
.BgClassName
{
background-color: #B86583;
}
</style>
border-color css
<style>
span { border-color: #B86583; }
span { border-color: rgb(184,101,131); }
td.TdClassName
{
border-color: #B86583;
}
.TagClassName
{
border-color: #B86583;
}
</style>