Shades of Hokey Pokey #BA852D
Tints of Hokey Pokey #BA852D
RGB
CMYK
RGB Variations
Color information
#BA852D (or 0xBA852D) is known color: Hokey Pokey. HEX triplet: BA, 85 and 2D. RGB value is (186,133,45). Sum of RGB (Red+Green+Blue) = 186+133+45=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA852D is #457AD2. Grayscale: #8B8B8B. Windows color (decimal): -4553427 or 2983354. OLE color: 2983354.
HSL color Cylindrical-coordinate representation of color #BA852D: hue angle of 37.45º 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 #BA852D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 45 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.27 |
| HSL | 37.45º | 0.61% | 0.45% | - |
| HSV(B) | 37.45º | 0.76% | 0.73% | - |
| XYZ | 29.11 | 27.4 | 6.24 | - |
| YUV | 138.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 45 | 0 | 0.28 | 0.76 | 0.27 | 37.45 | 0.61 | 0.45 |
| Hex | BA | 85 | 2D | 0 | 1C | 4C | 1B | 25 | 3D | 2D |
| Octal | 272 | 205 | 55 | 0 | 34 | 114 | 33 | 45 | 75 | 55 |
| Binary | 10111010 | 10000101 | 101101 | 0 | 11100 | 1001100 | 11011 | 100101 | 111101 | 101101 |
Color Harmonies of #BA852D
Complementary color
Monochromatic Colors of #BA852D
Black with #BA852D
Text Example
Text Example
White with #BA852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA852D; }
p { color: rgb(186,133,45); }
H1.HeaderClassName
{
color: #BA852D;
}
.AnyTagClassName
{
color: #BA852D;
}
</style>
background-color css
<style>
a { background-color: #BA852D; }
a { background-color: rgb(186,133,45); }
div.DivClassName
{
background-color: #BA852D;
}
.BgClassName
{
background-color: #BA852D;
}
</style>
border-color css
<style>
span { border-color: #BA852D; }
span { border-color: rgb(186,133,45); }
td.TdClassName
{
border-color: #BA852D;
}
.TagClassName
{
border-color: #BA852D;
}
</style>