Shades of Tapestry #B87280
Tints of Tapestry #B87280
RGB
CMYK
RGB Variations
Color information
#B87280 (or 0xB87280) is known color: Tapestry. HEX triplet: B8, 72 and 80. RGB value is (184,114,128). Sum of RGB (Red+Green+Blue) = 184+114+128=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B87280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87280 is #478D7F. Grayscale: #888888. Windows color (decimal): -4689280 or 8417976. OLE color: 8417976.
HSL color Cylindrical-coordinate representation of color #B87280: hue angle of 348º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87280 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 128 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.28 |
| HSL | 348º | 0.33% | 0.58% | - |
| HSV(B) | 348º | 0.38% | 0.72% | - |
| XYZ | 29.68 | 23.78 | 23.45 | - |
| YUV | 136.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 128 | 0 | 0.38 | 0.30 | 0.28 | 348 | 0.33 | 0.58 |
| Hex | B8 | 72 | 80 | 0 | 26 | 1E | 1C | 15C | 21 | 3A |
| Octal | 270 | 162 | 200 | 0 | 46 | 36 | 34 | 534 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10000000 | 0 | 100110 | 11110 | 11100 | 101011100 | 100001 | 111010 |
Color Harmonies of #B87280
Complementary color
Monochromatic Colors of #B87280
Black with #B87280
Text Example
Text Example
White with #B87280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87280; }
p { color: rgb(184,114,128); }
H1.HeaderClassName
{
color: #B87280;
}
.AnyTagClassName
{
color: #B87280;
}
</style>
background-color css
<style>
a { background-color: #B87280; }
a { background-color: rgb(184,114,128); }
div.DivClassName
{
background-color: #B87280;
}
.BgClassName
{
background-color: #B87280;
}
</style>
border-color css
<style>
span { border-color: #B87280; }
span { border-color: rgb(184,114,128); }
td.TdClassName
{
border-color: #B87280;
}
.TagClassName
{
border-color: #B87280;
}
</style>