Shades of Tapestry #B87A8B
Tints of Tapestry #B87A8B
RGB
CMYK
RGB Variations
Color information
#B87A8B (or 0xB87A8B) is known color: Tapestry. HEX triplet: B8, 7A and 8B. RGB value is (184,122,139). Sum of RGB (Red+Green+Blue) = 184+122+139=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A8B is #478574. Grayscale: #8E8E8E. Windows color (decimal): -4687221 or 9140920. OLE color: 9140920.
HSL color Cylindrical-coordinate representation of color #B87A8B: hue angle of 343.55º 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 #B87A8B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 139 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.28 |
| HSL | 343.55º | 0.3% | 0.6% | - |
| HSV(B) | 343.55º | 0.34% | 0.72% | - |
| XYZ | 31.39 | 25.97 | 27.79 | - |
| YUV | 142.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 139 | 0 | 0.34 | 0.24 | 0.28 | 343.55 | 0.3 | 0.6 |
| Hex | B8 | 7A | 8B | 0 | 22 | 18 | 1C | 158 | 1E | 3C |
| Octal | 270 | 172 | 213 | 0 | 42 | 30 | 34 | 530 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10001011 | 0 | 100010 | 11000 | 11100 | 101011000 | 11110 | 111100 |
Color Harmonies of #B87A8B
Complementary color
Monochromatic Colors of #B87A8B
Black with #B87A8B
Text Example
Text Example
White with #B87A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A8B; }
p { color: rgb(184,122,139); }
H1.HeaderClassName
{
color: #B87A8B;
}
.AnyTagClassName
{
color: #B87A8B;
}
</style>
background-color css
<style>
a { background-color: #B87A8B; }
a { background-color: rgb(184,122,139); }
div.DivClassName
{
background-color: #B87A8B;
}
.BgClassName
{
background-color: #B87A8B;
}
</style>
border-color css
<style>
span { border-color: #B87A8B; }
span { border-color: rgb(184,122,139); }
td.TdClassName
{
border-color: #B87A8B;
}
.TagClassName
{
border-color: #B87A8B;
}
</style>