Shades of Tapestry #B86C80
Tints of Tapestry #B86C80
RGB
CMYK
RGB Variations
Color information
#B86C80 (or 0xB86C80) is known color: Tapestry. HEX triplet: B8, 6C and 80. RGB value is (184,108,128). Sum of RGB (Red+Green+Blue) = 184+108+128=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C80 is #47937F. Grayscale: #858585. Windows color (decimal): -4690816 or 8416440. OLE color: 8416440.
HSL color Cylindrical-coordinate representation of color #B86C80: hue angle of 344.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C80 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 128 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.28 |
| HSL | 344.21º | 0.35% | 0.57% | - |
| HSV(B) | 344.21º | 0.41% | 0.72% | - |
| XYZ | 29.03 | 22.47 | 23.23 | - |
| YUV | 133 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 128 | 0 | 0.41 | 0.30 | 0.28 | 344.21 | 0.35 | 0.57 |
| Hex | B8 | 6C | 80 | 0 | 29 | 1E | 1C | 158 | 23 | 39 |
| Octal | 270 | 154 | 200 | 0 | 51 | 36 | 34 | 530 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10000000 | 0 | 101001 | 11110 | 11100 | 101011000 | 100011 | 111001 |
Color Harmonies of #B86C80
Complementary color
Monochromatic Colors of #B86C80
Black with #B86C80
Text Example
Text Example
White with #B86C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C80; }
p { color: rgb(184,108,128); }
H1.HeaderClassName
{
color: #B86C80;
}
.AnyTagClassName
{
color: #B86C80;
}
</style>
background-color css
<style>
a { background-color: #B86C80; }
a { background-color: rgb(184,108,128); }
div.DivClassName
{
background-color: #B86C80;
}
.BgClassName
{
background-color: #B86C80;
}
</style>
border-color css
<style>
span { border-color: #B86C80; }
span { border-color: rgb(184,108,128); }
td.TdClassName
{
border-color: #B86C80;
}
.TagClassName
{
border-color: #B86C80;
}
</style>