Shades of Twine #BA8059
Tints of Twine #BA8059
RGB
CMYK
RGB Variations
Color information
#BA8059 (or 0xBA8059) is known color: Twine. HEX triplet: BA, 80 and 59. RGB value is (186,128,89). Sum of RGB (Red+Green+Blue) = 186+128+89=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8059 is #457FA6. Grayscale: #8D8D8D. Windows color (decimal): -4554663 or 5865658. OLE color: 5865658.
HSL color Cylindrical-coordinate representation of color #BA8059: hue angle of 24.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8059 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 89 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.27 |
| HSL | 24.12º | 0.41% | 0.54% | - |
| HSV(B) | 24.12º | 0.52% | 0.73% | - |
| XYZ | 29.77 | 26.6 | 13.02 | - |
| YUV | 140.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 89 | 0 | 0.31 | 0.52 | 0.27 | 24.12 | 0.41 | 0.54 |
| Hex | BA | 80 | 59 | 0 | 1F | 34 | 1B | 18 | 29 | 36 |
| Octal | 272 | 200 | 131 | 0 | 37 | 64 | 33 | 30 | 51 | 66 |
| Binary | 10111010 | 10000000 | 1011001 | 0 | 11111 | 110100 | 11011 | 11000 | 101001 | 110110 |
Color Harmonies of #BA8059
Complementary color
Monochromatic Colors of #BA8059
Black with #BA8059
Text Example
Text Example
White with #BA8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8059; }
p { color: rgb(186,128,89); }
H1.HeaderClassName
{
color: #BA8059;
}
.AnyTagClassName
{
color: #BA8059;
}
</style>
background-color css
<style>
a { background-color: #BA8059; }
a { background-color: rgb(186,128,89); }
div.DivClassName
{
background-color: #BA8059;
}
.BgClassName
{
background-color: #BA8059;
}
</style>
border-color css
<style>
span { border-color: #BA8059; }
span { border-color: rgb(186,128,89); }
td.TdClassName
{
border-color: #BA8059;
}
.TagClassName
{
border-color: #BA8059;
}
</style>