Color Hex Logo

#ba773e Color Hex

#BA773E
(186,119,62)
0 Favorites   0 Comments

Color spaces of #ba773e

RGB 18611962
HSL0.080.500.49
HSV28°67°73°
CMYK 0.000.360.67   0.27
XYZ27.716023.98067.7253
Yxy23.98060.46640.4036
Hunter Lab48.970015.329824.9257
CIE-Lab56.068420.924541.4587

#ba773e color RGB value is (186,119,62).

#ba773e hex color red value is 186, green value is 119 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba773e hue: 0.08 , saturation: 0.50 and the lightness value of ba773e is 0.49.

The process color (four color CMYK) of #ba773e color hex is 0.00, 0.36, 0.67, 0.27. Web safe color of #ba773e is #cc6633. Color #ba773e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 00111110
Octal 272 167 76
Decimal 186 119 62
Hex BA 77 3E

RGB Percentages of Color #ba773e

%50.68
%32.43
%16.89

CMYK Percentages of Color #ba773e

%0
%36
%67
%27

Triadic Colors of #ba773e

#ba773e #3eba77 #773eba

Analogous Colors of #ba773e

#ba773e #bab53e #ba3e43

Monochromatic Colors of #ba773e

#ba773e

Complementary Color

#ba773e #3e81ba

#ba773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba773e Color CSS Codes

.mybgcolor {background-color:#ba773e; } 
.myforecolor {color:#ba773e; }
.mybordercolor {border:3px solid #ba773e; }

#ba773e Text Font Color

<p style="color:#ba773e">Text here</p>

This sample text font color is #ba773e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ba773e Background Color

<div style="background-color:#ba773e">
Div content here</div>

This div background color is #ba773e


#ba773e Border Color

<div style="border:3px solid #ba773e">
Div here</div>

This div border color is #ba773e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,119,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba773e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba773e;
  -webkit-box-shadow: 1px 1px 3px 2px #ba773e;
  box-shadow:         1px 1px 3px 2px #ba773e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,119,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba773e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba773e;
  -webkit-box-shadow: 1px 1px 3px 2px #ba773e;
  box-shadow:         1px 1px 3px 2px #ba773e;">
Div content here</div>

This div box has shadow with color #ba773e


Comments

No comments written yet.

Please login to write comment.