Shades of Hokey Pokey #BA8C33
Tints of Hokey Pokey #BA8C33
RGB
CMYK
RGB Variations
Color information
#BA8C33 (or 0xBA8C33) is known color: Hokey Pokey. HEX triplet: BA, 8C and 33. RGB value is (186,140,51). Sum of RGB (Red+Green+Blue) = 186+140+51=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C33 is #4573CC. Grayscale: #909090. Windows color (decimal): -4551629 or 3378362. OLE color: 3378362.
HSL color Cylindrical-coordinate representation of color #BA8C33: hue angle of 39.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA8C33 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 51 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.27 |
| HSL | 39.56º | 0.57% | 0.46% | - |
| HSV(B) | 39.56º | 0.73% | 0.73% | - |
| XYZ | 30.23 | 29.43 | 7.22 | - |
| YUV | 143.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 51 | 0 | 0.25 | 0.73 | 0.27 | 39.56 | 0.57 | 0.46 |
| Hex | BA | 8C | 33 | 0 | 19 | 49 | 1B | 28 | 39 | 2E |
| Octal | 272 | 214 | 63 | 0 | 31 | 111 | 33 | 50 | 71 | 56 |
| Binary | 10111010 | 10001100 | 110011 | 0 | 11001 | 1001001 | 11011 | 101000 | 111001 | 101110 |
Color Harmonies of #BA8C33
Complementary color
Monochromatic Colors of #BA8C33
Black with #BA8C33
Text Example
Text Example
White with #BA8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C33; }
p { color: rgb(186,140,51); }
H1.HeaderClassName
{
color: #BA8C33;
}
.AnyTagClassName
{
color: #BA8C33;
}
</style>
background-color css
<style>
a { background-color: #BA8C33; }
a { background-color: rgb(186,140,51); }
div.DivClassName
{
background-color: #BA8C33;
}
.BgClassName
{
background-color: #BA8C33;
}
</style>
border-color css
<style>
span { border-color: #BA8C33; }
span { border-color: rgb(186,140,51); }
td.TdClassName
{
border-color: #BA8C33;
}
.TagClassName
{
border-color: #BA8C33;
}
</style>