Shades of Tapestry #B88088
Tints of Tapestry #B88088
RGB
CMYK
RGB Variations
Color information
#B88088 (or 0xB88088) is known color: Tapestry. HEX triplet: B8, 80 and 88. RGB value is (184,128,136). Sum of RGB (Red+Green+Blue) = 184+128+136=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88088 is #477F77. Grayscale: #919191. Windows color (decimal): -4685688 or 8945848. OLE color: 8945848.
HSL color Cylindrical-coordinate representation of color #B88088: hue angle of 351.43º 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 #B88088 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 136 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.28 |
| HSL | 351.43º | 0.28% | 0.61% | - |
| HSV(B) | 351.43º | 0.3% | 0.72% | - |
| XYZ | 31.93 | 27.41 | 26.9 | - |
| YUV | 145.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 136 | 0 | 0.30 | 0.26 | 0.28 | 351.43 | 0.28 | 0.61 |
| Hex | B8 | 80 | 88 | 0 | 1E | 1A | 1C | 15F | 1C | 3D |
| Octal | 270 | 200 | 210 | 0 | 36 | 32 | 34 | 537 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10001000 | 0 | 11110 | 11010 | 11100 | 101011111 | 11100 | 111101 |
Color Harmonies of #B88088
Complementary color
Monochromatic Colors of #B88088
Black with #B88088
Text Example
Text Example
White with #B88088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88088; }
p { color: rgb(184,128,136); }
H1.HeaderClassName
{
color: #B88088;
}
.AnyTagClassName
{
color: #B88088;
}
</style>
background-color css
<style>
a { background-color: #B88088; }
a { background-color: rgb(184,128,136); }
div.DivClassName
{
background-color: #B88088;
}
.BgClassName
{
background-color: #B88088;
}
</style>
border-color css
<style>
span { border-color: #B88088; }
span { border-color: rgb(184,128,136); }
td.TdClassName
{
border-color: #B88088;
}
.TagClassName
{
border-color: #B88088;
}
</style>