Shades of Tapestry #B88688
Tints of Tapestry #B88688
RGB
CMYK
RGB Variations
Color information
#B88688 (or 0xB88688) is known color: Tapestry. HEX triplet: B8, 86 and 88. RGB value is (184,134,136). Sum of RGB (Red+Green+Blue) = 184+134+136=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B88688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88688 is #477977. Grayscale: #959595. Windows color (decimal): -4684152 or 8947384. OLE color: 8947384.
HSL color Cylindrical-coordinate representation of color #B88688: hue angle of 357.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88688 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 136 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.28 |
| HSL | 357.6º | 0.26% | 0.62% | - |
| HSV(B) | 357.6º | 0.27% | 0.72% | - |
| XYZ | 32.74 | 29.02 | 27.17 | - |
| YUV | 149.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 136 | 0 | 0.27 | 0.26 | 0.28 | 357.6 | 0.26 | 0.62 |
| Hex | B8 | 86 | 88 | 0 | 1B | 1A | 1C | 166 | 1A | 3E |
| Octal | 270 | 206 | 210 | 0 | 33 | 32 | 34 | 546 | 32 | 76 |
| Binary | 10111000 | 10000110 | 10001000 | 0 | 11011 | 11010 | 11100 | 101100110 | 11010 | 111110 |
Color Harmonies of #B88688
Complementary color
Monochromatic Colors of #B88688
Black with #B88688
Text Example
Text Example
White with #B88688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88688; }
p { color: rgb(184,134,136); }
H1.HeaderClassName
{
color: #B88688;
}
.AnyTagClassName
{
color: #B88688;
}
</style>
background-color css
<style>
a { background-color: #B88688; }
a { background-color: rgb(184,134,136); }
div.DivClassName
{
background-color: #B88688;
}
.BgClassName
{
background-color: #B88688;
}
</style>
border-color css
<style>
span { border-color: #B88688; }
span { border-color: rgb(184,134,136); }
td.TdClassName
{
border-color: #B88688;
}
.TagClassName
{
border-color: #B88688;
}
</style>