Shades of Hokey Pokey #BA882B
Tints of Hokey Pokey #BA882B
RGB
CMYK
RGB Variations
Color information
#BA882B (or 0xBA882B) is known color: Hokey Pokey. HEX triplet: BA, 88 and 2B. RGB value is (186,136,43). Sum of RGB (Red+Green+Blue) = 186+136+43=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA882B is #4577D4. Grayscale: #8C8C8C. Windows color (decimal): -4552661 or 2853050. OLE color: 2853050.
HSL color Cylindrical-coordinate representation of color #BA882B: hue angle of 39.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA882B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 43 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.27 |
| HSL | 39.02º | 0.62% | 0.45% | - |
| HSV(B) | 39.02º | 0.77% | 0.73% | - |
| XYZ | 29.49 | 28.22 | 6.18 | - |
| YUV | 140.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 43 | 0 | 0.27 | 0.77 | 0.27 | 39.02 | 0.62 | 0.45 |
| Hex | BA | 88 | 2B | 0 | 1B | 4D | 1B | 27 | 3E | 2D |
| Octal | 272 | 210 | 53 | 0 | 33 | 115 | 33 | 47 | 76 | 55 |
| Binary | 10111010 | 10001000 | 101011 | 0 | 11011 | 1001101 | 11011 | 100111 | 111110 | 101101 |
Color Harmonies of #BA882B
Complementary color
Monochromatic Colors of #BA882B
Black with #BA882B
Text Example
Text Example
White with #BA882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA882B; }
p { color: rgb(186,136,43); }
H1.HeaderClassName
{
color: #BA882B;
}
.AnyTagClassName
{
color: #BA882B;
}
</style>
background-color css
<style>
a { background-color: #BA882B; }
a { background-color: rgb(186,136,43); }
div.DivClassName
{
background-color: #BA882B;
}
.BgClassName
{
background-color: #BA882B;
}
</style>
border-color css
<style>
span { border-color: #BA882B; }
span { border-color: rgb(186,136,43); }
td.TdClassName
{
border-color: #BA882B;
}
.TagClassName
{
border-color: #BA882B;
}
</style>