Shades of Hokey Pokey #BA8831
Tints of Hokey Pokey #BA8831
RGB
CMYK
RGB Variations
Color information
#BA8831 (or 0xBA8831) is known color: Hokey Pokey. HEX triplet: BA, 88 and 31. RGB value is (186,136,49). Sum of RGB (Red+Green+Blue) = 186+136+49=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8831 is #4577CE. Grayscale: #8D8D8D. Windows color (decimal): -4552655 or 3246266. OLE color: 3246266.
HSL color Cylindrical-coordinate representation of color #BA8831: hue angle of 38.1º degrees, saturation: 0.58, 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 #BA8831 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 49 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.27 |
| HSL | 38.1º | 0.58% | 0.46% | - |
| HSV(B) | 38.1º | 0.74% | 0.73% | - |
| XYZ | 29.61 | 28.27 | 6.8 | - |
| YUV | 141.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 49 | 0 | 0.27 | 0.74 | 0.27 | 38.1 | 0.58 | 0.46 |
| Hex | BA | 88 | 31 | 0 | 1B | 4A | 1B | 26 | 3A | 2E |
| Octal | 272 | 210 | 61 | 0 | 33 | 112 | 33 | 46 | 72 | 56 |
| Binary | 10111010 | 10001000 | 110001 | 0 | 11011 | 1001010 | 11011 | 100110 | 111010 | 101110 |
Color Harmonies of #BA8831
Complementary color
Monochromatic Colors of #BA8831
Black with #BA8831
Text Example
Text Example
White with #BA8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8831; }
p { color: rgb(186,136,49); }
H1.HeaderClassName
{
color: #BA8831;
}
.AnyTagClassName
{
color: #BA8831;
}
</style>
background-color css
<style>
a { background-color: #BA8831; }
a { background-color: rgb(186,136,49); }
div.DivClassName
{
background-color: #BA8831;
}
.BgClassName
{
background-color: #BA8831;
}
</style>
border-color css
<style>
span { border-color: #BA8831; }
span { border-color: rgb(186,136,49); }
td.TdClassName
{
border-color: #BA8831;
}
.TagClassName
{
border-color: #BA8831;
}
</style>