Shades of Twine #BA8655
Tints of Twine #BA8655
RGB
CMYK
RGB Variations
Color information
#BA8655 (or 0xBA8655) is known color: Twine. HEX triplet: BA, 86 and 55. RGB value is (186,134,85). Sum of RGB (Red+Green+Blue) = 186+134+85=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8655 is #4579AA. Grayscale: #909090. Windows color (decimal): -4553131 or 5605050. OLE color: 5605050.
HSL color Cylindrical-coordinate representation of color #BA8655: hue angle of 29.11º 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 #BA8655 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 85 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.27 |
| HSL | 29.11º | 0.42% | 0.53% | - |
| HSV(B) | 29.11º | 0.54% | 0.73% | - |
| XYZ | 30.41 | 28.15 | 12.42 | - |
| YUV | 143.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 85 | 0 | 0.28 | 0.54 | 0.27 | 29.11 | 0.42 | 0.53 |
| Hex | BA | 86 | 55 | 0 | 1C | 36 | 1B | 1D | 2A | 35 |
| Octal | 272 | 206 | 125 | 0 | 34 | 66 | 33 | 35 | 52 | 65 |
| Binary | 10111010 | 10000110 | 1010101 | 0 | 11100 | 110110 | 11011 | 11101 | 101010 | 110101 |
Color Harmonies of #BA8655
Complementary color
Monochromatic Colors of #BA8655
Black with #BA8655
Text Example
Text Example
White with #BA8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8655; }
p { color: rgb(186,134,85); }
H1.HeaderClassName
{
color: #BA8655;
}
.AnyTagClassName
{
color: #BA8655;
}
</style>
background-color css
<style>
a { background-color: #BA8655; }
a { background-color: rgb(186,134,85); }
div.DivClassName
{
background-color: #BA8655;
}
.BgClassName
{
background-color: #BA8655;
}
</style>
border-color css
<style>
span { border-color: #BA8655; }
span { border-color: rgb(186,134,85); }
td.TdClassName
{
border-color: #BA8655;
}
.TagClassName
{
border-color: #BA8655;
}
</style>