Shades of Hokey Pokey #BA9934
Tints of Hokey Pokey #BA9934
RGB
CMYK
RGB Variations
Color information
#BA9934 (or 0xBA9934) is known color: Hokey Pokey. HEX triplet: BA, 99 and 34. RGB value is (186,153,52). Sum of RGB (Red+Green+Blue) = 186+153+52=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9934 is #4566CB. Grayscale: #979797. Windows color (decimal): -4548300 or 3447226. OLE color: 3447226.
HSL color Cylindrical-coordinate representation of color #BA9934: hue angle of 45.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9934 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 52 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.27 |
| HSL | 45.22º | 0.56% | 0.47% | - |
| HSV(B) | 45.22º | 0.72% | 0.73% | - |
| XYZ | 32.26 | 33.47 | 8.01 | - |
| YUV | 151.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 52 | 0 | 0.18 | 0.72 | 0.27 | 45.22 | 0.56 | 0.47 |
| Hex | BA | 99 | 34 | 0 | 12 | 48 | 1B | 2D | 38 | 2F |
| Octal | 272 | 231 | 64 | 0 | 22 | 110 | 33 | 55 | 70 | 57 |
| Binary | 10111010 | 10011001 | 110100 | 0 | 10010 | 1001000 | 11011 | 101101 | 111000 | 101111 |
Color Harmonies of #BA9934
Complementary color
Monochromatic Colors of #BA9934
Black with #BA9934
Text Example
Text Example
White with #BA9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9934; }
p { color: rgb(186,153,52); }
H1.HeaderClassName
{
color: #BA9934;
}
.AnyTagClassName
{
color: #BA9934;
}
</style>
background-color css
<style>
a { background-color: #BA9934; }
a { background-color: rgb(186,153,52); }
div.DivClassName
{
background-color: #BA9934;
}
.BgClassName
{
background-color: #BA9934;
}
</style>
border-color css
<style>
span { border-color: #BA9934; }
span { border-color: rgb(186,153,52); }
td.TdClassName
{
border-color: #BA9934;
}
.TagClassName
{
border-color: #BA9934;
}
</style>