Shades of Tapestry #B87790
Tints of Tapestry #B87790
RGB
CMYK
RGB Variations
Color information
#B87790 (or 0xB87790) is known color: Tapestry. HEX triplet: B8, 77 and 90. RGB value is (184,119,144). Sum of RGB (Red+Green+Blue) = 184+119+144=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B87790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87790 is #47886F. Grayscale: #8D8D8D. Windows color (decimal): -4687984 or 9467832. OLE color: 9467832.
HSL color Cylindrical-coordinate representation of color #B87790: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87790 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 144 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.28 |
| HSL | 336.92º | 0.31% | 0.59% | - |
| HSV(B) | 336.92º | 0.35% | 0.72% | - |
| XYZ | 31.4 | 25.4 | 29.63 | - |
| YUV | 141.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 144 | 0 | 0.35 | 0.22 | 0.28 | 336.92 | 0.31 | 0.59 |
| Hex | B8 | 77 | 90 | 0 | 23 | 16 | 1C | 151 | 1F | 3B |
| Octal | 270 | 167 | 220 | 0 | 43 | 26 | 34 | 521 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10010000 | 0 | 100011 | 10110 | 11100 | 101010001 | 11111 | 111011 |
Color Harmonies of #B87790
Complementary color
Monochromatic Colors of #B87790
Black with #B87790
Text Example
Text Example
White with #B87790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87790; }
p { color: rgb(184,119,144); }
H1.HeaderClassName
{
color: #B87790;
}
.AnyTagClassName
{
color: #B87790;
}
</style>
background-color css
<style>
a { background-color: #B87790; }
a { background-color: rgb(184,119,144); }
div.DivClassName
{
background-color: #B87790;
}
.BgClassName
{
background-color: #B87790;
}
</style>
border-color css
<style>
span { border-color: #B87790; }
span { border-color: rgb(184,119,144); }
td.TdClassName
{
border-color: #B87790;
}
.TagClassName
{
border-color: #B87790;
}
</style>