Shades of Hokey Pokey #BA882F
Tints of Hokey Pokey #BA882F
RGB
CMYK
RGB Variations
Color information
#BA882F (or 0xBA882F) is known color: Hokey Pokey. HEX triplet: BA, 88 and 2F. RGB value is (186,136,47). Sum of RGB (Red+Green+Blue) = 186+136+47=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA882F is #4577D0. Grayscale: #8D8D8D. Windows color (decimal): -4552657 or 3115194. OLE color: 3115194.
HSL color Cylindrical-coordinate representation of color #BA882F: hue angle of 38.42º 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 #BA882F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 47 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.27 |
| HSL | 38.42º | 0.6% | 0.46% | - |
| HSV(B) | 38.42º | 0.75% | 0.73% | - |
| XYZ | 29.57 | 28.25 | 6.58 | - |
| YUV | 140.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 47 | 0 | 0.27 | 0.75 | 0.27 | 38.42 | 0.6 | 0.46 |
| Hex | BA | 88 | 2F | 0 | 1B | 4B | 1B | 26 | 3C | 2E |
| Octal | 272 | 210 | 57 | 0 | 33 | 113 | 33 | 46 | 74 | 56 |
| Binary | 10111010 | 10001000 | 101111 | 0 | 11011 | 1001011 | 11011 | 100110 | 111100 | 101110 |
Color Harmonies of #BA882F
Complementary color
Monochromatic Colors of #BA882F
Black with #BA882F
Text Example
Text Example
White with #BA882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA882F; }
p { color: rgb(186,136,47); }
H1.HeaderClassName
{
color: #BA882F;
}
.AnyTagClassName
{
color: #BA882F;
}
</style>
background-color css
<style>
a { background-color: #BA882F; }
a { background-color: rgb(186,136,47); }
div.DivClassName
{
background-color: #BA882F;
}
.BgClassName
{
background-color: #BA882F;
}
</style>
border-color css
<style>
span { border-color: #BA882F; }
span { border-color: rgb(186,136,47); }
td.TdClassName
{
border-color: #BA882F;
}
.TagClassName
{
border-color: #BA882F;
}
</style>