Shades of Tapestry #B87180
Tints of Tapestry #B87180
RGB
CMYK
RGB Variations
Color information
#B87180 (or 0xB87180) is known color: Tapestry. HEX triplet: B8, 71 and 80. RGB value is (184,113,128). Sum of RGB (Red+Green+Blue) = 184+113+128=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B87180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87180 is #478E7F. Grayscale: #878787. Windows color (decimal): -4689536 or 8417720. OLE color: 8417720.
HSL color Cylindrical-coordinate representation of color #B87180: hue angle of 347.32º degrees, saturation: 0.33, 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 #B87180 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 128 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.28 |
| HSL | 347.32º | 0.33% | 0.58% | - |
| HSV(B) | 347.32º | 0.39% | 0.72% | - |
| XYZ | 29.57 | 23.56 | 23.41 | - |
| YUV | 135.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 128 | 0 | 0.39 | 0.30 | 0.28 | 347.32 | 0.33 | 0.58 |
| Hex | B8 | 71 | 80 | 0 | 27 | 1E | 1C | 15B | 21 | 3A |
| Octal | 270 | 161 | 200 | 0 | 47 | 36 | 34 | 533 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10000000 | 0 | 100111 | 11110 | 11100 | 101011011 | 100001 | 111010 |
Color Harmonies of #B87180
Complementary color
Monochromatic Colors of #B87180
Black with #B87180
Text Example
Text Example
White with #B87180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87180; }
p { color: rgb(184,113,128); }
H1.HeaderClassName
{
color: #B87180;
}
.AnyTagClassName
{
color: #B87180;
}
</style>
background-color css
<style>
a { background-color: #B87180; }
a { background-color: rgb(184,113,128); }
div.DivClassName
{
background-color: #B87180;
}
.BgClassName
{
background-color: #B87180;
}
</style>
border-color css
<style>
span { border-color: #B87180; }
span { border-color: rgb(184,113,128); }
td.TdClassName
{
border-color: #B87180;
}
.TagClassName
{
border-color: #B87180;
}
</style>