Shades of Tapestry #BA808A
Tints of Tapestry #BA808A
RGB
CMYK
RGB Variations
Color information
#BA808A (or 0xBA808A) is known color: Tapestry. HEX triplet: BA, 80 and 8A. RGB value is (186,128,138). Sum of RGB (Red+Green+Blue) = 186+128+138=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA808A is #457F75. Grayscale: #929292. Windows color (decimal): -4554614 or 9076922. OLE color: 9076922.
HSL color Cylindrical-coordinate representation of color #BA808A: hue angle of 349.66º 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 #BA808A is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 138 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.27 |
| HSL | 349.66º | 0.3% | 0.62% | - |
| HSV(B) | 349.66º | 0.31% | 0.73% | - |
| XYZ | 32.56 | 27.71 | 27.68 | - |
| YUV | 146.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 138 | 0 | 0.31 | 0.26 | 0.27 | 349.66 | 0.3 | 0.62 |
| Hex | BA | 80 | 8A | 0 | 1F | 1A | 1B | 15E | 1E | 3E |
| Octal | 272 | 200 | 212 | 0 | 37 | 32 | 33 | 536 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10001010 | 0 | 11111 | 11010 | 11011 | 101011110 | 11110 | 111110 |
Color Harmonies of #BA808A
Complementary color
Monochromatic Colors of #BA808A
Black with #BA808A
Text Example
Text Example
White with #BA808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA808A; }
p { color: rgb(186,128,138); }
H1.HeaderClassName
{
color: #BA808A;
}
.AnyTagClassName
{
color: #BA808A;
}
</style>
background-color css
<style>
a { background-color: #BA808A; }
a { background-color: rgb(186,128,138); }
div.DivClassName
{
background-color: #BA808A;
}
.BgClassName
{
background-color: #BA808A;
}
</style>
border-color css
<style>
span { border-color: #BA808A; }
span { border-color: rgb(186,128,138); }
td.TdClassName
{
border-color: #BA808A;
}
.TagClassName
{
border-color: #BA808A;
}
</style>