Shades of Twine #BA8455
Tints of Twine #BA8455
RGB
CMYK
RGB Variations
Color information
#BA8455 (or 0xBA8455) is known color: Twine. HEX triplet: BA, 84 and 55. RGB value is (186,132,85). Sum of RGB (Red+Green+Blue) = 186+132+85=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8455 is #457BAA. Grayscale: #8F8F8F. Windows color (decimal): -4553643 or 5604538. OLE color: 5604538.
HSL color Cylindrical-coordinate representation of color #BA8455: hue angle of 27.92º 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 #BA8455 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 85 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.27 |
| HSL | 27.92º | 0.42% | 0.53% | - |
| HSV(B) | 27.92º | 0.54% | 0.73% | - |
| XYZ | 30.14 | 27.6 | 12.33 | - |
| YUV | 142.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 85 | 0 | 0.29 | 0.54 | 0.27 | 27.92 | 0.42 | 0.53 |
| Hex | BA | 84 | 55 | 0 | 1D | 36 | 1B | 1C | 2A | 35 |
| Octal | 272 | 204 | 125 | 0 | 35 | 66 | 33 | 34 | 52 | 65 |
| Binary | 10111010 | 10000100 | 1010101 | 0 | 11101 | 110110 | 11011 | 11100 | 101010 | 110101 |
Color Harmonies of #BA8455
Complementary color
Monochromatic Colors of #BA8455
Black with #BA8455
Text Example
Text Example
White with #BA8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8455; }
p { color: rgb(186,132,85); }
H1.HeaderClassName
{
color: #BA8455;
}
.AnyTagClassName
{
color: #BA8455;
}
</style>
background-color css
<style>
a { background-color: #BA8455; }
a { background-color: rgb(186,132,85); }
div.DivClassName
{
background-color: #BA8455;
}
.BgClassName
{
background-color: #BA8455;
}
</style>
border-color css
<style>
span { border-color: #BA8455; }
span { border-color: rgb(186,132,85); }
td.TdClassName
{
border-color: #BA8455;
}
.TagClassName
{
border-color: #BA8455;
}
</style>