Shades of Twine #BA9055
Tints of Twine #BA9055
RGB
CMYK
RGB Variations
Color information
#BA9055 (or 0xBA9055) is known color: Twine. HEX triplet: BA, 90 and 55. RGB value is (186,144,85). Sum of RGB (Red+Green+Blue) = 186+144+85=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9055 is #456FAA. Grayscale: #969696. Windows color (decimal): -4550571 or 5607610. OLE color: 5607610.
HSL color Cylindrical-coordinate representation of color #BA9055: hue angle of 35.05º 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 #BA9055 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 85 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.27 |
| HSL | 35.05º | 0.42% | 0.53% | - |
| HSV(B) | 35.05º | 0.54% | 0.73% | - |
| XYZ | 31.86 | 31.04 | 12.91 | - |
| YUV | 149.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 85 | 0 | 0.23 | 0.54 | 0.27 | 35.05 | 0.42 | 0.53 |
| Hex | BA | 90 | 55 | 0 | 17 | 36 | 1B | 23 | 2A | 35 |
| Octal | 272 | 220 | 125 | 0 | 27 | 66 | 33 | 43 | 52 | 65 |
| Binary | 10111010 | 10010000 | 1010101 | 0 | 10111 | 110110 | 11011 | 100011 | 101010 | 110101 |
Color Harmonies of #BA9055
Complementary color
Monochromatic Colors of #BA9055
Black with #BA9055
Text Example
Text Example
White with #BA9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9055; }
p { color: rgb(186,144,85); }
H1.HeaderClassName
{
color: #BA9055;
}
.AnyTagClassName
{
color: #BA9055;
}
</style>
background-color css
<style>
a { background-color: #BA9055; }
a { background-color: rgb(186,144,85); }
div.DivClassName
{
background-color: #BA9055;
}
.BgClassName
{
background-color: #BA9055;
}
</style>
border-color css
<style>
span { border-color: #BA9055; }
span { border-color: rgb(186,144,85); }
td.TdClassName
{
border-color: #BA9055;
}
.TagClassName
{
border-color: #BA9055;
}
</style>