Shades of Tapestry #BA748A
Tints of Tapestry #BA748A
RGB
CMYK
RGB Variations
Color information
#BA748A (or 0xBA748A) is known color: Tapestry. HEX triplet: BA, 74 and 8A. RGB value is (186,116,138). Sum of RGB (Red+Green+Blue) = 186+116+138=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA748A is #458B75. Grayscale: #8B8B8B. Windows color (decimal): -4557686 or 9073850. OLE color: 9073850.
HSL color Cylindrical-coordinate representation of color #BA748A: hue angle of 341.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA748A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 138 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.27 |
| HSL | 341.14º | 0.34% | 0.59% | - |
| HSV(B) | 341.14º | 0.38% | 0.73% | - |
| XYZ | 31.08 | 24.76 | 27.19 | - |
| YUV | 139.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 138 | 0 | 0.38 | 0.26 | 0.27 | 341.14 | 0.34 | 0.59 |
| Hex | BA | 74 | 8A | 0 | 26 | 1A | 1B | 155 | 22 | 3B |
| Octal | 272 | 164 | 212 | 0 | 46 | 32 | 33 | 525 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10001010 | 0 | 100110 | 11010 | 11011 | 101010101 | 100010 | 111011 |
Color Harmonies of #BA748A
Complementary color
Monochromatic Colors of #BA748A
Black with #BA748A
Text Example
Text Example
White with #BA748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA748A; }
p { color: rgb(186,116,138); }
H1.HeaderClassName
{
color: #BA748A;
}
.AnyTagClassName
{
color: #BA748A;
}
</style>
background-color css
<style>
a { background-color: #BA748A; }
a { background-color: rgb(186,116,138); }
div.DivClassName
{
background-color: #BA748A;
}
.BgClassName
{
background-color: #BA748A;
}
</style>
border-color css
<style>
span { border-color: #BA748A; }
span { border-color: rgb(186,116,138); }
td.TdClassName
{
border-color: #BA748A;
}
.TagClassName
{
border-color: #BA748A;
}
</style>