Shades of Tapestry #B6728A
Tints of Tapestry #B6728A
RGB
CMYK
RGB Variations
Color information
#B6728A (or 0xB6728A) is known color: Tapestry. HEX triplet: B6, 72 and 8A. RGB value is (182,114,138). Sum of RGB (Red+Green+Blue) = 182+114+138=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6728A is #498D75. Grayscale: #898989. Windows color (decimal): -4820342 or 9073334. OLE color: 9073334.
HSL color Cylindrical-coordinate representation of color #B6728A: hue angle of 338.82º 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 #B6728A is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 138 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.29 |
| HSL | 338.82º | 0.32% | 0.58% | - |
| HSV(B) | 338.82º | 0.37% | 0.71% | - |
| XYZ | 29.9 | 23.81 | 27.07 | - |
| YUV | 137.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 138 | 0 | 0.37 | 0.24 | 0.29 | 338.82 | 0.32 | 0.58 |
| Hex | B6 | 72 | 8A | 0 | 25 | 18 | 1D | 153 | 20 | 3A |
| Octal | 266 | 162 | 212 | 0 | 45 | 30 | 35 | 523 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10001010 | 0 | 100101 | 11000 | 11101 | 101010011 | 100000 | 111010 |
Color Harmonies of #B6728A
Complementary color
Monochromatic Colors of #B6728A
Black with #B6728A
Text Example
Text Example
White with #B6728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6728A; }
p { color: rgb(182,114,138); }
H1.HeaderClassName
{
color: #B6728A;
}
.AnyTagClassName
{
color: #B6728A;
}
</style>
background-color css
<style>
a { background-color: #B6728A; }
a { background-color: rgb(182,114,138); }
div.DivClassName
{
background-color: #B6728A;
}
.BgClassName
{
background-color: #B6728A;
}
</style>
border-color css
<style>
span { border-color: #B6728A; }
span { border-color: rgb(182,114,138); }
td.TdClassName
{
border-color: #B6728A;
}
.TagClassName
{
border-color: #B6728A;
}
</style>