Shades of Tapestry #B87A8C
Tints of Tapestry #B87A8C
RGB
CMYK
RGB Variations
Color information
#B87A8C (or 0xB87A8C) is known color: Tapestry. HEX triplet: B8, 7A and 8C. RGB value is (184,122,140). Sum of RGB (Red+Green+Blue) = 184+122+140=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A8C is #478573. Grayscale: #8E8E8E. Windows color (decimal): -4687220 or 9206456. OLE color: 9206456.
HSL color Cylindrical-coordinate representation of color #B87A8C: hue angle of 342.58º 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 #B87A8C is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 122 | 140 | - |
CMYK | 0 | 0.34 | 0.24 | 0.28 |
HSL | 342.58º | 0.3% | 0.6% | - |
HSV(B) | 342.58º | 0.34% | 0.72% | - |
XYZ | 31.46 | 26 | 28.17 | - |
YUV | 142.59 | 126.54 | 157.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 122 | 140 | 0 | 0.34 | 0.24 | 0.28 | 342.58 | 0.3 | 0.6 |
Hex | B8 | 7A | 8C | 0 | 22 | 18 | 1C | 157 | 1E | 3C |
Octal | 270 | 172 | 214 | 0 | 42 | 30 | 34 | 527 | 36 | 74 |
Binary | 10111000 | 1111010 | 10001100 | 0 | 100010 | 11000 | 11100 | 101010111 | 11110 | 111100 |
Color Harmonies of #B87A8C
Complementary color
Monochromatic Colors of #B87A8C
Black with #B87A8C
Text Example
Text Example
White with #B87A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A8C; }
p { color: rgb(184,122,140); }
H1.HeaderClassName
{
color: #B87A8C;
}
.AnyTagClassName
{
color: #B87A8C;
}
</style>
background-color css
<style>
a { background-color: #B87A8C; }
a { background-color: rgb(184,122,140); }
div.DivClassName
{
background-color: #B87A8C;
}
.BgClassName
{
background-color: #B87A8C;
}
</style>
border-color css
<style>
span { border-color: #B87A8C; }
span { border-color: rgb(184,122,140); }
td.TdClassName
{
border-color: #B87A8C;
}
.TagClassName
{
border-color: #B87A8C;
}
</style>