Shades of Hokey Pokey #BA9734
Tints of Hokey Pokey #BA9734
RGB
CMYK
RGB Variations
Color information
#BA9734 (or 0xBA9734) is known color: Hokey Pokey. HEX triplet: BA, 97 and 34. RGB value is (186,151,52). Sum of RGB (Red+Green+Blue) = 186+151+52=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9734 is #4568CB. Grayscale: #969696. Windows color (decimal): -4548812 or 3446714. OLE color: 3446714.
HSL color Cylindrical-coordinate representation of color #BA9734: hue angle of 44.33º 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 #BA9734 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 52 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.27 |
| HSL | 44.33º | 0.56% | 0.47% | - |
| HSV(B) | 44.33º | 0.72% | 0.73% | - |
| XYZ | 31.94 | 32.82 | 7.9 | - |
| YUV | 150.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 52 | 0 | 0.19 | 0.72 | 0.27 | 44.33 | 0.56 | 0.47 |
| Hex | BA | 97 | 34 | 0 | 13 | 48 | 1B | 2C | 38 | 2F |
| Octal | 272 | 227 | 64 | 0 | 23 | 110 | 33 | 54 | 70 | 57 |
| Binary | 10111010 | 10010111 | 110100 | 0 | 10011 | 1001000 | 11011 | 101100 | 111000 | 101111 |
Color Harmonies of #BA9734
Complementary color
Monochromatic Colors of #BA9734
Black with #BA9734
Text Example
Text Example
White with #BA9734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9734; }
p { color: rgb(186,151,52); }
H1.HeaderClassName
{
color: #BA9734;
}
.AnyTagClassName
{
color: #BA9734;
}
</style>
background-color css
<style>
a { background-color: #BA9734; }
a { background-color: rgb(186,151,52); }
div.DivClassName
{
background-color: #BA9734;
}
.BgClassName
{
background-color: #BA9734;
}
</style>
border-color css
<style>
span { border-color: #BA9734; }
span { border-color: rgb(186,151,52); }
td.TdClassName
{
border-color: #BA9734;
}
.TagClassName
{
border-color: #BA9734;
}
</style>