Shades of Tapestry #BA8284
Tints of Tapestry #BA8284
RGB
CMYK
RGB Variations
Color information
#BA8284 (or 0xBA8284) is known color: Tapestry. HEX triplet: BA, 82 and 84. RGB value is (186,130,132). Sum of RGB (Red+Green+Blue) = 186+130+132=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8284 is #457D7B. Grayscale: #939393. Windows color (decimal): -4554108 or 8684218. OLE color: 8684218.
HSL color Cylindrical-coordinate representation of color #BA8284: hue angle of 357.86º 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 #BA8284 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 132 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.27 |
| HSL | 357.86º | 0.29% | 0.62% | - |
| HSV(B) | 357.86º | 0.3% | 0.73% | - |
| XYZ | 32.4 | 28.07 | 25.54 | - |
| YUV | 146.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 132 | 0 | 0.30 | 0.29 | 0.27 | 357.86 | 0.29 | 0.62 |
| Hex | BA | 82 | 84 | 0 | 1E | 1D | 1B | 166 | 1D | 3E |
| Octal | 272 | 202 | 204 | 0 | 36 | 35 | 33 | 546 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10000100 | 0 | 11110 | 11101 | 11011 | 101100110 | 11101 | 111110 |
Color Harmonies of #BA8284
Complementary color
Monochromatic Colors of #BA8284
Black with #BA8284
Text Example
Text Example
White with #BA8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8284; }
p { color: rgb(186,130,132); }
H1.HeaderClassName
{
color: #BA8284;
}
.AnyTagClassName
{
color: #BA8284;
}
</style>
background-color css
<style>
a { background-color: #BA8284; }
a { background-color: rgb(186,130,132); }
div.DivClassName
{
background-color: #BA8284;
}
.BgClassName
{
background-color: #BA8284;
}
</style>
border-color css
<style>
span { border-color: #BA8284; }
span { border-color: rgb(186,130,132); }
td.TdClassName
{
border-color: #BA8284;
}
.TagClassName
{
border-color: #BA8284;
}
</style>