Shades of Tapestry #BA7781
Tints of Tapestry #BA7781
RGB
CMYK
RGB Variations
Color information
#BA7781 (or 0xBA7781) is known color: Tapestry. HEX triplet: BA, 77 and 81. RGB value is (186,119,129). Sum of RGB (Red+Green+Blue) = 186+119+129=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7781 is #45887E. Grayscale: #8C8C8C. Windows color (decimal): -4556927 or 8484794. OLE color: 8484794.
HSL color Cylindrical-coordinate representation of color #BA7781: hue angle of 351.04º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7781 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 129 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.27 |
| HSL | 351.04º | 0.33% | 0.6% | - |
| HSV(B) | 351.04º | 0.36% | 0.73% | - |
| XYZ | 30.81 | 25.22 | 24.01 | - |
| YUV | 140.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 129 | 0 | 0.36 | 0.31 | 0.27 | 351.04 | 0.33 | 0.6 |
| Hex | BA | 77 | 81 | 0 | 24 | 1F | 1B | 15F | 21 | 3C |
| Octal | 272 | 167 | 201 | 0 | 44 | 37 | 33 | 537 | 41 | 74 |
| Binary | 10111010 | 1110111 | 10000001 | 0 | 100100 | 11111 | 11011 | 101011111 | 100001 | 111100 |
Color Harmonies of #BA7781
Complementary color
Monochromatic Colors of #BA7781
Black with #BA7781
Text Example
Text Example
White with #BA7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7781; }
p { color: rgb(186,119,129); }
H1.HeaderClassName
{
color: #BA7781;
}
.AnyTagClassName
{
color: #BA7781;
}
</style>
background-color css
<style>
a { background-color: #BA7781; }
a { background-color: rgb(186,119,129); }
div.DivClassName
{
background-color: #BA7781;
}
.BgClassName
{
background-color: #BA7781;
}
</style>
border-color css
<style>
span { border-color: #BA7781; }
span { border-color: rgb(186,119,129); }
td.TdClassName
{
border-color: #BA7781;
}
.TagClassName
{
border-color: #BA7781;
}
</style>