Shades of Hokey Pokey #BA9031
Tints of Hokey Pokey #BA9031
RGB
CMYK
RGB Variations
Color information
#BA9031 (or 0xBA9031) is known color: Hokey Pokey. HEX triplet: BA, 90 and 31. RGB value is (186,144,49). Sum of RGB (Red+Green+Blue) = 186+144+49=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9031 is #456FCE. Grayscale: #929292. Windows color (decimal): -4550607 or 3248314. OLE color: 3248314.
HSL color Cylindrical-coordinate representation of color #BA9031: hue angle of 41.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA9031 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 49 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.27 |
| HSL | 41.61º | 0.58% | 0.46% | - |
| HSV(B) | 41.61º | 0.74% | 0.73% | - |
| XYZ | 30.78 | 30.61 | 7.19 | - |
| YUV | 145.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 49 | 0 | 0.23 | 0.74 | 0.27 | 41.61 | 0.58 | 0.46 |
| Hex | BA | 90 | 31 | 0 | 17 | 4A | 1B | 2A | 3A | 2E |
| Octal | 272 | 220 | 61 | 0 | 27 | 112 | 33 | 52 | 72 | 56 |
| Binary | 10111010 | 10010000 | 110001 | 0 | 10111 | 1001010 | 11011 | 101010 | 111010 | 101110 |
Color Harmonies of #BA9031
Complementary color
Monochromatic Colors of #BA9031
Black with #BA9031
Text Example
Text Example
White with #BA9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9031; }
p { color: rgb(186,144,49); }
H1.HeaderClassName
{
color: #BA9031;
}
.AnyTagClassName
{
color: #BA9031;
}
</style>
background-color css
<style>
a { background-color: #BA9031; }
a { background-color: rgb(186,144,49); }
div.DivClassName
{
background-color: #BA9031;
}
.BgClassName
{
background-color: #BA9031;
}
</style>
border-color css
<style>
span { border-color: #BA9031; }
span { border-color: rgb(186,144,49); }
td.TdClassName
{
border-color: #BA9031;
}
.TagClassName
{
border-color: #BA9031;
}
</style>