Shades of Tapestry #B3728C
Tints of Tapestry #B3728C
RGB
CMYK
RGB Variations
Color information
#B3728C (or 0xB3728C) is known color: Tapestry. HEX triplet: B3, 72 and 8C. RGB value is (179,114,140). Sum of RGB (Red+Green+Blue) = 179+114+140=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3728C is #4C8D73. Grayscale: #888888. Windows color (decimal): -5016948 or 9204403. OLE color: 9204403.
HSL color Cylindrical-coordinate representation of color #B3728C: hue angle of 336º 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 #B3728C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 140 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.30 |
| HSL | 336º | 0.3% | 0.57% | - |
| HSV(B) | 336º | 0.36% | 0.7% | - |
| XYZ | 29.34 | 23.51 | 27.8 | - |
| YUV | 136.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 140 | 0 | 0.36 | 0.22 | 0.30 | 336 | 0.3 | 0.57 |
| Hex | B3 | 72 | 8C | 0 | 24 | 16 | 1E | 150 | 1E | 39 |
| Octal | 263 | 162 | 214 | 0 | 44 | 26 | 36 | 520 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10001100 | 0 | 100100 | 10110 | 11110 | 101010000 | 11110 | 111001 |
Color Harmonies of #B3728C
Complementary color
Monochromatic Colors of #B3728C
Black with #B3728C
Text Example
Text Example
White with #B3728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3728C; }
p { color: rgb(179,114,140); }
H1.HeaderClassName
{
color: #B3728C;
}
.AnyTagClassName
{
color: #B3728C;
}
</style>
background-color css
<style>
a { background-color: #B3728C; }
a { background-color: rgb(179,114,140); }
div.DivClassName
{
background-color: #B3728C;
}
.BgClassName
{
background-color: #B3728C;
}
</style>
border-color css
<style>
span { border-color: #B3728C; }
span { border-color: rgb(179,114,140); }
td.TdClassName
{
border-color: #B3728C;
}
.TagClassName
{
border-color: #B3728C;
}
</style>