#BA8C2E

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

Shades of Hokey Pokey #BA8C2E

Tints of Hokey Pokey #BA8C2E

Color information

#BA8C2E (or 0xBA8C2E) is unknown color: approx Hokey Pokey. HEX triplet: BA, 8C and 2E. RGB value is (186,140,46). Sum of RGB (Red+Green+Blue) = 186+140+46=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C2E is #4573D1. Grayscale: #8F8F8F. Windows color (decimal): -4551634 or 3050682. OLE color: 3050682.

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

Color convert

RGB18614046-
CMYK00.250.750.27
HSL40.29º60.34%45.49%-
HSV(B)40.29º75.27%72.94%-
XYZ30.1229.396.67-
YUV143.0473.24158.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=50%
G=37.63%
B=12.37%

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
Decimal1861404600.250.750.2740.2960.3445.49
HexBA8C2E0194B1B283c2d
Octal2722145603111333507455
Binary1011101010001100101110011001100101111011101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C2E; }

 p { color: rgb(186,140,46); }

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

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

 a { background-color: rgb(186,140,46); }

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

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

 span { border-color: rgb(186,140,46); }

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