#BA9133

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

Shades of Hokey Pokey #BA9133

Tints of Hokey Pokey #BA9133

Color information

#BA9133 (or 0xBA9133) is unknown color: approx Hokey Pokey. HEX triplet: BA, 91 and 33. RGB value is (186,145,51). Sum of RGB (Red+Green+Blue) = 186+145+51=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9133 is #456ECC. Grayscale: #929292. Windows color (decimal): -4550349 or 3379642. OLE color: 3379642.

HSL color Cylindrical-coordinate representation of color #BA9133: hue angle of 41.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9133 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18614551-
CMYK00.220.730.27
HSL41.78º56.96%46.47%-
HSV(B)41.78º72.58%72.94%-
XYZ30.9730.937.47-
YUV146.5474.08156.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=48.69%
G=37.96%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861455100.220.730.2741.7856.9646.47
HexBA9133016491B2a392e
Octal2722216302611133527156
Binary1011101010010001110011010110100100111011101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9133; }

 p { color: rgb(186,145,51); }

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

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

 a { background-color: rgb(186,145,51); }

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

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

 span { border-color: rgb(186,145,51); }

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