#BA9232

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

Shades of Hokey Pokey #BA9232

Tints of Hokey Pokey #BA9232

Color information

#BA9232 (or 0xBA9232) is unknown color: approx Hokey Pokey. HEX triplet: BA, 92 and 32. RGB value is (186,146,50). Sum of RGB (Red+Green+Blue) = 186+146+50=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9232 is #456DCD. Grayscale: #939393. Windows color (decimal): -4550094 or 3314362. OLE color: 3314362.

HSL color Cylindrical-coordinate representation of color #BA9232: hue angle of 42.35º degrees, saturation: 0.58, 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 #BA9232 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18614650-
CMYK00.220.730.27
HSL42.35º57.63%46.27%-
HSV(B)42.35º73.12%72.94%-
XYZ31.131.237.41-
YUV147.0273.25155.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=48.69%
G=38.22%
B=13.09%

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
Decimal1861465000.220.730.2742.3557.6346.27
HexBA9232016491B2a3a2e
Octal2722226202611133527256
Binary1011101010010010110010010110100100111011101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9232; }

 p { color: rgb(186,146,50); }

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

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

 a { background-color: rgb(186,146,50); }

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

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

 span { border-color: rgb(186,146,50); }

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