Shades of Tapestry #B86585
Tints of Tapestry #B86585
RGB
CMYK
RGB Variations
Color information
#B86585 (or 0xB86585) is known color: Tapestry. HEX triplet: B8, 65 and 85. RGB value is (184,101,133). Sum of RGB (Red+Green+Blue) = 184+101+133=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B86585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86585 is #479A7A. Grayscale: #818181. Windows color (decimal): -4692603 or 8742328. OLE color: 8742328.
HSL color Cylindrical-coordinate representation of color #B86585: hue angle of 336.87º 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 #B86585 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 133 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.28 |
| HSL | 336.87º | 0.37% | 0.56% | - |
| HSV(B) | 336.87º | 0.45% | 0.72% | - |
| XYZ | 28.65 | 21.19 | 24.77 | - |
| YUV | 129.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 133 | 0 | 0.45 | 0.28 | 0.28 | 336.87 | 0.37 | 0.56 |
| Hex | B8 | 65 | 85 | 0 | 2D | 1C | 1C | 151 | 25 | 38 |
| Octal | 270 | 145 | 205 | 0 | 55 | 34 | 34 | 521 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10000101 | 0 | 101101 | 11100 | 11100 | 101010001 | 100101 | 111000 |
Color Harmonies of #B86585
Complementary color
Monochromatic Colors of #B86585
Black with #B86585
Text Example
Text Example
White with #B86585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86585; }
p { color: rgb(184,101,133); }
H1.HeaderClassName
{
color: #B86585;
}
.AnyTagClassName
{
color: #B86585;
}
</style>
background-color css
<style>
a { background-color: #B86585; }
a { background-color: rgb(184,101,133); }
div.DivClassName
{
background-color: #B86585;
}
.BgClassName
{
background-color: #B86585;
}
</style>
border-color css
<style>
span { border-color: #B86585; }
span { border-color: rgb(184,101,133); }
td.TdClassName
{
border-color: #B86585;
}
.TagClassName
{
border-color: #B86585;
}
</style>