Shades of Hokey Pokey #BA9A35
Tints of Hokey Pokey #BA9A35
RGB
CMYK
RGB Variations
Color information
#BA9A35 (or 0xBA9A35) is known color: Hokey Pokey. HEX triplet: BA, 9A and 35. RGB value is (186,154,53). Sum of RGB (Red+Green+Blue) = 186+154+53=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A35 is #4565CA. Grayscale: #989898. Windows color (decimal): -4548043 or 3513018. OLE color: 3513018.
HSL color Cylindrical-coordinate representation of color #BA9A35: hue angle of 45.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9A35 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 53 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.27 |
| HSL | 45.56º | 0.56% | 0.47% | - |
| HSV(B) | 45.56º | 0.72% | 0.73% | - |
| XYZ | 32.45 | 33.81 | 8.18 | - |
| YUV | 152.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 53 | 0 | 0.17 | 0.72 | 0.27 | 45.56 | 0.56 | 0.47 |
| Hex | BA | 9A | 35 | 0 | 11 | 48 | 1B | 2E | 38 | 2F |
| Octal | 272 | 232 | 65 | 0 | 21 | 110 | 33 | 56 | 70 | 57 |
| Binary | 10111010 | 10011010 | 110101 | 0 | 10001 | 1001000 | 11011 | 101110 | 111000 | 101111 |
Color Harmonies of #BA9A35
Complementary color
Monochromatic Colors of #BA9A35
Black with #BA9A35
Text Example
Text Example
White with #BA9A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A35; }
p { color: rgb(186,154,53); }
H1.HeaderClassName
{
color: #BA9A35;
}
.AnyTagClassName
{
color: #BA9A35;
}
</style>
background-color css
<style>
a { background-color: #BA9A35; }
a { background-color: rgb(186,154,53); }
div.DivClassName
{
background-color: #BA9A35;
}
.BgClassName
{
background-color: #BA9A35;
}
</style>
border-color css
<style>
span { border-color: #BA9A35; }
span { border-color: rgb(186,154,53); }
td.TdClassName
{
border-color: #BA9A35;
}
.TagClassName
{
border-color: #BA9A35;
}
</style>