Shades of Hokey Pokey #BA9231
Tints of Hokey Pokey #BA9231
RGB
CMYK
RGB Variations
Color information
#BA9231 (or 0xBA9231) is known color: Hokey Pokey. HEX triplet: BA, 92 and 31. RGB value is (186,146,49). Sum of RGB (Red+Green+Blue) = 186+146+49=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9231 is #456DCE. Grayscale: #939393. Windows color (decimal): -4550095 or 3248826. OLE color: 3248826.
HSL color Cylindrical-coordinate representation of color #BA9231: hue angle of 42.48º 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 #BA9231 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 49 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.27 |
| HSL | 42.48º | 0.58% | 0.46% | - |
| HSV(B) | 42.48º | 0.74% | 0.73% | - |
| XYZ | 31.08 | 31.22 | 7.29 | - |
| YUV | 146.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 49 | 0 | 0.22 | 0.74 | 0.27 | 42.48 | 0.58 | 0.46 |
| Hex | BA | 92 | 31 | 0 | 16 | 4A | 1B | 2A | 3A | 2E |
| Octal | 272 | 222 | 61 | 0 | 26 | 112 | 33 | 52 | 72 | 56 |
| Binary | 10111010 | 10010010 | 110001 | 0 | 10110 | 1001010 | 11011 | 101010 | 111010 | 101110 |
Color Harmonies of #BA9231
Complementary color
Monochromatic Colors of #BA9231
Black with #BA9231
Text Example
Text Example
White with #BA9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9231; }
p { color: rgb(186,146,49); }
H1.HeaderClassName
{
color: #BA9231;
}
.AnyTagClassName
{
color: #BA9231;
}
</style>
background-color css
<style>
a { background-color: #BA9231; }
a { background-color: rgb(186,146,49); }
div.DivClassName
{
background-color: #BA9231;
}
.BgClassName
{
background-color: #BA9231;
}
</style>
border-color css
<style>
span { border-color: #BA9231; }
span { border-color: rgb(186,146,49); }
td.TdClassName
{
border-color: #BA9231;
}
.TagClassName
{
border-color: #BA9231;
}
</style>