Shades of Tapestry #B88186
Tints of Tapestry #B88186
RGB
CMYK
RGB Variations
Color information
#B88186 (or 0xB88186) is known color: Tapestry. HEX triplet: B8, 81 and 86. RGB value is (184,129,134). Sum of RGB (Red+Green+Blue) = 184+129+134=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88186 is #477E79. Grayscale: #929292. Windows color (decimal): -4685434 or 8815032. OLE color: 8815032.
HSL color Cylindrical-coordinate representation of color #B88186: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88186 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 134 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.28 |
| HSL | 354.55º | 0.28% | 0.61% | - |
| HSV(B) | 354.55º | 0.3% | 0.72% | - |
| XYZ | 31.92 | 27.61 | 26.2 | - |
| YUV | 146.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 134 | 0 | 0.30 | 0.27 | 0.28 | 354.55 | 0.28 | 0.61 |
| Hex | B8 | 81 | 86 | 0 | 1E | 1B | 1C | 163 | 1C | 3D |
| Octal | 270 | 201 | 206 | 0 | 36 | 33 | 34 | 543 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10000110 | 0 | 11110 | 11011 | 11100 | 101100011 | 11100 | 111101 |
Color Harmonies of #B88186
Complementary color
Monochromatic Colors of #B88186
Black with #B88186
Text Example
Text Example
White with #B88186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88186; }
p { color: rgb(184,129,134); }
H1.HeaderClassName
{
color: #B88186;
}
.AnyTagClassName
{
color: #B88186;
}
</style>
background-color css
<style>
a { background-color: #B88186; }
a { background-color: rgb(184,129,134); }
div.DivClassName
{
background-color: #B88186;
}
.BgClassName
{
background-color: #B88186;
}
</style>
border-color css
<style>
span { border-color: #B88186; }
span { border-color: rgb(184,129,134); }
td.TdClassName
{
border-color: #B88186;
}
.TagClassName
{
border-color: #B88186;
}
</style>