Shades of Hokey Pokey #BA8C2F
Tints of Hokey Pokey #BA8C2F
RGB
CMYK
RGB Variations
Color information
#BA8C2F (or 0xBA8C2F) is known color: Hokey Pokey. HEX triplet: BA, 8C and 2F. RGB value is (186,140,47). Sum of RGB (Red+Green+Blue) = 186+140+47=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C2F is #4573D0. Grayscale: #8F8F8F. Windows color (decimal): -4551633 or 3116218. OLE color: 3116218.
HSL color Cylindrical-coordinate representation of color #BA8C2F: hue angle of 40.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA8C2F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 47 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.27 |
| HSL | 40.14º | 0.6% | 0.46% | - |
| HSV(B) | 40.14º | 0.75% | 0.73% | - |
| XYZ | 30.14 | 29.4 | 6.78 | - |
| YUV | 143.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 47 | 0 | 0.25 | 0.75 | 0.27 | 40.14 | 0.6 | 0.46 |
| Hex | BA | 8C | 2F | 0 | 19 | 4B | 1B | 28 | 3C | 2E |
| Octal | 272 | 214 | 57 | 0 | 31 | 113 | 33 | 50 | 74 | 56 |
| Binary | 10111010 | 10001100 | 101111 | 0 | 11001 | 1001011 | 11011 | 101000 | 111100 | 101110 |
Color Harmonies of #BA8C2F
Complementary color
Monochromatic Colors of #BA8C2F
Black with #BA8C2F
Text Example
Text Example
White with #BA8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C2F; }
p { color: rgb(186,140,47); }
H1.HeaderClassName
{
color: #BA8C2F;
}
.AnyTagClassName
{
color: #BA8C2F;
}
</style>
background-color css
<style>
a { background-color: #BA8C2F; }
a { background-color: rgb(186,140,47); }
div.DivClassName
{
background-color: #BA8C2F;
}
.BgClassName
{
background-color: #BA8C2F;
}
</style>
border-color css
<style>
span { border-color: #BA8C2F; }
span { border-color: rgb(186,140,47); }
td.TdClassName
{
border-color: #BA8C2F;
}
.TagClassName
{
border-color: #BA8C2F;
}
</style>