Shades of Tapestry #B88189
Tints of Tapestry #B88189
RGB
CMYK
RGB Variations
Color information
#B88189 (or 0xB88189) is known color: Tapestry. HEX triplet: B8, 81 and 89. RGB value is (184,129,137). Sum of RGB (Red+Green+Blue) = 184+129+137=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88189 is #477E76. Grayscale: #929292. Windows color (decimal): -4685431 or 9011640. OLE color: 9011640.
HSL color Cylindrical-coordinate representation of color #B88189: hue angle of 351.27º 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 #B88189 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 137 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.28 |
| HSL | 351.27º | 0.28% | 0.61% | - |
| HSV(B) | 351.27º | 0.3% | 0.72% | - |
| XYZ | 32.13 | 27.7 | 27.32 | - |
| YUV | 146.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 137 | 0 | 0.30 | 0.26 | 0.28 | 351.27 | 0.28 | 0.61 |
| Hex | B8 | 81 | 89 | 0 | 1E | 1A | 1C | 15F | 1C | 3D |
| Octal | 270 | 201 | 211 | 0 | 36 | 32 | 34 | 537 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10001001 | 0 | 11110 | 11010 | 11100 | 101011111 | 11100 | 111101 |
Color Harmonies of #B88189
Complementary color
Monochromatic Colors of #B88189
Black with #B88189
Text Example
Text Example
White with #B88189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88189; }
p { color: rgb(184,129,137); }
H1.HeaderClassName
{
color: #B88189;
}
.AnyTagClassName
{
color: #B88189;
}
</style>
background-color css
<style>
a { background-color: #B88189; }
a { background-color: rgb(184,129,137); }
div.DivClassName
{
background-color: #B88189;
}
.BgClassName
{
background-color: #B88189;
}
</style>
border-color css
<style>
span { border-color: #B88189; }
span { border-color: rgb(184,129,137); }
td.TdClassName
{
border-color: #B88189;
}
.TagClassName
{
border-color: #B88189;
}
</style>