Shades of Tapestry #B6728C
Tints of Tapestry #B6728C
RGB
CMYK
RGB Variations
Color information
#B6728C (or 0xB6728C) is known color: Tapestry. HEX triplet: B6, 72 and 8C. RGB value is (182,114,140). Sum of RGB (Red+Green+Blue) = 182+114+140=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6728C is #498D73. Grayscale: #898989. Windows color (decimal): -4820340 or 9204406. OLE color: 9204406.
HSL color Cylindrical-coordinate representation of color #B6728C: hue angle of 337.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6728C is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 140 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.29 |
| HSL | 337.06º | 0.32% | 0.58% | - |
| HSV(B) | 337.06º | 0.37% | 0.71% | - |
| XYZ | 30.04 | 23.87 | 27.84 | - |
| YUV | 137.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 140 | 0 | 0.37 | 0.23 | 0.29 | 337.06 | 0.32 | 0.58 |
| Hex | B6 | 72 | 8C | 0 | 25 | 17 | 1D | 151 | 20 | 3A |
| Octal | 266 | 162 | 214 | 0 | 45 | 27 | 35 | 521 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10001100 | 0 | 100101 | 10111 | 11101 | 101010001 | 100000 | 111010 |
Color Harmonies of #B6728C
Complementary color
Monochromatic Colors of #B6728C
Black with #B6728C
Text Example
Text Example
White with #B6728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6728C; }
p { color: rgb(182,114,140); }
H1.HeaderClassName
{
color: #B6728C;
}
.AnyTagClassName
{
color: #B6728C;
}
</style>
background-color css
<style>
a { background-color: #B6728C; }
a { background-color: rgb(182,114,140); }
div.DivClassName
{
background-color: #B6728C;
}
.BgClassName
{
background-color: #B6728C;
}
</style>
border-color css
<style>
span { border-color: #B6728C; }
span { border-color: rgb(182,114,140); }
td.TdClassName
{
border-color: #B6728C;
}
.TagClassName
{
border-color: #B6728C;
}
</style>