Shades of Twine #BA9056
Tints of Twine #BA9056
RGB
CMYK
RGB Variations
Color information
#BA9056 (or 0xBA9056) is known color: Twine. HEX triplet: BA, 90 and 56. RGB value is (186,144,86). Sum of RGB (Red+Green+Blue) = 186+144+86=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9056 is #456FA9. Grayscale: #969696. Windows color (decimal): -4550570 or 5673146. OLE color: 5673146.
HSL color Cylindrical-coordinate representation of color #BA9056: hue angle of 34.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 #BA9056 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 86 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.27 |
| HSL | 34.8º | 0.42% | 0.53% | - |
| HSV(B) | 34.8º | 0.54% | 0.73% | - |
| XYZ | 31.9 | 31.06 | 13.12 | - |
| YUV | 149.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 86 | 0 | 0.23 | 0.54 | 0.27 | 34.8 | 0.42 | 0.53 |
| Hex | BA | 90 | 56 | 0 | 17 | 36 | 1B | 23 | 2A | 35 |
| Octal | 272 | 220 | 126 | 0 | 27 | 66 | 33 | 43 | 52 | 65 |
| Binary | 10111010 | 10010000 | 1010110 | 0 | 10111 | 110110 | 11011 | 100011 | 101010 | 110101 |
Color Harmonies of #BA9056
Complementary color
Monochromatic Colors of #BA9056
Black with #BA9056
Text Example
Text Example
White with #BA9056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9056; }
p { color: rgb(186,144,86); }
H1.HeaderClassName
{
color: #BA9056;
}
.AnyTagClassName
{
color: #BA9056;
}
</style>
background-color css
<style>
a { background-color: #BA9056; }
a { background-color: rgb(186,144,86); }
div.DivClassName
{
background-color: #BA9056;
}
.BgClassName
{
background-color: #BA9056;
}
</style>
border-color css
<style>
span { border-color: #BA9056; }
span { border-color: rgb(186,144,86); }
td.TdClassName
{
border-color: #BA9056;
}
.TagClassName
{
border-color: #BA9056;
}
</style>