Shades of Tapestry #BA777D
Tints of Tapestry #BA777D
RGB
CMYK
RGB Variations
Color information
#BA777D (or 0xBA777D) is known color: Tapestry. HEX triplet: BA, 77 and 7D. RGB value is (186,119,125). Sum of RGB (Red+Green+Blue) = 186+119+125=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777D is #458882. Grayscale: #8B8B8B. Windows color (decimal): -4556931 or 8222650. OLE color: 8222650.
HSL color Cylindrical-coordinate representation of color #BA777D: hue angle of 354.63º 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 #BA777D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 125 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.27 |
| HSL | 354.63º | 0.33% | 0.6% | - |
| HSV(B) | 354.63º | 0.36% | 0.73% | - |
| XYZ | 30.55 | 25.11 | 22.64 | - |
| YUV | 139.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 125 | 0 | 0.36 | 0.33 | 0.27 | 354.63 | 0.33 | 0.6 |
| Hex | BA | 77 | 7D | 0 | 24 | 21 | 1B | 163 | 21 | 3C |
| Octal | 272 | 167 | 175 | 0 | 44 | 41 | 33 | 543 | 41 | 74 |
| Binary | 10111010 | 1110111 | 1111101 | 0 | 100100 | 100001 | 11011 | 101100011 | 100001 | 111100 |
Color Harmonies of #BA777D
Complementary color
Monochromatic Colors of #BA777D
Black with #BA777D
Text Example
Text Example
White with #BA777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA777D; }
p { color: rgb(186,119,125); }
H1.HeaderClassName
{
color: #BA777D;
}
.AnyTagClassName
{
color: #BA777D;
}
</style>
background-color css
<style>
a { background-color: #BA777D; }
a { background-color: rgb(186,119,125); }
div.DivClassName
{
background-color: #BA777D;
}
.BgClassName
{
background-color: #BA777D;
}
</style>
border-color css
<style>
span { border-color: #BA777D; }
span { border-color: rgb(186,119,125); }
td.TdClassName
{
border-color: #BA777D;
}
.TagClassName
{
border-color: #BA777D;
}
</style>