Shades of Twine #BA9057
Tints of Twine #BA9057
RGB
CMYK
RGB Variations
Color information
#BA9057 (or 0xBA9057) is known color: Twine. HEX triplet: BA, 90 and 57. RGB value is (186,144,87). Sum of RGB (Red+Green+Blue) = 186+144+87=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9057 is #456FA8. Grayscale: #969696. Windows color (decimal): -4550569 or 5738682. OLE color: 5738682.
HSL color Cylindrical-coordinate representation of color #BA9057: hue angle of 34.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9057 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 87 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.27 |
| HSL | 34.55º | 0.42% | 0.54% | - |
| HSV(B) | 34.55º | 0.53% | 0.73% | - |
| XYZ | 31.94 | 31.07 | 13.33 | - |
| YUV | 150.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 87 | 0 | 0.23 | 0.53 | 0.27 | 34.55 | 0.42 | 0.54 |
| Hex | BA | 90 | 57 | 0 | 17 | 35 | 1B | 23 | 2A | 36 |
| Octal | 272 | 220 | 127 | 0 | 27 | 65 | 33 | 43 | 52 | 66 |
| Binary | 10111010 | 10010000 | 1010111 | 0 | 10111 | 110101 | 11011 | 100011 | 101010 | 110110 |
Color Harmonies of #BA9057
Complementary color
Monochromatic Colors of #BA9057
Black with #BA9057
Text Example
Text Example
White with #BA9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9057; }
p { color: rgb(186,144,87); }
H1.HeaderClassName
{
color: #BA9057;
}
.AnyTagClassName
{
color: #BA9057;
}
</style>
background-color css
<style>
a { background-color: #BA9057; }
a { background-color: rgb(186,144,87); }
div.DivClassName
{
background-color: #BA9057;
}
.BgClassName
{
background-color: #BA9057;
}
</style>
border-color css
<style>
span { border-color: #BA9057; }
span { border-color: rgb(186,144,87); }
td.TdClassName
{
border-color: #BA9057;
}
.TagClassName
{
border-color: #BA9057;
}
</style>