#BA862F

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

Shades of Hokey Pokey #BA862F

Tints of Hokey Pokey #BA862F

Color information

#BA862F (or 0xBA862F) is unknown color: approx Hokey Pokey. HEX triplet: BA, 86 and 2F. RGB value is (186,134,47). Sum of RGB (Red+Green+Blue) = 186+134+47=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA862F is #4579D0. Grayscale: #8C8C8C. Windows color (decimal): -4553169 or 3114682. OLE color: 3114682.

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

Color convert

RGB18613447-
CMYK00.280.750.27
HSL37.55º59.66%45.69%-
HSV(B)37.55º74.73%72.94%-
XYZ29.2927.696.49-
YUV139.6375.73161.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 47 (18.75% from 255) = 12.81%
R=50.68%
G=36.51%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861344700.280.750.2737.5559.6645.69
HexBA862F01C4B1B263c2e
Octal2722065703411333467456
Binary1011101010000110101111011100100101111011100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA862F; }

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

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

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

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

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

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

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

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