Shades of Hokey Pokey #BA9436
Tints of Hokey Pokey #BA9436
RGB
CMYK
RGB Variations
Color information
#BA9436 (or 0xBA9436) is known color: Hokey Pokey. HEX triplet: BA, 94 and 36. RGB value is (186,148,54). Sum of RGB (Red+Green+Blue) = 186+148+54=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9436 is #456BC9. Grayscale: #959595. Windows color (decimal): -4549578 or 3577018. OLE color: 3577018.
HSL color Cylindrical-coordinate representation of color #BA9436: hue angle of 42.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA9436 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 54 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.27 |
| HSL | 42.73º | 0.55% | 0.47% | - |
| HSV(B) | 42.73º | 0.71% | 0.73% | - |
| XYZ | 31.51 | 31.89 | 7.98 | - |
| YUV | 148.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 54 | 0 | 0.20 | 0.71 | 0.27 | 42.73 | 0.55 | 0.47 |
| Hex | BA | 94 | 36 | 0 | 14 | 47 | 1B | 2B | 37 | 2F |
| Octal | 272 | 224 | 66 | 0 | 24 | 107 | 33 | 53 | 67 | 57 |
| Binary | 10111010 | 10010100 | 110110 | 0 | 10100 | 1000111 | 11011 | 101011 | 110111 | 101111 |
Color Harmonies of #BA9436
Complementary color
Monochromatic Colors of #BA9436
Black with #BA9436
Text Example
Text Example
White with #BA9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9436; }
p { color: rgb(186,148,54); }
H1.HeaderClassName
{
color: #BA9436;
}
.AnyTagClassName
{
color: #BA9436;
}
</style>
background-color css
<style>
a { background-color: #BA9436; }
a { background-color: rgb(186,148,54); }
div.DivClassName
{
background-color: #BA9436;
}
.BgClassName
{
background-color: #BA9436;
}
</style>
border-color css
<style>
span { border-color: #BA9436; }
span { border-color: rgb(186,148,54); }
td.TdClassName
{
border-color: #BA9436;
}
.TagClassName
{
border-color: #BA9436;
}
</style>