Shades of Hokey Pokey #BA8C34
Tints of Hokey Pokey #BA8C34
RGB
CMYK
RGB Variations
Color information
#BA8C34 (or 0xBA8C34) is known color: Hokey Pokey. HEX triplet: BA, 8C and 34. RGB value is (186,140,52). Sum of RGB (Red+Green+Blue) = 186+140+52=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C34 is #4573CB. Grayscale: #909090. Windows color (decimal): -4551628 or 3443898. OLE color: 3443898.
HSL color Cylindrical-coordinate representation of color #BA8C34: hue angle of 39.4º 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 #BA8C34 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 52 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.27 |
| HSL | 39.4º | 0.56% | 0.47% | - |
| HSV(B) | 39.4º | 0.72% | 0.73% | - |
| XYZ | 30.25 | 29.44 | 7.34 | - |
| YUV | 143.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 52 | 0 | 0.25 | 0.72 | 0.27 | 39.4 | 0.56 | 0.47 |
| Hex | BA | 8C | 34 | 0 | 19 | 48 | 1B | 27 | 38 | 2F |
| Octal | 272 | 214 | 64 | 0 | 31 | 110 | 33 | 47 | 70 | 57 |
| Binary | 10111010 | 10001100 | 110100 | 0 | 11001 | 1001000 | 11011 | 100111 | 111000 | 101111 |
Color Harmonies of #BA8C34
Complementary color
Monochromatic Colors of #BA8C34
Black with #BA8C34
Text Example
Text Example
White with #BA8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C34; }
p { color: rgb(186,140,52); }
H1.HeaderClassName
{
color: #BA8C34;
}
.AnyTagClassName
{
color: #BA8C34;
}
</style>
background-color css
<style>
a { background-color: #BA8C34; }
a { background-color: rgb(186,140,52); }
div.DivClassName
{
background-color: #BA8C34;
}
.BgClassName
{
background-color: #BA8C34;
}
</style>
border-color css
<style>
span { border-color: #BA8C34; }
span { border-color: rgb(186,140,52); }
td.TdClassName
{
border-color: #BA8C34;
}
.TagClassName
{
border-color: #BA8C34;
}
</style>