Shades of Hokey Pokey #BA8531
Tints of Hokey Pokey #BA8531
RGB
CMYK
RGB Variations
Color information
#BA8531 (or 0xBA8531) is known color: Hokey Pokey. HEX triplet: BA, 85 and 31. RGB value is (186,133,49). Sum of RGB (Red+Green+Blue) = 186+133+49=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8531 is #457ACE. Grayscale: #8B8B8B. Windows color (decimal): -4553423 or 3245498. OLE color: 3245498.
HSL color Cylindrical-coordinate representation of color #BA8531: hue angle of 36.79º degrees, saturation: 0.58, 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 #BA8531 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 49 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.27 |
| HSL | 36.79º | 0.58% | 0.46% | - |
| HSV(B) | 36.79º | 0.74% | 0.73% | - |
| XYZ | 29.19 | 27.44 | 6.66 | - |
| YUV | 139.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 49 | 0 | 0.28 | 0.74 | 0.27 | 36.79 | 0.58 | 0.46 |
| Hex | BA | 85 | 31 | 0 | 1C | 4A | 1B | 25 | 3A | 2E |
| Octal | 272 | 205 | 61 | 0 | 34 | 112 | 33 | 45 | 72 | 56 |
| Binary | 10111010 | 10000101 | 110001 | 0 | 11100 | 1001010 | 11011 | 100101 | 111010 | 101110 |
Color Harmonies of #BA8531
Complementary color
Monochromatic Colors of #BA8531
Black with #BA8531
Text Example
Text Example
White with #BA8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8531; }
p { color: rgb(186,133,49); }
H1.HeaderClassName
{
color: #BA8531;
}
.AnyTagClassName
{
color: #BA8531;
}
</style>
background-color css
<style>
a { background-color: #BA8531; }
a { background-color: rgb(186,133,49); }
div.DivClassName
{
background-color: #BA8531;
}
.BgClassName
{
background-color: #BA8531;
}
</style>
border-color css
<style>
span { border-color: #BA8531; }
span { border-color: rgb(186,133,49); }
td.TdClassName
{
border-color: #BA8531;
}
.TagClassName
{
border-color: #BA8531;
}
</style>