Shades of Tapestry #B86282
Tints of Tapestry #B86282
RGB
CMYK
RGB Variations
Color information
#B86282 (or 0xB86282) is known color: Tapestry. HEX triplet: B8, 62 and 82. RGB value is (184,98,130). Sum of RGB (Red+Green+Blue) = 184+98+130=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B86282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86282 is #479D7D. Grayscale: #7F7F7F. Windows color (decimal): -4693374 or 8544952. OLE color: 8544952.
HSL color Cylindrical-coordinate representation of color #B86282: hue angle of 337.67º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86282 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 130 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.28 |
| HSL | 337.67º | 0.38% | 0.55% | - |
| HSV(B) | 337.67º | 0.47% | 0.72% | - |
| XYZ | 28.16 | 20.54 | 23.6 | - |
| YUV | 127.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 130 | 0 | 0.47 | 0.29 | 0.28 | 337.67 | 0.38 | 0.55 |
| Hex | B8 | 62 | 82 | 0 | 2F | 1D | 1C | 152 | 26 | 37 |
| Octal | 270 | 142 | 202 | 0 | 57 | 35 | 34 | 522 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10000010 | 0 | 101111 | 11101 | 11100 | 101010010 | 100110 | 110111 |
Color Harmonies of #B86282
Complementary color
Monochromatic Colors of #B86282
Black with #B86282
Text Example
Text Example
White with #B86282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86282; }
p { color: rgb(184,98,130); }
H1.HeaderClassName
{
color: #B86282;
}
.AnyTagClassName
{
color: #B86282;
}
</style>
background-color css
<style>
a { background-color: #B86282; }
a { background-color: rgb(184,98,130); }
div.DivClassName
{
background-color: #B86282;
}
.BgClassName
{
background-color: #B86282;
}
</style>
border-color css
<style>
span { border-color: #B86282; }
span { border-color: rgb(184,98,130); }
td.TdClassName
{
border-color: #B86282;
}
.TagClassName
{
border-color: #B86282;
}
</style>