#BA9334

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

Shades of Hokey Pokey #BA9334

Tints of Hokey Pokey #BA9334

Color information

#BA9334 (or 0xBA9334) is unknown color: approx Hokey Pokey. HEX triplet: BA, 93 and 34. RGB value is (186,147,52). Sum of RGB (Red+Green+Blue) = 186+147+52=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9334 is #456CCB. Grayscale: #949494. Windows color (decimal): -4549836 or 3445690. OLE color: 3445690.

HSL color Cylindrical-coordinate representation of color #BA9334: hue angle of 42.54º 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 #BA9334 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18614752-
CMYK00.210.720.27
HSL42.54º56.3%46.67%-
HSV(B)42.54º72.04%72.94%-
XYZ31.331.557.69-
YUV147.8373.92155.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=48.31%
G=38.18%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861475200.210.720.2742.5456.346.67
HexBA9334015481B2b382f
Octal2722236402511033537057
Binary1011101010010011110100010101100100011011101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9334; }

 p { color: rgb(186,147,52); }

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

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

 a { background-color: rgb(186,147,52); }

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

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

 span { border-color: rgb(186,147,52); }

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