#BA943A

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

Shades of Hokey Pokey #BA943A

Tints of Hokey Pokey #BA943A

Color information

#BA943A (or 0xBA943A) is unknown color: approx Hokey Pokey. HEX triplet: BA, 94 and 3A. RGB value is (186,148,58). Sum of RGB (Red+Green+Blue) = 186+148+58=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA943A is #456BC5. Grayscale: #959595. Windows color (decimal): -4549574 or 3839162. OLE color: 3839162.

HSL color Cylindrical-coordinate representation of color #BA943A: hue angle of 42.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA943A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18614858-
CMYK00.200.690.27
HSL42.19º52.46%47.84%-
HSV(B)42.19º68.82%72.94%-
XYZ31.631.928.5-
YUV149.176.59154.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=47.45%
G=37.76%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861485800.200.690.2742.1952.4647.84
HexBA943A014451B2a3430
Octal2722247202410533526460
Binary1011101010010100111010010100100010111011101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA943A; }

 p { color: rgb(186,148,58); }

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

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

 a { background-color: rgb(186,148,58); }

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

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

 span { border-color: rgb(186,148,58); }

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