Shades of Hokey Pokey #BA9237
Tints of Hokey Pokey #BA9237
RGB
CMYK
RGB Variations
Color information
#BA9237 (or 0xBA9237) is known color: Hokey Pokey. HEX triplet: BA, 92 and 37. RGB value is (186,146,55). Sum of RGB (Red+Green+Blue) = 186+146+55=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9237 is #456DC8. Grayscale: #939393. Windows color (decimal): -4550089 or 3642042. OLE color: 3642042.
HSL color Cylindrical-coordinate representation of color #BA9237: hue angle of 41.68º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA9237 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 55 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.27 |
| HSL | 41.68º | 0.54% | 0.47% | - |
| HSV(B) | 41.68º | 0.7% | 0.73% | - |
| XYZ | 31.22 | 31.27 | 8.01 | - |
| YUV | 147.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 55 | 0 | 0.22 | 0.70 | 0.27 | 41.68 | 0.54 | 0.47 |
| Hex | BA | 92 | 37 | 0 | 16 | 46 | 1B | 2A | 36 | 2F |
| Octal | 272 | 222 | 67 | 0 | 26 | 106 | 33 | 52 | 66 | 57 |
| Binary | 10111010 | 10010010 | 110111 | 0 | 10110 | 1000110 | 11011 | 101010 | 110110 | 101111 |
Color Harmonies of #BA9237
Complementary color
Monochromatic Colors of #BA9237
Black with #BA9237
Text Example
Text Example
White with #BA9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9237; }
p { color: rgb(186,146,55); }
H1.HeaderClassName
{
color: #BA9237;
}
.AnyTagClassName
{
color: #BA9237;
}
</style>
background-color css
<style>
a { background-color: #BA9237; }
a { background-color: rgb(186,146,55); }
div.DivClassName
{
background-color: #BA9237;
}
.BgClassName
{
background-color: #BA9237;
}
</style>
border-color css
<style>
span { border-color: #BA9237; }
span { border-color: rgb(186,146,55); }
td.TdClassName
{
border-color: #BA9237;
}
.TagClassName
{
border-color: #BA9237;
}
</style>