Shades of Hokey Pokey #BA852E
Tints of Hokey Pokey #BA852E
RGB
CMYK
RGB Variations
Color information
#BA852E (or 0xBA852E) is known color: Hokey Pokey. HEX triplet: BA, 85 and 2E. RGB value is (186,133,46). Sum of RGB (Red+Green+Blue) = 186+133+46=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852E is #457AD1. Grayscale: #8B8B8B. Windows color (decimal): -4553426 or 3048890. OLE color: 3048890.
HSL color Cylindrical-coordinate representation of color #BA852E: hue angle of 37.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA852E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 46 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.27 |
| HSL | 37.29º | 0.6% | 0.45% | - |
| HSV(B) | 37.29º | 0.75% | 0.73% | - |
| XYZ | 29.13 | 27.41 | 6.34 | - |
| YUV | 138.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 46 | 0 | 0.28 | 0.75 | 0.27 | 37.29 | 0.6 | 0.45 |
| Hex | BA | 85 | 2E | 0 | 1C | 4B | 1B | 25 | 3C | 2D |
| Octal | 272 | 205 | 56 | 0 | 34 | 113 | 33 | 45 | 74 | 55 |
| Binary | 10111010 | 10000101 | 101110 | 0 | 11100 | 1001011 | 11011 | 100101 | 111100 | 101101 |
Color Harmonies of #BA852E
Complementary color
Monochromatic Colors of #BA852E
Black with #BA852E
Text Example
Text Example
White with #BA852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA852E; }
p { color: rgb(186,133,46); }
H1.HeaderClassName
{
color: #BA852E;
}
.AnyTagClassName
{
color: #BA852E;
}
</style>
background-color css
<style>
a { background-color: #BA852E; }
a { background-color: rgb(186,133,46); }
div.DivClassName
{
background-color: #BA852E;
}
.BgClassName
{
background-color: #BA852E;
}
</style>
border-color css
<style>
span { border-color: #BA852E; }
span { border-color: rgb(186,133,46); }
td.TdClassName
{
border-color: #BA852E;
}
.TagClassName
{
border-color: #BA852E;
}
</style>