Shades of Twine #BA8555
Tints of Twine #BA8555
RGB
CMYK
RGB Variations
Color information
#BA8555 (or 0xBA8555) is known color: Twine. HEX triplet: BA, 85 and 55. RGB value is (186,133,85). Sum of RGB (Red+Green+Blue) = 186+133+85=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8555 is #457AAA. Grayscale: #8F8F8F. Windows color (decimal): -4553387 or 5604794. OLE color: 5604794.
HSL color Cylindrical-coordinate representation of color #BA8555: hue angle of 28.51º 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 #BA8555 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 85 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.27 |
| HSL | 28.51º | 0.42% | 0.53% | - |
| HSV(B) | 28.51º | 0.54% | 0.73% | - |
| XYZ | 30.28 | 27.87 | 12.38 | - |
| YUV | 143.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 85 | 0 | 0.28 | 0.54 | 0.27 | 28.51 | 0.42 | 0.53 |
| Hex | BA | 85 | 55 | 0 | 1C | 36 | 1B | 1D | 2A | 35 |
| Octal | 272 | 205 | 125 | 0 | 34 | 66 | 33 | 35 | 52 | 65 |
| Binary | 10111010 | 10000101 | 1010101 | 0 | 11100 | 110110 | 11011 | 11101 | 101010 | 110101 |
Color Harmonies of #BA8555
Complementary color
Monochromatic Colors of #BA8555
Black with #BA8555
Text Example
Text Example
White with #BA8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8555; }
p { color: rgb(186,133,85); }
H1.HeaderClassName
{
color: #BA8555;
}
.AnyTagClassName
{
color: #BA8555;
}
</style>
background-color css
<style>
a { background-color: #BA8555; }
a { background-color: rgb(186,133,85); }
div.DivClassName
{
background-color: #BA8555;
}
.BgClassName
{
background-color: #BA8555;
}
</style>
border-color css
<style>
span { border-color: #BA8555; }
span { border-color: rgb(186,133,85); }
td.TdClassName
{
border-color: #BA8555;
}
.TagClassName
{
border-color: #BA8555;
}
</style>