Shades of Tapestry #BA777B
Tints of Tapestry #BA777B
RGB
CMYK
RGB Variations
Color information
#BA777B (or 0xBA777B) is known color: Tapestry. HEX triplet: BA, 77 and 7B. RGB value is (186,119,123). Sum of RGB (Red+Green+Blue) = 186+119+123=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777B is #458884. Grayscale: #8B8B8B. Windows color (decimal): -4556933 or 8091578. OLE color: 8091578.
HSL color Cylindrical-coordinate representation of color #BA777B: hue angle of 356.42º 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 #BA777B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 123 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.27 |
| HSL | 356.42º | 0.33% | 0.6% | - |
| HSV(B) | 356.42º | 0.36% | 0.73% | - |
| XYZ | 30.42 | 25.06 | 21.97 | - |
| YUV | 139.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 123 | 0 | 0.36 | 0.34 | 0.27 | 356.42 | 0.33 | 0.6 |
| Hex | BA | 77 | 7B | 0 | 24 | 22 | 1B | 164 | 21 | 3C |
| Octal | 272 | 167 | 173 | 0 | 44 | 42 | 33 | 544 | 41 | 74 |
| Binary | 10111010 | 1110111 | 1111011 | 0 | 100100 | 100010 | 11011 | 101100100 | 100001 | 111100 |
Color Harmonies of #BA777B
Complementary color
Monochromatic Colors of #BA777B
Black with #BA777B
Text Example
Text Example
White with #BA777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA777B; }
p { color: rgb(186,119,123); }
H1.HeaderClassName
{
color: #BA777B;
}
.AnyTagClassName
{
color: #BA777B;
}
</style>
background-color css
<style>
a { background-color: #BA777B; }
a { background-color: rgb(186,119,123); }
div.DivClassName
{
background-color: #BA777B;
}
.BgClassName
{
background-color: #BA777B;
}
</style>
border-color css
<style>
span { border-color: #BA777B; }
span { border-color: rgb(186,119,123); }
td.TdClassName
{
border-color: #BA777B;
}
.TagClassName
{
border-color: #BA777B;
}
</style>