Shades of Twine #BA8C59
Tints of Twine #BA8C59
RGB
CMYK
RGB Variations
Color information
#BA8C59 (or 0xBA8C59) is known color: Twine. HEX triplet: BA, 8C and 59. RGB value is (186,140,89). Sum of RGB (Red+Green+Blue) = 186+140+89=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C59 is #4573A6. Grayscale: #949494. Windows color (decimal): -4551591 or 5868730. OLE color: 5868730.
HSL color Cylindrical-coordinate representation of color #BA8C59: hue angle of 31.55º 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 #BA8C59 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 89 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.27 |
| HSL | 31.55º | 0.41% | 0.54% | - |
| HSV(B) | 31.55º | 0.52% | 0.73% | - |
| XYZ | 31.43 | 29.92 | 13.57 | - |
| YUV | 147.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 89 | 0 | 0.25 | 0.52 | 0.27 | 31.55 | 0.41 | 0.54 |
| Hex | BA | 8C | 59 | 0 | 19 | 34 | 1B | 20 | 29 | 36 |
| Octal | 272 | 214 | 131 | 0 | 31 | 64 | 33 | 40 | 51 | 66 |
| Binary | 10111010 | 10001100 | 1011001 | 0 | 11001 | 110100 | 11011 | 100000 | 101001 | 110110 |
Color Harmonies of #BA8C59
Complementary color
Monochromatic Colors of #BA8C59
Black with #BA8C59
Text Example
Text Example
White with #BA8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C59; }
p { color: rgb(186,140,89); }
H1.HeaderClassName
{
color: #BA8C59;
}
.AnyTagClassName
{
color: #BA8C59;
}
</style>
background-color css
<style>
a { background-color: #BA8C59; }
a { background-color: rgb(186,140,89); }
div.DivClassName
{
background-color: #BA8C59;
}
.BgClassName
{
background-color: #BA8C59;
}
</style>
border-color css
<style>
span { border-color: #BA8C59; }
span { border-color: rgb(186,140,89); }
td.TdClassName
{
border-color: #BA8C59;
}
.TagClassName
{
border-color: #BA8C59;
}
</style>