Shades of Tapestry #B0728E
Tints of Tapestry #B0728E
RGB
CMYK
RGB Variations
Color information
#B0728E (or 0xB0728E) is known color: Tapestry. HEX triplet: B0, 72 and 8E. RGB value is (176,114,142). Sum of RGB (Red+Green+Blue) = 176+114+142=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0728E is #4F8D71. Grayscale: #878787. Windows color (decimal): -5213554 or 9335472. OLE color: 9335472.
HSL color Cylindrical-coordinate representation of color #B0728E: hue angle of 332.9º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0728E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 142 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 332.9º | 0.28% | 0.57% | - |
| HSV(B) | 332.9º | 0.35% | 0.69% | - |
| XYZ | 28.8 | 23.22 | 28.55 | - |
| YUV | 135.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 142 | 0 | 0.35 | 0.19 | 0.31 | 332.9 | 0.28 | 0.57 |
| Hex | B0 | 72 | 8E | 0 | 23 | 13 | 1F | 14D | 1C | 39 |
| Octal | 260 | 162 | 216 | 0 | 43 | 23 | 37 | 515 | 34 | 71 |
| Binary | 10110000 | 1110010 | 10001110 | 0 | 100011 | 10011 | 11111 | 101001101 | 11100 | 111001 |
Color Harmonies of #B0728E
Complementary color
Monochromatic Colors of #B0728E
Black with #B0728E
Text Example
Text Example
White with #B0728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0728E; }
p { color: rgb(176,114,142); }
H1.HeaderClassName
{
color: #B0728E;
}
.AnyTagClassName
{
color: #B0728E;
}
</style>
background-color css
<style>
a { background-color: #B0728E; }
a { background-color: rgb(176,114,142); }
div.DivClassName
{
background-color: #B0728E;
}
.BgClassName
{
background-color: #B0728E;
}
</style>
border-color css
<style>
span { border-color: #B0728E; }
span { border-color: rgb(176,114,142); }
td.TdClassName
{
border-color: #B0728E;
}
.TagClassName
{
border-color: #B0728E;
}
</style>