Shades of Hokey Pokey #BA862F
Tints of Hokey Pokey #BA862F
RGB
CMYK
RGB Variations
Color information
#BA862F (or 0xBA862F) is known color: Hokey Pokey. HEX triplet: BA, 86 and 2F. RGB value is (186,134,47). Sum of RGB (Red+Green+Blue) = 186+134+47=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA862F is #4579D0. Grayscale: #8C8C8C. Windows color (decimal): -4553169 or 3114682. OLE color: 3114682.
HSL color Cylindrical-coordinate representation of color #BA862F: hue angle of 37.55º 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 #BA862F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 47 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.27 |
| HSL | 37.55º | 0.6% | 0.46% | - |
| HSV(B) | 37.55º | 0.75% | 0.73% | - |
| XYZ | 29.29 | 27.69 | 6.49 | - |
| YUV | 139.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 47 | 0 | 0.28 | 0.75 | 0.27 | 37.55 | 0.6 | 0.46 |
| Hex | BA | 86 | 2F | 0 | 1C | 4B | 1B | 26 | 3C | 2E |
| Octal | 272 | 206 | 57 | 0 | 34 | 113 | 33 | 46 | 74 | 56 |
| Binary | 10111010 | 10000110 | 101111 | 0 | 11100 | 1001011 | 11011 | 100110 | 111100 | 101110 |
Color Harmonies of #BA862F
Complementary color
Monochromatic Colors of #BA862F
Black with #BA862F
Text Example
Text Example
White with #BA862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA862F; }
p { color: rgb(186,134,47); }
H1.HeaderClassName
{
color: #BA862F;
}
.AnyTagClassName
{
color: #BA862F;
}
</style>
background-color css
<style>
a { background-color: #BA862F; }
a { background-color: rgb(186,134,47); }
div.DivClassName
{
background-color: #BA862F;
}
.BgClassName
{
background-color: #BA862F;
}
</style>
border-color css
<style>
span { border-color: #BA862F; }
span { border-color: rgb(186,134,47); }
td.TdClassName
{
border-color: #BA862F;
}
.TagClassName
{
border-color: #BA862F;
}
</style>