Shades of Tapestry #BA747B
Tints of Tapestry #BA747B
RGB
CMYK
RGB Variations
Color information
#BA747B (or 0xBA747B) is known color: Tapestry. HEX triplet: BA, 74 and 7B. RGB value is (186,116,123). Sum of RGB (Red+Green+Blue) = 186+116+123=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA747B is #458B84. Grayscale: #898989. Windows color (decimal): -4557701 or 8090810. OLE color: 8090810.
HSL color Cylindrical-coordinate representation of color #BA747B: hue angle of 354º 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 #BA747B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 123 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.27 |
| HSL | 354º | 0.34% | 0.59% | - |
| HSV(B) | 354º | 0.38% | 0.73% | - |
| XYZ | 30.07 | 24.36 | 21.86 | - |
| YUV | 137.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 123 | 0 | 0.38 | 0.34 | 0.27 | 354 | 0.34 | 0.59 |
| Hex | BA | 74 | 7B | 0 | 26 | 22 | 1B | 162 | 22 | 3B |
| Octal | 272 | 164 | 173 | 0 | 46 | 42 | 33 | 542 | 42 | 73 |
| Binary | 10111010 | 1110100 | 1111011 | 0 | 100110 | 100010 | 11011 | 101100010 | 100010 | 111011 |
Color Harmonies of #BA747B
Complementary color
Monochromatic Colors of #BA747B
Black with #BA747B
Text Example
Text Example
White with #BA747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA747B; }
p { color: rgb(186,116,123); }
H1.HeaderClassName
{
color: #BA747B;
}
.AnyTagClassName
{
color: #BA747B;
}
</style>
background-color css
<style>
a { background-color: #BA747B; }
a { background-color: rgb(186,116,123); }
div.DivClassName
{
background-color: #BA747B;
}
.BgClassName
{
background-color: #BA747B;
}
</style>
border-color css
<style>
span { border-color: #BA747B; }
span { border-color: rgb(186,116,123); }
td.TdClassName
{
border-color: #BA747B;
}
.TagClassName
{
border-color: #BA747B;
}
</style>