Shades of Tapestry #BA828C
Tints of Tapestry #BA828C
RGB
CMYK
RGB Variations
Color information
#BA828C (or 0xBA828C) is known color: Tapestry. HEX triplet: BA, 82 and 8C. RGB value is (186,130,140). Sum of RGB (Red+Green+Blue) = 186+130+140=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828C is #457D73. Grayscale: #939393. Windows color (decimal): -4554100 or 9208506. OLE color: 9208506.
HSL color Cylindrical-coordinate representation of color #BA828C: hue angle of 349.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA828C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 140 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.27 |
| HSL | 349.29º | 0.29% | 0.62% | - |
| HSV(B) | 349.29º | 0.3% | 0.73% | - |
| XYZ | 32.97 | 28.3 | 28.54 | - |
| YUV | 147.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 140 | 0 | 0.30 | 0.25 | 0.27 | 349.29 | 0.29 | 0.62 |
| Hex | BA | 82 | 8C | 0 | 1E | 19 | 1B | 15D | 1D | 3E |
| Octal | 272 | 202 | 214 | 0 | 36 | 31 | 33 | 535 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10001100 | 0 | 11110 | 11001 | 11011 | 101011101 | 11101 | 111110 |
Color Harmonies of #BA828C
Complementary color
Monochromatic Colors of #BA828C
Black with #BA828C
Text Example
Text Example
White with #BA828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA828C; }
p { color: rgb(186,130,140); }
H1.HeaderClassName
{
color: #BA828C;
}
.AnyTagClassName
{
color: #BA828C;
}
</style>
background-color css
<style>
a { background-color: #BA828C; }
a { background-color: rgb(186,130,140); }
div.DivClassName
{
background-color: #BA828C;
}
.BgClassName
{
background-color: #BA828C;
}
</style>
border-color css
<style>
span { border-color: #BA828C; }
span { border-color: rgb(186,130,140); }
td.TdClassName
{
border-color: #BA828C;
}
.TagClassName
{
border-color: #BA828C;
}
</style>