#BA9333

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

Shades of Hokey Pokey #BA9333

Tints of Hokey Pokey #BA9333

Color information

#BA9333 (or 0xBA9333) is unknown color: approx Hokey Pokey. HEX triplet: BA, 93 and 33. RGB value is (186,147,51). Sum of RGB (Red+Green+Blue) = 186+147+51=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9333 is #456CCC. Grayscale: #949494. Windows color (decimal): -4549837 or 3380154. OLE color: 3380154.

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

Color convert

RGB18614751-
CMYK00.210.730.27
HSL42.67º56.96%46.47%-
HSV(B)42.67º72.58%72.94%-
XYZ31.2831.557.57-
YUV147.7273.42155.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 51 (20.31% from 255) = 13.28%
R=48.44%
G=38.28%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861475100.210.730.2742.6756.9646.47
HexBA9333015491B2b392e
Octal2722236302511133537156
Binary1011101010010011110011010101100100111011101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9333; }

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

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

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

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

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

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

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

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