Shades of Hokey Pokey #BA872B
Tints of Hokey Pokey #BA872B
RGB
CMYK
RGB Variations
Color information
#BA872B (or 0xBA872B) is known color: Hokey Pokey. HEX triplet: BA, 87 and 2B. RGB value is (186,135,43). Sum of RGB (Red+Green+Blue) = 186+135+43=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA872B is #4578D4. Grayscale: #8C8C8C. Windows color (decimal): -4552917 or 2852794. OLE color: 2852794.
HSL color Cylindrical-coordinate representation of color #BA872B: hue angle of 38.6º 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 #BA872B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 43 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.27 |
| HSL | 38.6º | 0.62% | 0.45% | - |
| HSV(B) | 38.6º | 0.77% | 0.73% | - |
| XYZ | 29.35 | 27.94 | 6.13 | - |
| YUV | 139.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 43 | 0 | 0.27 | 0.77 | 0.27 | 38.6 | 0.62 | 0.45 |
| Hex | BA | 87 | 2B | 0 | 1B | 4D | 1B | 27 | 3E | 2D |
| Octal | 272 | 207 | 53 | 0 | 33 | 115 | 33 | 47 | 76 | 55 |
| Binary | 10111010 | 10000111 | 101011 | 0 | 11011 | 1001101 | 11011 | 100111 | 111110 | 101101 |
Color Harmonies of #BA872B
Complementary color
Monochromatic Colors of #BA872B
Black with #BA872B
Text Example
Text Example
White with #BA872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA872B; }
p { color: rgb(186,135,43); }
H1.HeaderClassName
{
color: #BA872B;
}
.AnyTagClassName
{
color: #BA872B;
}
</style>
background-color css
<style>
a { background-color: #BA872B; }
a { background-color: rgb(186,135,43); }
div.DivClassName
{
background-color: #BA872B;
}
.BgClassName
{
background-color: #BA872B;
}
</style>
border-color css
<style>
span { border-color: #BA872B; }
span { border-color: rgb(186,135,43); }
td.TdClassName
{
border-color: #BA872B;
}
.TagClassName
{
border-color: #BA872B;
}
</style>