Shades of Hokey Pokey #BA8630
Tints of Hokey Pokey #BA8630
RGB
CMYK
RGB Variations
Color information
#BA8630 (or 0xBA8630) is known color: Hokey Pokey. HEX triplet: BA, 86 and 30. RGB value is (186,134,48). Sum of RGB (Red+Green+Blue) = 186+134+48=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8630 is #4579CF. Grayscale: #8C8C8C. Windows color (decimal): -4553168 or 3180218. OLE color: 3180218.
HSL color Cylindrical-coordinate representation of color #BA8630: hue angle of 37.39º 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 #BA8630 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 48 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.27 |
| HSL | 37.39º | 0.59% | 0.46% | - |
| HSV(B) | 37.39º | 0.74% | 0.73% | - |
| XYZ | 29.31 | 27.7 | 6.6 | - |
| YUV | 139.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 48 | 0 | 0.28 | 0.74 | 0.27 | 37.39 | 0.59 | 0.46 |
| Hex | BA | 86 | 30 | 0 | 1C | 4A | 1B | 25 | 3B | 2E |
| Octal | 272 | 206 | 60 | 0 | 34 | 112 | 33 | 45 | 73 | 56 |
| Binary | 10111010 | 10000110 | 110000 | 0 | 11100 | 1001010 | 11011 | 100101 | 111011 | 101110 |
Color Harmonies of #BA8630
Complementary color
Monochromatic Colors of #BA8630
Black with #BA8630
Text Example
Text Example
White with #BA8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8630; }
p { color: rgb(186,134,48); }
H1.HeaderClassName
{
color: #BA8630;
}
.AnyTagClassName
{
color: #BA8630;
}
</style>
background-color css
<style>
a { background-color: #BA8630; }
a { background-color: rgb(186,134,48); }
div.DivClassName
{
background-color: #BA8630;
}
.BgClassName
{
background-color: #BA8630;
}
</style>
border-color css
<style>
span { border-color: #BA8630; }
span { border-color: rgb(186,134,48); }
td.TdClassName
{
border-color: #BA8630;
}
.TagClassName
{
border-color: #BA8630;
}
</style>