Shades of Hokey Pokey #BA9037
Tints of Hokey Pokey #BA9037
RGB
CMYK
RGB Variations
Color information
#BA9037 (or 0xBA9037) is known color: Hokey Pokey. HEX triplet: BA, 90 and 37. RGB value is (186,144,55). Sum of RGB (Red+Green+Blue) = 186+144+55=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9037 is #456FC8. Grayscale: #929292. Windows color (decimal): -4550601 or 3641530. OLE color: 3641530.
HSL color Cylindrical-coordinate representation of color #BA9037: hue angle of 40.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA9037 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 55 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.27 |
| HSL | 40.76º | 0.54% | 0.47% | - |
| HSV(B) | 40.76º | 0.7% | 0.73% | - |
| XYZ | 30.91 | 30.66 | 7.9 | - |
| YUV | 146.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 55 | 0 | 0.23 | 0.70 | 0.27 | 40.76 | 0.54 | 0.47 |
| Hex | BA | 90 | 37 | 0 | 17 | 46 | 1B | 29 | 36 | 2F |
| Octal | 272 | 220 | 67 | 0 | 27 | 106 | 33 | 51 | 66 | 57 |
| Binary | 10111010 | 10010000 | 110111 | 0 | 10111 | 1000110 | 11011 | 101001 | 110110 | 101111 |
Color Harmonies of #BA9037
Complementary color
Monochromatic Colors of #BA9037
Black with #BA9037
Text Example
Text Example
White with #BA9037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9037; }
p { color: rgb(186,144,55); }
H1.HeaderClassName
{
color: #BA9037;
}
.AnyTagClassName
{
color: #BA9037;
}
</style>
background-color css
<style>
a { background-color: #BA9037; }
a { background-color: rgb(186,144,55); }
div.DivClassName
{
background-color: #BA9037;
}
.BgClassName
{
background-color: #BA9037;
}
</style>
border-color css
<style>
span { border-color: #BA9037; }
span { border-color: rgb(186,144,55); }
td.TdClassName
{
border-color: #BA9037;
}
.TagClassName
{
border-color: #BA9037;
}
</style>