Shades of Twine #BA8A5E
Tints of Twine #BA8A5E
RGB
CMYK
RGB Variations
Color information
#BA8A5E (or 0xBA8A5E) is known color: Twine. HEX triplet: BA, 8A and 5E. RGB value is (186,138,94). Sum of RGB (Red+Green+Blue) = 186+138+94=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A5E is #4575A1. Grayscale: #939393. Windows color (decimal): -4552098 or 6195898. OLE color: 6195898.
HSL color Cylindrical-coordinate representation of color #BA8A5E: hue angle of 28.7º 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 #BA8A5E is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 94 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.27 |
| HSL | 28.7º | 0.4% | 0.55% | - |
| HSV(B) | 28.7º | 0.49% | 0.73% | - |
| XYZ | 31.36 | 29.42 | 14.62 | - |
| YUV | 147.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 94 | 0 | 0.26 | 0.49 | 0.27 | 28.7 | 0.4 | 0.55 |
| Hex | BA | 8A | 5E | 0 | 1A | 31 | 1B | 1D | 28 | 37 |
| Octal | 272 | 212 | 136 | 0 | 32 | 61 | 33 | 35 | 50 | 67 |
| Binary | 10111010 | 10001010 | 1011110 | 0 | 11010 | 110001 | 11011 | 11101 | 101000 | 110111 |
Color Harmonies of #BA8A5E
Complementary color
Monochromatic Colors of #BA8A5E
Black with #BA8A5E
Text Example
Text Example
White with #BA8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A5E; }
p { color: rgb(186,138,94); }
H1.HeaderClassName
{
color: #BA8A5E;
}
.AnyTagClassName
{
color: #BA8A5E;
}
</style>
background-color css
<style>
a { background-color: #BA8A5E; }
a { background-color: rgb(186,138,94); }
div.DivClassName
{
background-color: #BA8A5E;
}
.BgClassName
{
background-color: #BA8A5E;
}
</style>
border-color css
<style>
span { border-color: #BA8A5E; }
span { border-color: rgb(186,138,94); }
td.TdClassName
{
border-color: #BA8A5E;
}
.TagClassName
{
border-color: #BA8A5E;
}
</style>