Shades of Tapestry #B88386
Tints of Tapestry #B88386
RGB
CMYK
RGB Variations
Color information
#B88386 (or 0xB88386) is known color: Tapestry. HEX triplet: B8, 83 and 86. RGB value is (184,131,134). Sum of RGB (Red+Green+Blue) = 184+131+134=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88386 is #477C79. Grayscale: #939393. Windows color (decimal): -4684922 or 8815544. OLE color: 8815544.
HSL color Cylindrical-coordinate representation of color #B88386: hue angle of 356.6º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88386 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 134 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.28 |
| HSL | 356.6º | 0.27% | 0.62% | - |
| HSV(B) | 356.6º | 0.29% | 0.72% | - |
| XYZ | 32.19 | 28.14 | 26.29 | - |
| YUV | 147.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 134 | 0 | 0.29 | 0.27 | 0.28 | 356.6 | 0.27 | 0.62 |
| Hex | B8 | 83 | 86 | 0 | 1D | 1B | 1C | 165 | 1B | 3E |
| Octal | 270 | 203 | 206 | 0 | 35 | 33 | 34 | 545 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10000110 | 0 | 11101 | 11011 | 11100 | 101100101 | 11011 | 111110 |
Color Harmonies of #B88386
Complementary color
Monochromatic Colors of #B88386
Black with #B88386
Text Example
Text Example
White with #B88386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88386; }
p { color: rgb(184,131,134); }
H1.HeaderClassName
{
color: #B88386;
}
.AnyTagClassName
{
color: #B88386;
}
</style>
background-color css
<style>
a { background-color: #B88386; }
a { background-color: rgb(184,131,134); }
div.DivClassName
{
background-color: #B88386;
}
.BgClassName
{
background-color: #B88386;
}
</style>
border-color css
<style>
span { border-color: #B88386; }
span { border-color: rgb(184,131,134); }
td.TdClassName
{
border-color: #B88386;
}
.TagClassName
{
border-color: #B88386;
}
</style>