Shades of Hokey Pokey #BA9139
Tints of Hokey Pokey #BA9139
RGB
CMYK
RGB Variations
Color information
#BA9139 (or 0xBA9139) is known color: Hokey Pokey. HEX triplet: BA, 91 and 39. RGB value is (186,145,57). Sum of RGB (Red+Green+Blue) = 186+145+57=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9139 is #456EC6. Grayscale: #939393. Windows color (decimal): -4550343 or 3772858. OLE color: 3772858.
HSL color Cylindrical-coordinate representation of color #BA9139: hue angle of 40.93º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA9139 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 57 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.27 |
| HSL | 40.93º | 0.53% | 0.48% | - |
| HSV(B) | 40.93º | 0.69% | 0.73% | - |
| XYZ | 31.11 | 30.99 | 8.21 | - |
| YUV | 147.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 57 | 0 | 0.22 | 0.69 | 0.27 | 40.93 | 0.53 | 0.48 |
| Hex | BA | 91 | 39 | 0 | 16 | 45 | 1B | 29 | 35 | 30 |
| Octal | 272 | 221 | 71 | 0 | 26 | 105 | 33 | 51 | 65 | 60 |
| Binary | 10111010 | 10010001 | 111001 | 0 | 10110 | 1000101 | 11011 | 101001 | 110101 | 110000 |
Color Harmonies of #BA9139
Complementary color
Monochromatic Colors of #BA9139
Black with #BA9139
Text Example
Text Example
White with #BA9139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9139; }
p { color: rgb(186,145,57); }
H1.HeaderClassName
{
color: #BA9139;
}
.AnyTagClassName
{
color: #BA9139;
}
</style>
background-color css
<style>
a { background-color: #BA9139; }
a { background-color: rgb(186,145,57); }
div.DivClassName
{
background-color: #BA9139;
}
.BgClassName
{
background-color: #BA9139;
}
</style>
border-color css
<style>
span { border-color: #BA9139; }
span { border-color: rgb(186,145,57); }
td.TdClassName
{
border-color: #BA9139;
}
.TagClassName
{
border-color: #BA9139;
}
</style>