Shades of Twine #BA8C5E
Tints of Twine #BA8C5E
RGB
CMYK
RGB Variations
Color information
#BA8C5E (or 0xBA8C5E) is known color: Twine. HEX triplet: BA, 8C and 5E. RGB value is (186,140,94). Sum of RGB (Red+Green+Blue) = 186+140+94=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5E is #4573A1. Grayscale: #949494. Windows color (decimal): -4551586 or 6196410. OLE color: 6196410.
HSL color Cylindrical-coordinate representation of color #BA8C5E: hue angle of 30º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA8C5E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 94 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.27 |
| HSL | 30º | 0.4% | 0.55% | - |
| HSV(B) | 30º | 0.49% | 0.73% | - |
| XYZ | 31.65 | 30 | 14.71 | - |
| YUV | 148.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 94 | 0 | 0.25 | 0.49 | 0.27 | 30 | 0.4 | 0.55 |
| Hex | BA | 8C | 5E | 0 | 19 | 31 | 1B | 1E | 28 | 37 |
| Octal | 272 | 214 | 136 | 0 | 31 | 61 | 33 | 36 | 50 | 67 |
| Binary | 10111010 | 10001100 | 1011110 | 0 | 11001 | 110001 | 11011 | 11110 | 101000 | 110111 |
Color Harmonies of #BA8C5E
Complementary color
Monochromatic Colors of #BA8C5E
Black with #BA8C5E
Text Example
Text Example
White with #BA8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C5E; }
p { color: rgb(186,140,94); }
H1.HeaderClassName
{
color: #BA8C5E;
}
.AnyTagClassName
{
color: #BA8C5E;
}
</style>
background-color css
<style>
a { background-color: #BA8C5E; }
a { background-color: rgb(186,140,94); }
div.DivClassName
{
background-color: #BA8C5E;
}
.BgClassName
{
background-color: #BA8C5E;
}
</style>
border-color css
<style>
span { border-color: #BA8C5E; }
span { border-color: rgb(186,140,94); }
td.TdClassName
{
border-color: #BA8C5E;
}
.TagClassName
{
border-color: #BA8C5E;
}
</style>