Shades of Hokey Pokey #BA872C
Tints of Hokey Pokey #BA872C
RGB
CMYK
RGB Variations
Color information
#BA872C (or 0xBA872C) is known color: Hokey Pokey. HEX triplet: BA, 87 and 2C. RGB value is (186,135,44). Sum of RGB (Red+Green+Blue) = 186+135+44=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA872C is #4578D3. Grayscale: #8C8C8C. Windows color (decimal): -4552916 or 2918330. OLE color: 2918330.
HSL color Cylindrical-coordinate representation of color #BA872C: hue angle of 38.45º degrees, saturation: 0.62, 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 #BA872C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 44 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.27 |
| HSL | 38.45º | 0.62% | 0.45% | - |
| HSV(B) | 38.45º | 0.76% | 0.73% | - |
| XYZ | 29.37 | 27.95 | 6.23 | - |
| YUV | 139.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 44 | 0 | 0.27 | 0.76 | 0.27 | 38.45 | 0.62 | 0.45 |
| Hex | BA | 87 | 2C | 0 | 1B | 4C | 1B | 26 | 3E | 2D |
| Octal | 272 | 207 | 54 | 0 | 33 | 114 | 33 | 46 | 76 | 55 |
| Binary | 10111010 | 10000111 | 101100 | 0 | 11011 | 1001100 | 11011 | 100110 | 111110 | 101101 |
Color Harmonies of #BA872C
Complementary color
Monochromatic Colors of #BA872C
Black with #BA872C
Text Example
Text Example
White with #BA872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA872C; }
p { color: rgb(186,135,44); }
H1.HeaderClassName
{
color: #BA872C;
}
.AnyTagClassName
{
color: #BA872C;
}
</style>
background-color css
<style>
a { background-color: #BA872C; }
a { background-color: rgb(186,135,44); }
div.DivClassName
{
background-color: #BA872C;
}
.BgClassName
{
background-color: #BA872C;
}
</style>
border-color css
<style>
span { border-color: #BA872C; }
span { border-color: rgb(186,135,44); }
td.TdClassName
{
border-color: #BA872C;
}
.TagClassName
{
border-color: #BA872C;
}
</style>