#BA8B2F

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

Shades of Hokey Pokey #BA8B2F

Tints of Hokey Pokey #BA8B2F

Color information

#BA8B2F (or 0xBA8B2F) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8B and 2F. RGB value is (186,139,47). Sum of RGB (Red+Green+Blue) = 186+139+47=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B2F is #4574D0. Grayscale: #8E8E8E. Windows color (decimal): -4551889 or 3115962. OLE color: 3115962.

HSL color Cylindrical-coordinate representation of color #BA8B2F: hue angle of 39.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA8B2F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18613947-
CMYK00.250.750.27
HSL39.71º59.66%45.69%-
HSV(B)39.71º74.73%72.94%-
XYZ3029.116.73-
YUV142.5674.07158.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 47 (18.75% from 255) = 12.63%
R=50%
G=37.37%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861394700.250.750.2739.7159.6645.69
HexBA8B2F0194B1B283c2e
Octal2722135703111333507456
Binary1011101010001011101111011001100101111011101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B2F; }

 p { color: rgb(186,139,47); }

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

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

 a { background-color: rgb(186,139,47); }

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

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

 span { border-color: rgb(186,139,47); }

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