Shades of Twine #BA8B55
Tints of Twine #BA8B55
RGB
CMYK
RGB Variations
Color information
#BA8B55 (or 0xBA8B55) is known color: Twine. HEX triplet: BA, 8B and 55. RGB value is (186,139,85). Sum of RGB (Red+Green+Blue) = 186+139+85=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B55 is #4574AA. Grayscale: #939393. Windows color (decimal): -4551851 or 5606330. OLE color: 5606330.
HSL color Cylindrical-coordinate representation of color #BA8B55: hue angle of 32.08º 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 #BA8B55 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 85 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.27 |
| HSL | 32.08º | 0.42% | 0.53% | - |
| HSV(B) | 32.08º | 0.54% | 0.73% | - |
| XYZ | 31.12 | 29.56 | 12.66 | - |
| YUV | 146.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 85 | 0 | 0.25 | 0.54 | 0.27 | 32.08 | 0.42 | 0.53 |
| Hex | BA | 8B | 55 | 0 | 19 | 36 | 1B | 20 | 2A | 35 |
| Octal | 272 | 213 | 125 | 0 | 31 | 66 | 33 | 40 | 52 | 65 |
| Binary | 10111010 | 10001011 | 1010101 | 0 | 11001 | 110110 | 11011 | 100000 | 101010 | 110101 |
Color Harmonies of #BA8B55
Complementary color
Monochromatic Colors of #BA8B55
Black with #BA8B55
Text Example
Text Example
White with #BA8B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B55; }
p { color: rgb(186,139,85); }
H1.HeaderClassName
{
color: #BA8B55;
}
.AnyTagClassName
{
color: #BA8B55;
}
</style>
background-color css
<style>
a { background-color: #BA8B55; }
a { background-color: rgb(186,139,85); }
div.DivClassName
{
background-color: #BA8B55;
}
.BgClassName
{
background-color: #BA8B55;
}
</style>
border-color css
<style>
span { border-color: #BA8B55; }
span { border-color: rgb(186,139,85); }
td.TdClassName
{
border-color: #BA8B55;
}
.TagClassName
{
border-color: #BA8B55;
}
</style>