#BA9436

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

Shades of Hokey Pokey #BA9436

Tints of Hokey Pokey #BA9436

Color information

#BA9436 (or 0xBA9436) is unknown color: approx Hokey Pokey. HEX triplet: BA, 94 and 36. RGB value is (186,148,54). Sum of RGB (Red+Green+Blue) = 186+148+54=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9436 is #456BC9. Grayscale: #959595. Windows color (decimal): -4549578 or 3577018. OLE color: 3577018.

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

Color convert

RGB18614854-
CMYK00.200.710.27
HSL42.73º55%47.06%-
HSV(B)42.73º70.97%72.94%-
XYZ31.5131.897.98-
YUV148.6574.59154.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=47.94%
G=38.14%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861485400.200.710.2742.735547.06
HexBA9436014471B2b372f
Octal2722246602410733536757
Binary1011101010010100110110010100100011111011101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9436; }

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

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

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

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

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

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

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

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