Shades of Tapestry #B86D88
Tints of Tapestry #B86D88
RGB
CMYK
RGB Variations
Color information
#B86D88 (or 0xB86D88) is known color: Tapestry. HEX triplet: B8, 6D and 88. RGB value is (184,109,136). Sum of RGB (Red+Green+Blue) = 184+109+136=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86D88 is #479277. Grayscale: #868686. Windows color (decimal): -4690552 or 8940984. OLE color: 8940984.
HSL color Cylindrical-coordinate representation of color #B86D88: hue angle of 338.4º 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 #B86D88 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 136 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.28 |
| HSL | 338.4º | 0.35% | 0.57% | - |
| HSV(B) | 338.4º | 0.41% | 0.72% | - |
| XYZ | 29.68 | 22.91 | 26.15 | - |
| YUV | 134.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 136 | 0 | 0.41 | 0.26 | 0.28 | 338.4 | 0.35 | 0.57 |
| Hex | B8 | 6D | 88 | 0 | 29 | 1A | 1C | 152 | 23 | 39 |
| Octal | 270 | 155 | 210 | 0 | 51 | 32 | 34 | 522 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10001000 | 0 | 101001 | 11010 | 11100 | 101010010 | 100011 | 111001 |
Color Harmonies of #B86D88
Complementary color
Monochromatic Colors of #B86D88
Black with #B86D88
Text Example
Text Example
White with #B86D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D88; }
p { color: rgb(184,109,136); }
H1.HeaderClassName
{
color: #B86D88;
}
.AnyTagClassName
{
color: #B86D88;
}
</style>
background-color css
<style>
a { background-color: #B86D88; }
a { background-color: rgb(184,109,136); }
div.DivClassName
{
background-color: #B86D88;
}
.BgClassName
{
background-color: #B86D88;
}
</style>
border-color css
<style>
span { border-color: #B86D88; }
span { border-color: rgb(184,109,136); }
td.TdClassName
{
border-color: #B86D88;
}
.TagClassName
{
border-color: #B86D88;
}
</style>