Shades of Twine #BA8256
Tints of Twine #BA8256
RGB
CMYK
RGB Variations
Color information
#BA8256 (or 0xBA8256) is known color: Twine. HEX triplet: BA, 82 and 56. RGB value is (186,130,86). Sum of RGB (Red+Green+Blue) = 186+130+86=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8256 is #457DA9. Grayscale: #8D8D8D. Windows color (decimal): -4554154 or 5669562. OLE color: 5669562.
HSL color Cylindrical-coordinate representation of color #BA8256: hue angle of 26.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 #BA8256 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 86 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.27 |
| HSL | 26.4º | 0.42% | 0.53% | - |
| HSV(B) | 26.4º | 0.54% | 0.73% | - |
| XYZ | 29.91 | 27.08 | 12.45 | - |
| YUV | 141.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 86 | 0 | 0.30 | 0.54 | 0.27 | 26.4 | 0.42 | 0.53 |
| Hex | BA | 82 | 56 | 0 | 1E | 36 | 1B | 1A | 2A | 35 |
| Octal | 272 | 202 | 126 | 0 | 36 | 66 | 33 | 32 | 52 | 65 |
| Binary | 10111010 | 10000010 | 1010110 | 0 | 11110 | 110110 | 11011 | 11010 | 101010 | 110101 |
Color Harmonies of #BA8256
Complementary color
Monochromatic Colors of #BA8256
Black with #BA8256
Text Example
Text Example
White with #BA8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8256; }
p { color: rgb(186,130,86); }
H1.HeaderClassName
{
color: #BA8256;
}
.AnyTagClassName
{
color: #BA8256;
}
</style>
background-color css
<style>
a { background-color: #BA8256; }
a { background-color: rgb(186,130,86); }
div.DivClassName
{
background-color: #BA8256;
}
.BgClassName
{
background-color: #BA8256;
}
</style>
border-color css
<style>
span { border-color: #BA8256; }
span { border-color: rgb(186,130,86); }
td.TdClassName
{
border-color: #BA8256;
}
.TagClassName
{
border-color: #BA8256;
}
</style>