Shades of Hokey Pokey #BA9532
Tints of Hokey Pokey #BA9532
RGB
CMYK
RGB Variations
Color information
#BA9532 (or 0xBA9532) is known color: Hokey Pokey. HEX triplet: BA, 95 and 32. RGB value is (186,149,50). Sum of RGB (Red+Green+Blue) = 186+149+50=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9532 is #456ACD. Grayscale: #959595. Windows color (decimal): -4549326 or 3315130. OLE color: 3315130.
HSL color Cylindrical-coordinate representation of color #BA9532: hue angle of 43.68º 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 #BA9532 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 50 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.27 |
| HSL | 43.68º | 0.58% | 0.46% | - |
| HSV(B) | 43.68º | 0.73% | 0.73% | - |
| XYZ | 31.57 | 32.16 | 7.56 | - |
| YUV | 148.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 50 | 0 | 0.20 | 0.73 | 0.27 | 43.68 | 0.58 | 0.46 |
| Hex | BA | 95 | 32 | 0 | 14 | 49 | 1B | 2C | 3A | 2E |
| Octal | 272 | 225 | 62 | 0 | 24 | 111 | 33 | 54 | 72 | 56 |
| Binary | 10111010 | 10010101 | 110010 | 0 | 10100 | 1001001 | 11011 | 101100 | 111010 | 101110 |
Color Harmonies of #BA9532
Complementary color
Monochromatic Colors of #BA9532
Black with #BA9532
Text Example
Text Example
White with #BA9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9532; }
p { color: rgb(186,149,50); }
H1.HeaderClassName
{
color: #BA9532;
}
.AnyTagClassName
{
color: #BA9532;
}
</style>
background-color css
<style>
a { background-color: #BA9532; }
a { background-color: rgb(186,149,50); }
div.DivClassName
{
background-color: #BA9532;
}
.BgClassName
{
background-color: #BA9532;
}
</style>
border-color css
<style>
span { border-color: #BA9532; }
span { border-color: rgb(186,149,50); }
td.TdClassName
{
border-color: #BA9532;
}
.TagClassName
{
border-color: #BA9532;
}
</style>