Shades of Hokey Pokey #BA9432
Tints of Hokey Pokey #BA9432
RGB
CMYK
RGB Variations
Color information
#BA9432 (or 0xBA9432) is known color: Hokey Pokey. HEX triplet: BA, 94 and 32. RGB value is (186,148,50). Sum of RGB (Red+Green+Blue) = 186+148+50=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9432 is #456BCD. Grayscale: #949494. Windows color (decimal): -4549582 or 3314874. OLE color: 3314874.
HSL color Cylindrical-coordinate representation of color #BA9432: hue angle of 43.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9432 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 50 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.27 |
| HSL | 43.24º | 0.58% | 0.46% | - |
| HSV(B) | 43.24º | 0.73% | 0.73% | - |
| XYZ | 31.42 | 31.85 | 7.51 | - |
| YUV | 148.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 50 | 0 | 0.20 | 0.73 | 0.27 | 43.24 | 0.58 | 0.46 |
| Hex | BA | 94 | 32 | 0 | 14 | 49 | 1B | 2B | 3A | 2E |
| Octal | 272 | 224 | 62 | 0 | 24 | 111 | 33 | 53 | 72 | 56 |
| Binary | 10111010 | 10010100 | 110010 | 0 | 10100 | 1001001 | 11011 | 101011 | 111010 | 101110 |
Color Harmonies of #BA9432
Complementary color
Monochromatic Colors of #BA9432
Black with #BA9432
Text Example
Text Example
White with #BA9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9432; }
p { color: rgb(186,148,50); }
H1.HeaderClassName
{
color: #BA9432;
}
.AnyTagClassName
{
color: #BA9432;
}
</style>
background-color css
<style>
a { background-color: #BA9432; }
a { background-color: rgb(186,148,50); }
div.DivClassName
{
background-color: #BA9432;
}
.BgClassName
{
background-color: #BA9432;
}
</style>
border-color css
<style>
span { border-color: #BA9432; }
span { border-color: rgb(186,148,50); }
td.TdClassName
{
border-color: #BA9432;
}
.TagClassName
{
border-color: #BA9432;
}
</style>