Shades of Twine #BA8056
Tints of Twine #BA8056
RGB
CMYK
RGB Variations
Color information
#BA8056 (or 0xBA8056) is known color: Twine. HEX triplet: BA, 80 and 56. RGB value is (186,128,86). Sum of RGB (Red+Green+Blue) = 186+128+86=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8056 is #457FA9. Grayscale: #8C8C8C. Windows color (decimal): -4554666 or 5669050. OLE color: 5669050.
HSL color Cylindrical-coordinate representation of color #BA8056: hue angle of 25.2º 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 #BA8056 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 86 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.27 |
| HSL | 25.2º | 0.42% | 0.53% | - |
| HSV(B) | 25.2º | 0.54% | 0.73% | - |
| XYZ | 29.65 | 26.55 | 12.37 | - |
| YUV | 140.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 86 | 0 | 0.31 | 0.54 | 0.27 | 25.2 | 0.42 | 0.53 |
| Hex | BA | 80 | 56 | 0 | 1F | 36 | 1B | 19 | 2A | 35 |
| Octal | 272 | 200 | 126 | 0 | 37 | 66 | 33 | 31 | 52 | 65 |
| Binary | 10111010 | 10000000 | 1010110 | 0 | 11111 | 110110 | 11011 | 11001 | 101010 | 110101 |
Color Harmonies of #BA8056
Complementary color
Monochromatic Colors of #BA8056
Black with #BA8056
Text Example
Text Example
White with #BA8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8056; }
p { color: rgb(186,128,86); }
H1.HeaderClassName
{
color: #BA8056;
}
.AnyTagClassName
{
color: #BA8056;
}
</style>
background-color css
<style>
a { background-color: #BA8056; }
a { background-color: rgb(186,128,86); }
div.DivClassName
{
background-color: #BA8056;
}
.BgClassName
{
background-color: #BA8056;
}
</style>
border-color css
<style>
span { border-color: #BA8056; }
span { border-color: rgb(186,128,86); }
td.TdClassName
{
border-color: #BA8056;
}
.TagClassName
{
border-color: #BA8056;
}
</style>