Shades of Tapestry #BA718A
Tints of Tapestry #BA718A
RGB
CMYK
RGB Variations
Color information
#BA718A (or 0xBA718A) is known color: Tapestry. HEX triplet: BA, 71 and 8A. RGB value is (186,113,138). Sum of RGB (Red+Green+Blue) = 186+113+138=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA718A is #458E75. Grayscale: #898989. Windows color (decimal): -4558454 or 9073082. OLE color: 9073082.
HSL color Cylindrical-coordinate representation of color #BA718A: hue angle of 339.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA718A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 138 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.27 |
| HSL | 339.45º | 0.35% | 0.59% | - |
| HSV(B) | 339.45º | 0.39% | 0.73% | - |
| XYZ | 30.74 | 24.08 | 27.07 | - |
| YUV | 137.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 138 | 0 | 0.39 | 0.26 | 0.27 | 339.45 | 0.35 | 0.59 |
| Hex | BA | 71 | 8A | 0 | 27 | 1A | 1B | 153 | 23 | 3B |
| Octal | 272 | 161 | 212 | 0 | 47 | 32 | 33 | 523 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10001010 | 0 | 100111 | 11010 | 11011 | 101010011 | 100011 | 111011 |
Color Harmonies of #BA718A
Complementary color
Monochromatic Colors of #BA718A
Black with #BA718A
Text Example
Text Example
White with #BA718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA718A; }
p { color: rgb(186,113,138); }
H1.HeaderClassName
{
color: #BA718A;
}
.AnyTagClassName
{
color: #BA718A;
}
</style>
background-color css
<style>
a { background-color: #BA718A; }
a { background-color: rgb(186,113,138); }
div.DivClassName
{
background-color: #BA718A;
}
.BgClassName
{
background-color: #BA718A;
}
</style>
border-color css
<style>
span { border-color: #BA718A; }
span { border-color: rgb(186,113,138); }
td.TdClassName
{
border-color: #BA718A;
}
.TagClassName
{
border-color: #BA718A;
}
</style>