Shades of Hokey Pokey #BA9534
Tints of Hokey Pokey #BA9534
RGB
CMYK
RGB Variations
Color information
#BA9534 (or 0xBA9534) is known color: Hokey Pokey. HEX triplet: BA, 95 and 34. RGB value is (186,149,52). Sum of RGB (Red+Green+Blue) = 186+149+52=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9534 is #456ACB. Grayscale: #959595. Windows color (decimal): -4549324 or 3446202. OLE color: 3446202.
HSL color Cylindrical-coordinate representation of color #BA9534: hue angle of 43.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9534 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 52 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.27 |
| HSL | 43.43º | 0.56% | 0.47% | - |
| HSV(B) | 43.43º | 0.72% | 0.73% | - |
| XYZ | 31.62 | 32.18 | 7.79 | - |
| YUV | 149.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 52 | 0 | 0.20 | 0.72 | 0.27 | 43.43 | 0.56 | 0.47 |
| Hex | BA | 95 | 34 | 0 | 14 | 48 | 1B | 2B | 38 | 2F |
| Octal | 272 | 225 | 64 | 0 | 24 | 110 | 33 | 53 | 70 | 57 |
| Binary | 10111010 | 10010101 | 110100 | 0 | 10100 | 1001000 | 11011 | 101011 | 111000 | 101111 |
Color Harmonies of #BA9534
Complementary color
Monochromatic Colors of #BA9534
Black with #BA9534
Text Example
Text Example
White with #BA9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9534; }
p { color: rgb(186,149,52); }
H1.HeaderClassName
{
color: #BA9534;
}
.AnyTagClassName
{
color: #BA9534;
}
</style>
background-color css
<style>
a { background-color: #BA9534; }
a { background-color: rgb(186,149,52); }
div.DivClassName
{
background-color: #BA9534;
}
.BgClassName
{
background-color: #BA9534;
}
</style>
border-color css
<style>
span { border-color: #BA9534; }
span { border-color: rgb(186,149,52); }
td.TdClassName
{
border-color: #BA9534;
}
.TagClassName
{
border-color: #BA9534;
}
</style>