Shades of Tapestry #BA838A
Tints of Tapestry #BA838A
RGB
CMYK
RGB Variations
Color information
#BA838A (or 0xBA838A) is known color: Tapestry. HEX triplet: BA, 83 and 8A. RGB value is (186,131,138). Sum of RGB (Red+Green+Blue) = 186+131+138=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838A is #457C75. Grayscale: #949494. Windows color (decimal): -4553846 or 9077690. OLE color: 9077690.
HSL color Cylindrical-coordinate representation of color #BA838A: hue angle of 352.36º degrees, saturation: 0.28, 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 #BA838A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 138 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.27 |
| HSL | 352.36º | 0.28% | 0.62% | - |
| HSV(B) | 352.36º | 0.3% | 0.73% | - |
| XYZ | 32.95 | 28.51 | 27.81 | - |
| YUV | 148.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 138 | 0 | 0.30 | 0.26 | 0.27 | 352.36 | 0.28 | 0.62 |
| Hex | BA | 83 | 8A | 0 | 1E | 1A | 1B | 160 | 1C | 3E |
| Octal | 272 | 203 | 212 | 0 | 36 | 32 | 33 | 540 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10001010 | 0 | 11110 | 11010 | 11011 | 101100000 | 11100 | 111110 |
Color Harmonies of #BA838A
Complementary color
Monochromatic Colors of #BA838A
Black with #BA838A
Text Example
Text Example
White with #BA838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA838A; }
p { color: rgb(186,131,138); }
H1.HeaderClassName
{
color: #BA838A;
}
.AnyTagClassName
{
color: #BA838A;
}
</style>
background-color css
<style>
a { background-color: #BA838A; }
a { background-color: rgb(186,131,138); }
div.DivClassName
{
background-color: #BA838A;
}
.BgClassName
{
background-color: #BA838A;
}
</style>
border-color css
<style>
span { border-color: #BA838A; }
span { border-color: rgb(186,131,138); }
td.TdClassName
{
border-color: #BA838A;
}
.TagClassName
{
border-color: #BA838A;
}
</style>