Shades of Hokey Pokey #BA8E30
Tints of Hokey Pokey #BA8E30
RGB
CMYK
RGB Variations
Color information
#BA8E30 (or 0xBA8E30) is known color: Hokey Pokey. HEX triplet: BA, 8E and 30. RGB value is (186,142,48). Sum of RGB (Red+Green+Blue) = 186+142+48=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E30 is #4571CF. Grayscale: #909090. Windows color (decimal): -4551120 or 3182266. OLE color: 3182266.
HSL color Cylindrical-coordinate representation of color #BA8E30: hue angle of 40.87º 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 #BA8E30 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 48 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.27 |
| HSL | 40.87º | 0.59% | 0.46% | - |
| HSV(B) | 40.87º | 0.74% | 0.73% | - |
| XYZ | 30.46 | 30 | 6.98 | - |
| YUV | 144.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 48 | 0 | 0.24 | 0.74 | 0.27 | 40.87 | 0.59 | 0.46 |
| Hex | BA | 8E | 30 | 0 | 18 | 4A | 1B | 29 | 3B | 2E |
| Octal | 272 | 216 | 60 | 0 | 30 | 112 | 33 | 51 | 73 | 56 |
| Binary | 10111010 | 10001110 | 110000 | 0 | 11000 | 1001010 | 11011 | 101001 | 111011 | 101110 |
Color Harmonies of #BA8E30
Complementary color
Monochromatic Colors of #BA8E30
Black with #BA8E30
Text Example
Text Example
White with #BA8E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E30; }
p { color: rgb(186,142,48); }
H1.HeaderClassName
{
color: #BA8E30;
}
.AnyTagClassName
{
color: #BA8E30;
}
</style>
background-color css
<style>
a { background-color: #BA8E30; }
a { background-color: rgb(186,142,48); }
div.DivClassName
{
background-color: #BA8E30;
}
.BgClassName
{
background-color: #BA8E30;
}
</style>
border-color css
<style>
span { border-color: #BA8E30; }
span { border-color: rgb(186,142,48); }
td.TdClassName
{
border-color: #BA8E30;
}
.TagClassName
{
border-color: #BA8E30;
}
</style>