Shades of Tapestry #B3728E
Tints of Tapestry #B3728E
RGB
CMYK
RGB Variations
Color information
#B3728E (or 0xB3728E) is known color: Tapestry. HEX triplet: B3, 72 and 8E. RGB value is (179,114,142). Sum of RGB (Red+Green+Blue) = 179+114+142=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728E is #4C8D71. Grayscale: #888888. Windows color (decimal): -5016946 or 9335475. OLE color: 9335475.
HSL color Cylindrical-coordinate representation of color #B3728E: hue angle of 334.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3728E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 142 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.30 |
| HSL | 334.15º | 0.3% | 0.57% | - |
| HSV(B) | 334.15º | 0.36% | 0.7% | - |
| XYZ | 29.49 | 23.57 | 28.59 | - |
| YUV | 136.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 142 | 0 | 0.36 | 0.21 | 0.30 | 334.15 | 0.3 | 0.57 |
| Hex | B3 | 72 | 8E | 0 | 24 | 15 | 1E | 14E | 1E | 39 |
| Octal | 263 | 162 | 216 | 0 | 44 | 25 | 36 | 516 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10001110 | 0 | 100100 | 10101 | 11110 | 101001110 | 11110 | 111001 |
Color Harmonies of #B3728E
Complementary color
Monochromatic Colors of #B3728E
Black with #B3728E
Text Example
Text Example
White with #B3728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3728E; }
p { color: rgb(179,114,142); }
H1.HeaderClassName
{
color: #B3728E;
}
.AnyTagClassName
{
color: #B3728E;
}
</style>
background-color css
<style>
a { background-color: #B3728E; }
a { background-color: rgb(179,114,142); }
div.DivClassName
{
background-color: #B3728E;
}
.BgClassName
{
background-color: #B3728E;
}
</style>
border-color css
<style>
span { border-color: #B3728E; }
span { border-color: rgb(179,114,142); }
td.TdClassName
{
border-color: #B3728E;
}
.TagClassName
{
border-color: #B3728E;
}
</style>