Shades of Tapestry #B87089
Tints of Tapestry #B87089
RGB
CMYK
RGB Variations
Color information
#B87089 (or 0xB87089) is known color: Tapestry. HEX triplet: B8, 70 and 89. RGB value is (184,112,137). Sum of RGB (Red+Green+Blue) = 184+112+137=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87089 is #478F76. Grayscale: #888888. Windows color (decimal): -4689783 or 9007288. OLE color: 9007288.
HSL color Cylindrical-coordinate representation of color #B87089: hue angle of 339.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87089 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 137 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.28 |
| HSL | 339.17º | 0.34% | 0.58% | - |
| HSV(B) | 339.17º | 0.39% | 0.72% | - |
| XYZ | 30.08 | 23.58 | 26.63 | - |
| YUV | 136.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 137 | 0 | 0.39 | 0.26 | 0.28 | 339.17 | 0.34 | 0.58 |
| Hex | B8 | 70 | 89 | 0 | 27 | 1A | 1C | 153 | 22 | 3A |
| Octal | 270 | 160 | 211 | 0 | 47 | 32 | 34 | 523 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10001001 | 0 | 100111 | 11010 | 11100 | 101010011 | 100010 | 111010 |
Color Harmonies of #B87089
Complementary color
Monochromatic Colors of #B87089
Black with #B87089
Text Example
Text Example
White with #B87089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87089; }
p { color: rgb(184,112,137); }
H1.HeaderClassName
{
color: #B87089;
}
.AnyTagClassName
{
color: #B87089;
}
</style>
background-color css
<style>
a { background-color: #B87089; }
a { background-color: rgb(184,112,137); }
div.DivClassName
{
background-color: #B87089;
}
.BgClassName
{
background-color: #B87089;
}
</style>
border-color css
<style>
span { border-color: #B87089; }
span { border-color: rgb(184,112,137); }
td.TdClassName
{
border-color: #B87089;
}
.TagClassName
{
border-color: #B87089;
}
</style>