Shades of Hokey Pokey #BA892D
Tints of Hokey Pokey #BA892D
RGB
CMYK
RGB Variations
Color information
#BA892D (or 0xBA892D) is known color: Hokey Pokey. HEX triplet: BA, 89 and 2D. RGB value is (186,137,45). Sum of RGB (Red+Green+Blue) = 186+137+45=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA892D is #4576D2. Grayscale: #8D8D8D. Windows color (decimal): -4552403 or 2984378. OLE color: 2984378.
HSL color Cylindrical-coordinate representation of color #BA892D: hue angle of 39.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA892D is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 45 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.27 |
| HSL | 39.15º | 0.61% | 0.45% | - |
| HSV(B) | 39.15º | 0.76% | 0.73% | - |
| XYZ | 29.67 | 28.52 | 6.42 | - |
| YUV | 141.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 45 | 0 | 0.26 | 0.76 | 0.27 | 39.15 | 0.61 | 0.45 |
| Hex | BA | 89 | 2D | 0 | 1A | 4C | 1B | 27 | 3D | 2D |
| Octal | 272 | 211 | 55 | 0 | 32 | 114 | 33 | 47 | 75 | 55 |
| Binary | 10111010 | 10001001 | 101101 | 0 | 11010 | 1001100 | 11011 | 100111 | 111101 | 101101 |
Color Harmonies of #BA892D
Complementary color
Monochromatic Colors of #BA892D
Black with #BA892D
Text Example
Text Example
White with #BA892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA892D; }
p { color: rgb(186,137,45); }
H1.HeaderClassName
{
color: #BA892D;
}
.AnyTagClassName
{
color: #BA892D;
}
</style>
background-color css
<style>
a { background-color: #BA892D; }
a { background-color: rgb(186,137,45); }
div.DivClassName
{
background-color: #BA892D;
}
.BgClassName
{
background-color: #BA892D;
}
</style>
border-color css
<style>
span { border-color: #BA892D; }
span { border-color: rgb(186,137,45); }
td.TdClassName
{
border-color: #BA892D;
}
.TagClassName
{
border-color: #BA892D;
}
</style>