Shades of Twine #BA8359
Tints of Twine #BA8359
RGB
CMYK
RGB Variations
Color information
#BA8359 (or 0xBA8359) is known color: Twine. HEX triplet: BA, 83 and 59. RGB value is (186,131,89). Sum of RGB (Red+Green+Blue) = 186+131+89=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8359 is #457CA6. Grayscale: #8E8E8E. Windows color (decimal): -4553895 or 5866426. OLE color: 5866426.
HSL color Cylindrical-coordinate representation of color #BA8359: hue angle of 25.98º 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 #BA8359 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 89 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.27 |
| HSL | 25.98º | 0.41% | 0.54% | - |
| HSV(B) | 25.98º | 0.52% | 0.73% | - |
| XYZ | 30.17 | 27.39 | 13.15 | - |
| YUV | 142.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 89 | 0 | 0.30 | 0.52 | 0.27 | 25.98 | 0.41 | 0.54 |
| Hex | BA | 83 | 59 | 0 | 1E | 34 | 1B | 1A | 29 | 36 |
| Octal | 272 | 203 | 131 | 0 | 36 | 64 | 33 | 32 | 51 | 66 |
| Binary | 10111010 | 10000011 | 1011001 | 0 | 11110 | 110100 | 11011 | 11010 | 101001 | 110110 |
Color Harmonies of #BA8359
Complementary color
Monochromatic Colors of #BA8359
Black with #BA8359
Text Example
Text Example
White with #BA8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8359; }
p { color: rgb(186,131,89); }
H1.HeaderClassName
{
color: #BA8359;
}
.AnyTagClassName
{
color: #BA8359;
}
</style>
background-color css
<style>
a { background-color: #BA8359; }
a { background-color: rgb(186,131,89); }
div.DivClassName
{
background-color: #BA8359;
}
.BgClassName
{
background-color: #BA8359;
}
</style>
border-color css
<style>
span { border-color: #BA8359; }
span { border-color: rgb(186,131,89); }
td.TdClassName
{
border-color: #BA8359;
}
.TagClassName
{
border-color: #BA8359;
}
</style>