Shades of Twine #BA8A56
Tints of Twine #BA8A56
RGB
CMYK
RGB Variations
Color information
#BA8A56 (or 0xBA8A56) is known color: Twine. HEX triplet: BA, 8A and 56. RGB value is (186,138,86). Sum of RGB (Red+Green+Blue) = 186+138+86=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A56 is #4575A9. Grayscale: #929292. Windows color (decimal): -4552106 or 5671610. OLE color: 5671610.
HSL color Cylindrical-coordinate representation of color #BA8A56: hue angle of 31.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 #BA8A56 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 86 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.27 |
| HSL | 31.2º | 0.42% | 0.53% | - |
| HSV(B) | 31.2º | 0.54% | 0.73% | - |
| XYZ | 31.02 | 29.29 | 12.82 | - |
| YUV | 146.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 86 | 0 | 0.26 | 0.54 | 0.27 | 31.2 | 0.42 | 0.53 |
| Hex | BA | 8A | 56 | 0 | 1A | 36 | 1B | 1F | 2A | 35 |
| Octal | 272 | 212 | 126 | 0 | 32 | 66 | 33 | 37 | 52 | 65 |
| Binary | 10111010 | 10001010 | 1010110 | 0 | 11010 | 110110 | 11011 | 11111 | 101010 | 110101 |
Color Harmonies of #BA8A56
Complementary color
Monochromatic Colors of #BA8A56
Black with #BA8A56
Text Example
Text Example
White with #BA8A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A56; }
p { color: rgb(186,138,86); }
H1.HeaderClassName
{
color: #BA8A56;
}
.AnyTagClassName
{
color: #BA8A56;
}
</style>
background-color css
<style>
a { background-color: #BA8A56; }
a { background-color: rgb(186,138,86); }
div.DivClassName
{
background-color: #BA8A56;
}
.BgClassName
{
background-color: #BA8A56;
}
</style>
border-color css
<style>
span { border-color: #BA8A56; }
span { border-color: rgb(186,138,86); }
td.TdClassName
{
border-color: #BA8A56;
}
.TagClassName
{
border-color: #BA8A56;
}
</style>