Shades of Tapestry #B87A90
Tints of Tapestry #B87A90
RGB
CMYK
RGB Variations
Color information
#B87A90 (or 0xB87A90) is known color: Tapestry. HEX triplet: B8, 7A and 90. RGB value is (184,122,144). Sum of RGB (Red+Green+Blue) = 184+122+144=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A90 is #47856F. Grayscale: #8F8F8F. Windows color (decimal): -4687216 or 9468600. OLE color: 9468600.
HSL color Cylindrical-coordinate representation of color #B87A90: hue angle of 338.71º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87A90 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 144 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.28 |
| HSL | 338.71º | 0.3% | 0.6% | - |
| HSV(B) | 338.71º | 0.34% | 0.72% | - |
| XYZ | 31.76 | 26.12 | 29.75 | - |
| YUV | 143.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 144 | 0 | 0.34 | 0.22 | 0.28 | 338.71 | 0.3 | 0.6 |
| Hex | B8 | 7A | 90 | 0 | 22 | 16 | 1C | 153 | 1E | 3C |
| Octal | 270 | 172 | 220 | 0 | 42 | 26 | 34 | 523 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10010000 | 0 | 100010 | 10110 | 11100 | 101010011 | 11110 | 111100 |
Color Harmonies of #B87A90
Complementary color
Monochromatic Colors of #B87A90
Black with #B87A90
Text Example
Text Example
White with #B87A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A90; }
p { color: rgb(184,122,144); }
H1.HeaderClassName
{
color: #B87A90;
}
.AnyTagClassName
{
color: #B87A90;
}
</style>
background-color css
<style>
a { background-color: #B87A90; }
a { background-color: rgb(184,122,144); }
div.DivClassName
{
background-color: #B87A90;
}
.BgClassName
{
background-color: #B87A90;
}
</style>
border-color css
<style>
span { border-color: #B87A90; }
span { border-color: rgb(184,122,144); }
td.TdClassName
{
border-color: #B87A90;
}
.TagClassName
{
border-color: #B87A90;
}
</style>