Shades of Hokey Pokey #BA882D
Tints of Hokey Pokey #BA882D
RGB
CMYK
RGB Variations
Color information
#BA882D (or 0xBA882D) is known color: Hokey Pokey. HEX triplet: BA, 88 and 2D. RGB value is (186,136,45). Sum of RGB (Red+Green+Blue) = 186+136+45=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA882D is #4577D2. Grayscale: #8C8C8C. Windows color (decimal): -4552659 or 2984122. OLE color: 2984122.
HSL color Cylindrical-coordinate representation of color #BA882D: hue angle of 38.72º 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 #BA882D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 45 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.27 |
| HSL | 38.72º | 0.61% | 0.45% | - |
| HSV(B) | 38.72º | 0.76% | 0.73% | - |
| XYZ | 29.53 | 28.24 | 6.38 | - |
| YUV | 140.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 45 | 0 | 0.27 | 0.76 | 0.27 | 38.72 | 0.61 | 0.45 |
| Hex | BA | 88 | 2D | 0 | 1B | 4C | 1B | 27 | 3D | 2D |
| Octal | 272 | 210 | 55 | 0 | 33 | 114 | 33 | 47 | 75 | 55 |
| Binary | 10111010 | 10001000 | 101101 | 0 | 11011 | 1001100 | 11011 | 100111 | 111101 | 101101 |
Color Harmonies of #BA882D
Complementary color
Monochromatic Colors of #BA882D
Black with #BA882D
Text Example
Text Example
White with #BA882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA882D; }
p { color: rgb(186,136,45); }
H1.HeaderClassName
{
color: #BA882D;
}
.AnyTagClassName
{
color: #BA882D;
}
</style>
background-color css
<style>
a { background-color: #BA882D; }
a { background-color: rgb(186,136,45); }
div.DivClassName
{
background-color: #BA882D;
}
.BgClassName
{
background-color: #BA882D;
}
</style>
border-color css
<style>
span { border-color: #BA882D; }
span { border-color: rgb(186,136,45); }
td.TdClassName
{
border-color: #BA882D;
}
.TagClassName
{
border-color: #BA882D;
}
</style>