Shades of Tapestry #B88288
Tints of Tapestry #B88288
RGB
CMYK
RGB Variations
Color information
#B88288 (or 0xB88288) is known color: Tapestry. HEX triplet: B8, 82 and 88. RGB value is (184,130,136). Sum of RGB (Red+Green+Blue) = 184+130+136=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88288 is #477D77. Grayscale: #929292. Windows color (decimal): -4685176 or 8946360. OLE color: 8946360.
HSL color Cylindrical-coordinate representation of color #B88288: hue angle of 353.33º degrees, saturation: 0.28, 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 #B88288 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 136 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.28 |
| HSL | 353.33º | 0.28% | 0.62% | - |
| HSV(B) | 353.33º | 0.29% | 0.72% | - |
| XYZ | 32.19 | 27.93 | 26.99 | - |
| YUV | 146.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 136 | 0 | 0.29 | 0.26 | 0.28 | 353.33 | 0.28 | 0.62 |
| Hex | B8 | 82 | 88 | 0 | 1D | 1A | 1C | 161 | 1C | 3E |
| Octal | 270 | 202 | 210 | 0 | 35 | 32 | 34 | 541 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10001000 | 0 | 11101 | 11010 | 11100 | 101100001 | 11100 | 111110 |
Color Harmonies of #B88288
Complementary color
Monochromatic Colors of #B88288
Black with #B88288
Text Example
Text Example
White with #B88288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88288; }
p { color: rgb(184,130,136); }
H1.HeaderClassName
{
color: #B88288;
}
.AnyTagClassName
{
color: #B88288;
}
</style>
background-color css
<style>
a { background-color: #B88288; }
a { background-color: rgb(184,130,136); }
div.DivClassName
{
background-color: #B88288;
}
.BgClassName
{
background-color: #B88288;
}
</style>
border-color css
<style>
span { border-color: #B88288; }
span { border-color: rgb(184,130,136); }
td.TdClassName
{
border-color: #B88288;
}
.TagClassName
{
border-color: #B88288;
}
</style>