Shades of Hokey Pokey #BA9030
Tints of Hokey Pokey #BA9030
RGB
CMYK
RGB Variations
Color information
#BA9030 (or 0xBA9030) is known color: Hokey Pokey. HEX triplet: BA, 90 and 30. RGB value is (186,144,48). Sum of RGB (Red+Green+Blue) = 186+144+48=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9030 is #456FCF. Grayscale: #929292. Windows color (decimal): -4550608 or 3182778. OLE color: 3182778.
HSL color Cylindrical-coordinate representation of color #BA9030: hue angle of 41.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA9030 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 48 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.27 |
| HSL | 41.74º | 0.59% | 0.46% | - |
| HSV(B) | 41.74º | 0.74% | 0.73% | - |
| XYZ | 30.76 | 30.6 | 7.08 | - |
| YUV | 145.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 48 | 0 | 0.23 | 0.74 | 0.27 | 41.74 | 0.59 | 0.46 |
| Hex | BA | 90 | 30 | 0 | 17 | 4A | 1B | 2A | 3B | 2E |
| Octal | 272 | 220 | 60 | 0 | 27 | 112 | 33 | 52 | 73 | 56 |
| Binary | 10111010 | 10010000 | 110000 | 0 | 10111 | 1001010 | 11011 | 101010 | 111011 | 101110 |
Color Harmonies of #BA9030
Complementary color
Monochromatic Colors of #BA9030
Black with #BA9030
Text Example
Text Example
White with #BA9030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9030; }
p { color: rgb(186,144,48); }
H1.HeaderClassName
{
color: #BA9030;
}
.AnyTagClassName
{
color: #BA9030;
}
</style>
background-color css
<style>
a { background-color: #BA9030; }
a { background-color: rgb(186,144,48); }
div.DivClassName
{
background-color: #BA9030;
}
.BgClassName
{
background-color: #BA9030;
}
</style>
border-color css
<style>
span { border-color: #BA9030; }
span { border-color: rgb(186,144,48); }
td.TdClassName
{
border-color: #BA9030;
}
.TagClassName
{
border-color: #BA9030;
}
</style>