Shades of Twine #BA8156
Tints of Twine #BA8156
RGB
CMYK
RGB Variations
Color information
#BA8156 (or 0xBA8156) is known color: Twine. HEX triplet: BA, 81 and 56. RGB value is (186,129,86). Sum of RGB (Red+Green+Blue) = 186+129+86=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8156 is #457EA9. Grayscale: #8D8D8D. Windows color (decimal): -4554410 or 5669306. OLE color: 5669306.
HSL color Cylindrical-coordinate representation of color #BA8156: hue angle of 25.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA8156 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 86 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.27 |
| HSL | 25.8º | 0.42% | 0.53% | - |
| HSV(B) | 25.8º | 0.54% | 0.73% | - |
| XYZ | 29.78 | 26.81 | 12.41 | - |
| YUV | 141.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 86 | 0 | 0.31 | 0.54 | 0.27 | 25.8 | 0.42 | 0.53 |
| Hex | BA | 81 | 56 | 0 | 1F | 36 | 1B | 1A | 2A | 35 |
| Octal | 272 | 201 | 126 | 0 | 37 | 66 | 33 | 32 | 52 | 65 |
| Binary | 10111010 | 10000001 | 1010110 | 0 | 11111 | 110110 | 11011 | 11010 | 101010 | 110101 |
Color Harmonies of #BA8156
Complementary color
Monochromatic Colors of #BA8156
Black with #BA8156
Text Example
Text Example
White with #BA8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8156; }
p { color: rgb(186,129,86); }
H1.HeaderClassName
{
color: #BA8156;
}
.AnyTagClassName
{
color: #BA8156;
}
</style>
background-color css
<style>
a { background-color: #BA8156; }
a { background-color: rgb(186,129,86); }
div.DivClassName
{
background-color: #BA8156;
}
.BgClassName
{
background-color: #BA8156;
}
</style>
border-color css
<style>
span { border-color: #BA8156; }
span { border-color: rgb(186,129,86); }
td.TdClassName
{
border-color: #BA8156;
}
.TagClassName
{
border-color: #BA8156;
}
</style>