Shades of Twine #BA8C56
Tints of Twine #BA8C56
RGB
CMYK
RGB Variations
Color information
#BA8C56 (or 0xBA8C56) is known color: Twine. HEX triplet: BA, 8C and 56. RGB value is (186,140,86). Sum of RGB (Red+Green+Blue) = 186+140+86=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C56 is #4573A9. Grayscale: #939393. Windows color (decimal): -4551594 or 5672122. OLE color: 5672122.
HSL color Cylindrical-coordinate representation of color #BA8C56: hue angle of 32.4º 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 #BA8C56 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 86 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.27 |
| HSL | 32.4º | 0.42% | 0.53% | - |
| HSV(B) | 32.4º | 0.54% | 0.73% | - |
| XYZ | 31.31 | 29.87 | 12.92 | - |
| YUV | 147.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 86 | 0 | 0.25 | 0.54 | 0.27 | 32.4 | 0.42 | 0.53 |
| Hex | BA | 8C | 56 | 0 | 19 | 36 | 1B | 20 | 2A | 35 |
| Octal | 272 | 214 | 126 | 0 | 31 | 66 | 33 | 40 | 52 | 65 |
| Binary | 10111010 | 10001100 | 1010110 | 0 | 11001 | 110110 | 11011 | 100000 | 101010 | 110101 |
Color Harmonies of #BA8C56
Complementary color
Monochromatic Colors of #BA8C56
Black with #BA8C56
Text Example
Text Example
White with #BA8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C56; }
p { color: rgb(186,140,86); }
H1.HeaderClassName
{
color: #BA8C56;
}
.AnyTagClassName
{
color: #BA8C56;
}
</style>
background-color css
<style>
a { background-color: #BA8C56; }
a { background-color: rgb(186,140,86); }
div.DivClassName
{
background-color: #BA8C56;
}
.BgClassName
{
background-color: #BA8C56;
}
</style>
border-color css
<style>
span { border-color: #BA8C56; }
span { border-color: rgb(186,140,86); }
td.TdClassName
{
border-color: #BA8C56;
}
.TagClassName
{
border-color: #BA8C56;
}
</style>