Shades of Tapestry #BA777F
Tints of Tapestry #BA777F
RGB
CMYK
RGB Variations
Color information
#BA777F (or 0xBA777F) is known color: Tapestry. HEX triplet: BA, 77 and 7F. RGB value is (186,119,127). Sum of RGB (Red+Green+Blue) = 186+119+127=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777F is #458880. Grayscale: #8B8B8B. Windows color (decimal): -4556929 or 8353722. OLE color: 8353722.
HSL color Cylindrical-coordinate representation of color #BA777F: hue angle of 352.84º 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 #BA777F is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 127 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.27 |
| HSL | 352.84º | 0.33% | 0.6% | - |
| HSV(B) | 352.84º | 0.36% | 0.73% | - |
| XYZ | 30.68 | 25.17 | 23.32 | - |
| YUV | 139.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 127 | 0 | 0.36 | 0.32 | 0.27 | 352.84 | 0.33 | 0.6 |
| Hex | BA | 77 | 7F | 0 | 24 | 20 | 1B | 161 | 21 | 3C |
| Octal | 272 | 167 | 177 | 0 | 44 | 40 | 33 | 541 | 41 | 74 |
| Binary | 10111010 | 1110111 | 1111111 | 0 | 100100 | 100000 | 11011 | 101100001 | 100001 | 111100 |
Color Harmonies of #BA777F
Complementary color
Monochromatic Colors of #BA777F
Black with #BA777F
Text Example
Text Example
White with #BA777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA777F; }
p { color: rgb(186,119,127); }
H1.HeaderClassName
{
color: #BA777F;
}
.AnyTagClassName
{
color: #BA777F;
}
</style>
background-color css
<style>
a { background-color: #BA777F; }
a { background-color: rgb(186,119,127); }
div.DivClassName
{
background-color: #BA777F;
}
.BgClassName
{
background-color: #BA777F;
}
</style>
border-color css
<style>
span { border-color: #BA777F; }
span { border-color: rgb(186,119,127); }
td.TdClassName
{
border-color: #BA777F;
}
.TagClassName
{
border-color: #BA777F;
}
</style>