#BA9836

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

Shades of Hokey Pokey #BA9836

Tints of Hokey Pokey #BA9836

Color information

#BA9836 (or 0xBA9836) is unknown color: approx Hokey Pokey. HEX triplet: BA, 98 and 36. RGB value is (186,152,54). Sum of RGB (Red+Green+Blue) = 186+152+54=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9836 is #4567C9. Grayscale: #979797. Windows color (decimal): -4548554 or 3578042. OLE color: 3578042.

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

Color convert

RGB18615254-
CMYK00.180.710.27
HSL44.55º55%47.06%-
HSV(B)44.55º70.97%72.94%-
XYZ32.1433.168.2-
YUV150.9973.26152.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=47.45%
G=38.78%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861525400.180.710.2744.555547.06
HexBA9836012471B2d372f
Octal2722306602210733556757
Binary1011101010011000110110010010100011111011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9836; }

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

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

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

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

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

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

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

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