Shades of Tapestry #B7728C
Tints of Tapestry #B7728C
RGB
CMYK
RGB Variations
Color information
#B7728C (or 0xB7728C) is known color: Tapestry. HEX triplet: B7, 72 and 8C. RGB value is (183,114,140). Sum of RGB (Red+Green+Blue) = 183+114+140=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7728C is #488D73. Grayscale: #898989. Windows color (decimal): -4754804 or 9204407. OLE color: 9204407.
HSL color Cylindrical-coordinate representation of color #B7728C: hue angle of 337.39º degrees, saturation: 0.32, 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 #B7728C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 140 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.28 |
| HSL | 337.39º | 0.32% | 0.58% | - |
| HSV(B) | 337.39º | 0.38% | 0.72% | - |
| XYZ | 30.28 | 24 | 27.85 | - |
| YUV | 137.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 140 | 0 | 0.38 | 0.23 | 0.28 | 337.39 | 0.32 | 0.58 |
| Hex | B7 | 72 | 8C | 0 | 26 | 17 | 1C | 151 | 20 | 3A |
| Octal | 267 | 162 | 214 | 0 | 46 | 27 | 34 | 521 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10001100 | 0 | 100110 | 10111 | 11100 | 101010001 | 100000 | 111010 |
Color Harmonies of #B7728C
Complementary color
Monochromatic Colors of #B7728C
Black with #B7728C
Text Example
Text Example
White with #B7728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7728C; }
p { color: rgb(183,114,140); }
H1.HeaderClassName
{
color: #B7728C;
}
.AnyTagClassName
{
color: #B7728C;
}
</style>
background-color css
<style>
a { background-color: #B7728C; }
a { background-color: rgb(183,114,140); }
div.DivClassName
{
background-color: #B7728C;
}
.BgClassName
{
background-color: #B7728C;
}
</style>
border-color css
<style>
span { border-color: #B7728C; }
span { border-color: rgb(183,114,140); }
td.TdClassName
{
border-color: #B7728C;
}
.TagClassName
{
border-color: #B7728C;
}
</style>