Shades of Twine #BA8F59
Tints of Twine #BA8F59
RGB
CMYK
RGB Variations
Color information
#BA8F59 (or 0xBA8F59) is known color: Twine. HEX triplet: BA, 8F and 59. RGB value is (186,143,89). Sum of RGB (Red+Green+Blue) = 186+143+89=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F59 is #4570A6. Grayscale: #959595. Windows color (decimal): -4550823 or 5869498. OLE color: 5869498.
HSL color Cylindrical-coordinate representation of color #BA8F59: hue angle of 33.4º 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 #BA8F59 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 89 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.27 |
| HSL | 33.4º | 0.41% | 0.54% | - |
| HSV(B) | 33.4º | 0.52% | 0.73% | - |
| XYZ | 31.88 | 30.81 | 13.72 | - |
| YUV | 149.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 89 | 0 | 0.23 | 0.52 | 0.27 | 33.4 | 0.41 | 0.54 |
| Hex | BA | 8F | 59 | 0 | 17 | 34 | 1B | 21 | 29 | 36 |
| Octal | 272 | 217 | 131 | 0 | 27 | 64 | 33 | 41 | 51 | 66 |
| Binary | 10111010 | 10001111 | 1011001 | 0 | 10111 | 110100 | 11011 | 100001 | 101001 | 110110 |
Color Harmonies of #BA8F59
Complementary color
Monochromatic Colors of #BA8F59
Black with #BA8F59
Text Example
Text Example
White with #BA8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F59; }
p { color: rgb(186,143,89); }
H1.HeaderClassName
{
color: #BA8F59;
}
.AnyTagClassName
{
color: #BA8F59;
}
</style>
background-color css
<style>
a { background-color: #BA8F59; }
a { background-color: rgb(186,143,89); }
div.DivClassName
{
background-color: #BA8F59;
}
.BgClassName
{
background-color: #BA8F59;
}
</style>
border-color css
<style>
span { border-color: #BA8F59; }
span { border-color: rgb(186,143,89); }
td.TdClassName
{
border-color: #BA8F59;
}
.TagClassName
{
border-color: #BA8F59;
}
</style>