Shades of Tapestry #B86381
Tints of Tapestry #B86381
RGB
CMYK
RGB Variations
Color information
#B86381 (or 0xB86381) is known color: Tapestry. HEX triplet: B8, 63 and 81. RGB value is (184,99,129). Sum of RGB (Red+Green+Blue) = 184+99+129=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B86381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86381 is #479C7E. Grayscale: #7F7F7F. Windows color (decimal): -4693119 or 8479672. OLE color: 8479672.
HSL color Cylindrical-coordinate representation of color #B86381: hue angle of 338.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86381 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 129 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.28 |
| HSL | 338.82º | 0.37% | 0.55% | - |
| HSV(B) | 338.82º | 0.46% | 0.72% | - |
| XYZ | 28.19 | 20.7 | 23.28 | - |
| YUV | 127.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 129 | 0 | 0.46 | 0.30 | 0.28 | 338.82 | 0.37 | 0.55 |
| Hex | B8 | 63 | 81 | 0 | 2E | 1E | 1C | 153 | 25 | 37 |
| Octal | 270 | 143 | 201 | 0 | 56 | 36 | 34 | 523 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10000001 | 0 | 101110 | 11110 | 11100 | 101010011 | 100101 | 110111 |
Color Harmonies of #B86381
Complementary color
Monochromatic Colors of #B86381
Black with #B86381
Text Example
Text Example
White with #B86381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86381; }
p { color: rgb(184,99,129); }
H1.HeaderClassName
{
color: #B86381;
}
.AnyTagClassName
{
color: #B86381;
}
</style>
background-color css
<style>
a { background-color: #B86381; }
a { background-color: rgb(184,99,129); }
div.DivClassName
{
background-color: #B86381;
}
.BgClassName
{
background-color: #B86381;
}
</style>
border-color css
<style>
span { border-color: #B86381; }
span { border-color: rgb(184,99,129); }
td.TdClassName
{
border-color: #B86381;
}
.TagClassName
{
border-color: #B86381;
}
</style>