#BA9736

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

Shades of Hokey Pokey #BA9736

Tints of Hokey Pokey #BA9736

Color information

#BA9736 (or 0xBA9736) is unknown color: approx Hokey Pokey. HEX triplet: BA, 97 and 36. RGB value is (186,151,54). Sum of RGB (Red+Green+Blue) = 186+151+54=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9736 is #4568C9. Grayscale: #969696. Windows color (decimal): -4548810 or 3577786. OLE color: 3577786.

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

Color convert

RGB18615154-
CMYK00.190.710.27
HSL44.09º55%47.06%-
HSV(B)44.09º70.97%72.94%-
XYZ31.9832.848.14-
YUV150.4173.6153.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=47.57%
G=38.62%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861515400.190.710.2744.095547.06
HexBA9736013471B2c372f
Octal2722276602310733546757
Binary1011101010010111110110010011100011111011101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9736; }

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

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

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

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

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

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

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

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