Shades of Tapestry #B7728F
Tints of Tapestry #B7728F
RGB
CMYK
RGB Variations
Color information
#B7728F (or 0xB7728F) is known color: Tapestry. HEX triplet: B7, 72 and 8F. RGB value is (183,114,143). Sum of RGB (Red+Green+Blue) = 183+114+143=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7728F is #488D70. Grayscale: #898989. Windows color (decimal): -4754801 or 9401015. OLE color: 9401015.
HSL color Cylindrical-coordinate representation of color #B7728F: hue angle of 334.78º 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 #B7728F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 143 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.28 |
| HSL | 334.78º | 0.32% | 0.58% | - |
| HSV(B) | 334.78º | 0.38% | 0.72% | - |
| XYZ | 30.5 | 24.09 | 29.03 | - |
| YUV | 137.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 143 | 0 | 0.38 | 0.22 | 0.28 | 334.78 | 0.32 | 0.58 |
| Hex | B7 | 72 | 8F | 0 | 26 | 16 | 1C | 14F | 20 | 3A |
| Octal | 267 | 162 | 217 | 0 | 46 | 26 | 34 | 517 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10001111 | 0 | 100110 | 10110 | 11100 | 101001111 | 100000 | 111010 |
Color Harmonies of #B7728F
Complementary color
Monochromatic Colors of #B7728F
Black with #B7728F
Text Example
Text Example
White with #B7728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7728F; }
p { color: rgb(183,114,143); }
H1.HeaderClassName
{
color: #B7728F;
}
.AnyTagClassName
{
color: #B7728F;
}
</style>
background-color css
<style>
a { background-color: #B7728F; }
a { background-color: rgb(183,114,143); }
div.DivClassName
{
background-color: #B7728F;
}
.BgClassName
{
background-color: #B7728F;
}
</style>
border-color css
<style>
span { border-color: #B7728F; }
span { border-color: rgb(183,114,143); }
td.TdClassName
{
border-color: #B7728F;
}
.TagClassName
{
border-color: #B7728F;
}
</style>