Shades of Tapestry #B88387
Tints of Tapestry #B88387
RGB
CMYK
RGB Variations
Color information
#B88387 (or 0xB88387) is known color: Tapestry. HEX triplet: B8, 83 and 87. RGB value is (184,131,135). Sum of RGB (Red+Green+Blue) = 184+131+135=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88387 is #477C78. Grayscale: #939393. Windows color (decimal): -4684921 or 8881080. OLE color: 8881080.
HSL color Cylindrical-coordinate representation of color #B88387: hue angle of 355.47º 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 #B88387 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 135 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.28 |
| HSL | 355.47º | 0.27% | 0.62% | - |
| HSV(B) | 355.47º | 0.29% | 0.72% | - |
| XYZ | 32.26 | 28.17 | 26.66 | - |
| YUV | 147.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 135 | 0 | 0.29 | 0.27 | 0.28 | 355.47 | 0.27 | 0.62 |
| Hex | B8 | 83 | 87 | 0 | 1D | 1B | 1C | 163 | 1B | 3E |
| Octal | 270 | 203 | 207 | 0 | 35 | 33 | 34 | 543 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10000111 | 0 | 11101 | 11011 | 11100 | 101100011 | 11011 | 111110 |
Color Harmonies of #B88387
Complementary color
Monochromatic Colors of #B88387
Black with #B88387
Text Example
Text Example
White with #B88387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88387; }
p { color: rgb(184,131,135); }
H1.HeaderClassName
{
color: #B88387;
}
.AnyTagClassName
{
color: #B88387;
}
</style>
background-color css
<style>
a { background-color: #B88387; }
a { background-color: rgb(184,131,135); }
div.DivClassName
{
background-color: #B88387;
}
.BgClassName
{
background-color: #B88387;
}
</style>
border-color css
<style>
span { border-color: #B88387; }
span { border-color: rgb(184,131,135); }
td.TdClassName
{
border-color: #B88387;
}
.TagClassName
{
border-color: #B88387;
}
</style>