Shades of Tapestry #BA8082
Tints of Tapestry #BA8082
RGB
CMYK
RGB Variations
Color information
#BA8082 (or 0xBA8082) is known color: Tapestry. HEX triplet: BA, 80 and 82. RGB value is (186,128,130). Sum of RGB (Red+Green+Blue) = 186+128+130=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8082 is #457F7D. Grayscale: #919191. Windows color (decimal): -4554622 or 8552634. OLE color: 8552634.
HSL color Cylindrical-coordinate representation of color #BA8082: hue angle of 357.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8082 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 130 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.27 |
| HSL | 357.93º | 0.3% | 0.62% | - |
| HSV(B) | 357.93º | 0.31% | 0.73% | - |
| XYZ | 32 | 27.49 | 24.74 | - |
| YUV | 145.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 130 | 0 | 0.31 | 0.30 | 0.27 | 357.93 | 0.3 | 0.62 |
| Hex | BA | 80 | 82 | 0 | 1F | 1E | 1B | 166 | 1E | 3E |
| Octal | 272 | 200 | 202 | 0 | 37 | 36 | 33 | 546 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10000010 | 0 | 11111 | 11110 | 11011 | 101100110 | 11110 | 111110 |
Color Harmonies of #BA8082
Complementary color
Monochromatic Colors of #BA8082
Black with #BA8082
Text Example
Text Example
White with #BA8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8082; }
p { color: rgb(186,128,130); }
H1.HeaderClassName
{
color: #BA8082;
}
.AnyTagClassName
{
color: #BA8082;
}
</style>
background-color css
<style>
a { background-color: #BA8082; }
a { background-color: rgb(186,128,130); }
div.DivClassName
{
background-color: #BA8082;
}
.BgClassName
{
background-color: #BA8082;
}
</style>
border-color css
<style>
span { border-color: #BA8082; }
span { border-color: rgb(186,128,130); }
td.TdClassName
{
border-color: #BA8082;
}
.TagClassName
{
border-color: #BA8082;
}
</style>