Shades of Hokey Pokey #BA8935
Tints of Hokey Pokey #BA8935
RGB
CMYK
RGB Variations
Color information
#BA8935 (or 0xBA8935) is known color: Hokey Pokey. HEX triplet: BA, 89 and 35. RGB value is (186,137,53). Sum of RGB (Red+Green+Blue) = 186+137+53=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8935 is #4576CA. Grayscale: #8E8E8E. Windows color (decimal): -4552395 or 3508666. OLE color: 3508666.
HSL color Cylindrical-coordinate representation of color #BA8935: hue angle of 37.89º 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 #BA8935 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 53 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.27 |
| HSL | 37.89º | 0.56% | 0.47% | - |
| HSV(B) | 37.89º | 0.72% | 0.73% | - |
| XYZ | 29.84 | 28.59 | 7.31 | - |
| YUV | 142.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 53 | 0 | 0.26 | 0.72 | 0.27 | 37.89 | 0.56 | 0.47 |
| Hex | BA | 89 | 35 | 0 | 1A | 48 | 1B | 26 | 38 | 2F |
| Octal | 272 | 211 | 65 | 0 | 32 | 110 | 33 | 46 | 70 | 57 |
| Binary | 10111010 | 10001001 | 110101 | 0 | 11010 | 1001000 | 11011 | 100110 | 111000 | 101111 |
Color Harmonies of #BA8935
Complementary color
Monochromatic Colors of #BA8935
Black with #BA8935
Text Example
Text Example
White with #BA8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8935; }
p { color: rgb(186,137,53); }
H1.HeaderClassName
{
color: #BA8935;
}
.AnyTagClassName
{
color: #BA8935;
}
</style>
background-color css
<style>
a { background-color: #BA8935; }
a { background-color: rgb(186,137,53); }
div.DivClassName
{
background-color: #BA8935;
}
.BgClassName
{
background-color: #BA8935;
}
</style>
border-color css
<style>
span { border-color: #BA8935; }
span { border-color: rgb(186,137,53); }
td.TdClassName
{
border-color: #BA8935;
}
.TagClassName
{
border-color: #BA8935;
}
</style>