Shades of Hokey Pokey #BA9533
Tints of Hokey Pokey #BA9533
RGB
CMYK
RGB Variations
Color information
#BA9533 (or 0xBA9533) is known color: Hokey Pokey. HEX triplet: BA, 95 and 33. RGB value is (186,149,51). Sum of RGB (Red+Green+Blue) = 186+149+51=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9533 is #456ACC. Grayscale: #959595. Windows color (decimal): -4549325 or 3380666. OLE color: 3380666.
HSL color Cylindrical-coordinate representation of color #BA9533: hue angle of 43.56º degrees, saturation: 0.57, 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 #BA9533 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 51 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.27 |
| HSL | 43.56º | 0.57% | 0.46% | - |
| HSV(B) | 43.56º | 0.73% | 0.73% | - |
| XYZ | 31.59 | 32.17 | 7.68 | - |
| YUV | 148.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 51 | 0 | 0.20 | 0.73 | 0.27 | 43.56 | 0.57 | 0.46 |
| Hex | BA | 95 | 33 | 0 | 14 | 49 | 1B | 2C | 39 | 2E |
| Octal | 272 | 225 | 63 | 0 | 24 | 111 | 33 | 54 | 71 | 56 |
| Binary | 10111010 | 10010101 | 110011 | 0 | 10100 | 1001001 | 11011 | 101100 | 111001 | 101110 |
Color Harmonies of #BA9533
Complementary color
Monochromatic Colors of #BA9533
Black with #BA9533
Text Example
Text Example
White with #BA9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9533; }
p { color: rgb(186,149,51); }
H1.HeaderClassName
{
color: #BA9533;
}
.AnyTagClassName
{
color: #BA9533;
}
</style>
background-color css
<style>
a { background-color: #BA9533; }
a { background-color: rgb(186,149,51); }
div.DivClassName
{
background-color: #BA9533;
}
.BgClassName
{
background-color: #BA9533;
}
</style>
border-color css
<style>
span { border-color: #BA9533; }
span { border-color: rgb(186,149,51); }
td.TdClassName
{
border-color: #BA9533;
}
.TagClassName
{
border-color: #BA9533;
}
</style>