Shades of Tapestry #B8728F
Tints of Tapestry #B8728F
RGB
CMYK
RGB Variations
Color information
#B8728F (or 0xB8728F) is known color: Tapestry. HEX triplet: B8, 72 and 8F. RGB value is (184,114,143). Sum of RGB (Red+Green+Blue) = 184+114+143=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8728F is #478D70. Grayscale: #8A8A8A. Windows color (decimal): -4689265 or 9401016. OLE color: 9401016.
HSL color Cylindrical-coordinate representation of color #B8728F: hue angle of 335.14º 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 #B8728F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 143 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.28 |
| HSL | 335.14º | 0.33% | 0.58% | - |
| HSV(B) | 335.14º | 0.38% | 0.72% | - |
| XYZ | 30.74 | 24.21 | 29.04 | - |
| YUV | 138.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 143 | 0 | 0.38 | 0.22 | 0.28 | 335.14 | 0.33 | 0.58 |
| Hex | B8 | 72 | 8F | 0 | 26 | 16 | 1C | 14F | 21 | 3A |
| Octal | 270 | 162 | 217 | 0 | 46 | 26 | 34 | 517 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10001111 | 0 | 100110 | 10110 | 11100 | 101001111 | 100001 | 111010 |
Color Harmonies of #B8728F
Complementary color
Monochromatic Colors of #B8728F
Black with #B8728F
Text Example
Text Example
White with #B8728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8728F; }
p { color: rgb(184,114,143); }
H1.HeaderClassName
{
color: #B8728F;
}
.AnyTagClassName
{
color: #B8728F;
}
</style>
background-color css
<style>
a { background-color: #B8728F; }
a { background-color: rgb(184,114,143); }
div.DivClassName
{
background-color: #B8728F;
}
.BgClassName
{
background-color: #B8728F;
}
</style>
border-color css
<style>
span { border-color: #B8728F; }
span { border-color: rgb(184,114,143); }
td.TdClassName
{
border-color: #B8728F;
}
.TagClassName
{
border-color: #B8728F;
}
</style>