Shades of Tapestry #B87182
Tints of Tapestry #B87182
RGB
CMYK
RGB Variations
Color information
#B87182 (or 0xB87182) is known color: Tapestry. HEX triplet: B8, 71 and 82. RGB value is (184,113,130). Sum of RGB (Red+Green+Blue) = 184+113+130=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B87182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87182 is #478E7D. Grayscale: #888888. Windows color (decimal): -4689534 or 8548792. OLE color: 8548792.
HSL color Cylindrical-coordinate representation of color #B87182: hue angle of 345.63º 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 #B87182 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 130 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.28 |
| HSL | 345.63º | 0.33% | 0.58% | - |
| HSV(B) | 345.63º | 0.39% | 0.72% | - |
| XYZ | 29.7 | 23.61 | 24.11 | - |
| YUV | 136.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 130 | 0 | 0.39 | 0.29 | 0.28 | 345.63 | 0.33 | 0.58 |
| Hex | B8 | 71 | 82 | 0 | 27 | 1D | 1C | 15A | 21 | 3A |
| Octal | 270 | 161 | 202 | 0 | 47 | 35 | 34 | 532 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10000010 | 0 | 100111 | 11101 | 11100 | 101011010 | 100001 | 111010 |
Color Harmonies of #B87182
Complementary color
Monochromatic Colors of #B87182
Black with #B87182
Text Example
Text Example
White with #B87182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87182; }
p { color: rgb(184,113,130); }
H1.HeaderClassName
{
color: #B87182;
}
.AnyTagClassName
{
color: #B87182;
}
</style>
background-color css
<style>
a { background-color: #B87182; }
a { background-color: rgb(184,113,130); }
div.DivClassName
{
background-color: #B87182;
}
.BgClassName
{
background-color: #B87182;
}
</style>
border-color css
<style>
span { border-color: #B87182; }
span { border-color: rgb(184,113,130); }
td.TdClassName
{
border-color: #B87182;
}
.TagClassName
{
border-color: #B87182;
}
</style>