Shades of Hokey Pokey #BA8930
Tints of Hokey Pokey #BA8930
RGB
CMYK
RGB Variations
Color information
#BA8930 (or 0xBA8930) is known color: Hokey Pokey. HEX triplet: BA, 89 and 30. RGB value is (186,137,48). Sum of RGB (Red+Green+Blue) = 186+137+48=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8930 is #4576CF. Grayscale: #8D8D8D. Windows color (decimal): -4552400 or 3180986. OLE color: 3180986.
HSL color Cylindrical-coordinate representation of color #BA8930: hue angle of 38.7º 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 #BA8930 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 48 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.27 |
| HSL | 38.7º | 0.59% | 0.46% | - |
| HSV(B) | 38.7º | 0.74% | 0.73% | - |
| XYZ | 29.73 | 28.54 | 6.74 | - |
| YUV | 141.51 | 75.23 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 48 | 0 | 0.26 | 0.74 | 0.27 | 38.7 | 0.59 | 0.46 |
| Hex | BA | 89 | 30 | 0 | 1A | 4A | 1B | 27 | 3B | 2E |
| Octal | 272 | 211 | 60 | 0 | 32 | 112 | 33 | 47 | 73 | 56 |
| Binary | 10111010 | 10001001 | 110000 | 0 | 11010 | 1001010 | 11011 | 100111 | 111011 | 101110 |
Color Harmonies of #BA8930
Complementary color
Monochromatic Colors of #BA8930
Black with #BA8930
Text Example
Text Example
White with #BA8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8930; }
p { color: rgb(186,137,48); }
H1.HeaderClassName
{
color: #BA8930;
}
.AnyTagClassName
{
color: #BA8930;
}
</style>
background-color css
<style>
a { background-color: #BA8930; }
a { background-color: rgb(186,137,48); }
div.DivClassName
{
background-color: #BA8930;
}
.BgClassName
{
background-color: #BA8930;
}
</style>
border-color css
<style>
span { border-color: #BA8930; }
span { border-color: rgb(186,137,48); }
td.TdClassName
{
border-color: #BA8930;
}
.TagClassName
{
border-color: #BA8930;
}
</style>