#BA9036

Color #BA9036 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #BA9036

Tints of Hokey Pokey #BA9036

Color information

#BA9036 (or 0xBA9036) is unknown color: approx Hokey Pokey. HEX triplet: BA, 90 and 36. RGB value is (186,144,54). Sum of RGB (Red+Green+Blue) = 186+144+54=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9036 is #456FC9. Grayscale: #929292. Windows color (decimal): -4550602 or 3575994. OLE color: 3575994.

HSL color Cylindrical-coordinate representation of color #BA9036: hue angle of 40.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA9036 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18614454-
CMYK00.230.710.27
HSL40.91º55%47.06%-
HSV(B)40.91º70.97%72.94%-
XYZ30.8930.657.78-
YUV146.375.91156.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 54 (21.48% from 255) = 14.06%
R=48.44%
G=37.5%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861445400.230.710.2740.915547.06
HexBA9036017471B29372f
Octal2722206602710733516757
Binary1011101010010000110110010111100011111011101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9036; }

 p { color: rgb(186,144,54); }

 H1.HeaderClassName
 {
   color: #BA9036;
 }
 .AnyTagClassName
 {
   color: #BA9036;
 }
</style>
background-color css

<style>
 a { background-color: #BA9036; }

 a { background-color: rgb(186,144,54); }

 div.DivClassName
 {
   background-color: #BA9036;
 }
 .BgClassName
 {
   background-color: #BA9036;
 }
</style>
border-color css

<style>
 span { border-color: #BA9036; }

 span { border-color: rgb(186,144,54); }

 td.TdClassName
 {
   border-color: #BA9036;
 }
 .TagClassName
 {
   border-color: #BA9036;
 }
</style>