Shades of Hokey Pokey #BA9033
Tints of Hokey Pokey #BA9033
RGB
CMYK
RGB Variations
Color information
#BA9033 (or 0xBA9033) is known color: Hokey Pokey. HEX triplet: BA, 90 and 33. RGB value is (186,144,51). Sum of RGB (Red+Green+Blue) = 186+144+51=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9033 is #456FCC. Grayscale: #929292. Windows color (decimal): -4550605 or 3379386. OLE color: 3379386.
HSL color Cylindrical-coordinate representation of color #BA9033: hue angle of 41.33º 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 #BA9033 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 51 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.27 |
| HSL | 41.33º | 0.57% | 0.46% | - |
| HSV(B) | 41.33º | 0.73% | 0.73% | - |
| XYZ | 30.82 | 30.62 | 7.42 | - |
| YUV | 145.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 51 | 0 | 0.23 | 0.73 | 0.27 | 41.33 | 0.57 | 0.46 |
| Hex | BA | 90 | 33 | 0 | 17 | 49 | 1B | 29 | 39 | 2E |
| Octal | 272 | 220 | 63 | 0 | 27 | 111 | 33 | 51 | 71 | 56 |
| Binary | 10111010 | 10010000 | 110011 | 0 | 10111 | 1001001 | 11011 | 101001 | 111001 | 101110 |
Color Harmonies of #BA9033
Complementary color
Monochromatic Colors of #BA9033
Black with #BA9033
Text Example
Text Example
White with #BA9033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9033; }
p { color: rgb(186,144,51); }
H1.HeaderClassName
{
color: #BA9033;
}
.AnyTagClassName
{
color: #BA9033;
}
</style>
background-color css
<style>
a { background-color: #BA9033; }
a { background-color: rgb(186,144,51); }
div.DivClassName
{
background-color: #BA9033;
}
.BgClassName
{
background-color: #BA9033;
}
</style>
border-color css
<style>
span { border-color: #BA9033; }
span { border-color: rgb(186,144,51); }
td.TdClassName
{
border-color: #BA9033;
}
.TagClassName
{
border-color: #BA9033;
}
</style>