Shades of Twine #BA8D56
Tints of Twine #BA8D56
RGB
CMYK
RGB Variations
Color information
#BA8D56 (or 0xBA8D56) is known color: Twine. HEX triplet: BA, 8D and 56. RGB value is (186,141,86). Sum of RGB (Red+Green+Blue) = 186+141+86=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D56 is #4572A9. Grayscale: #949494. Windows color (decimal): -4551338 or 5672378. OLE color: 5672378.
HSL color Cylindrical-coordinate representation of color #BA8D56: hue angle of 33º 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 #BA8D56 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 86 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.27 |
| HSL | 33º | 0.42% | 0.53% | - |
| HSV(B) | 33º | 0.54% | 0.73% | - |
| XYZ | 31.45 | 30.16 | 12.97 | - |
| YUV | 148.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 86 | 0 | 0.24 | 0.54 | 0.27 | 33 | 0.42 | 0.53 |
| Hex | BA | 8D | 56 | 0 | 18 | 36 | 1B | 21 | 2A | 35 |
| Octal | 272 | 215 | 126 | 0 | 30 | 66 | 33 | 41 | 52 | 65 |
| Binary | 10111010 | 10001101 | 1010110 | 0 | 11000 | 110110 | 11011 | 100001 | 101010 | 110101 |
Color Harmonies of #BA8D56
Complementary color
Monochromatic Colors of #BA8D56
Black with #BA8D56
Text Example
Text Example
White with #BA8D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D56; }
p { color: rgb(186,141,86); }
H1.HeaderClassName
{
color: #BA8D56;
}
.AnyTagClassName
{
color: #BA8D56;
}
</style>
background-color css
<style>
a { background-color: #BA8D56; }
a { background-color: rgb(186,141,86); }
div.DivClassName
{
background-color: #BA8D56;
}
.BgClassName
{
background-color: #BA8D56;
}
</style>
border-color css
<style>
span { border-color: #BA8D56; }
span { border-color: rgb(186,141,86); }
td.TdClassName
{
border-color: #BA8D56;
}
.TagClassName
{
border-color: #BA8D56;
}
</style>