Color Hex Logo

#ba770e Color Hex

#BA770E
(186,119,14)
0 Favorites   0 Comments

Color spaces of #ba770e

RGB 18611914
HSL0.100.860.39
HSV37°92°73°
CMYK 0.000.360.92   0.27
XYZ26.925823.66453.5640
Yxy23.66450.49720.4370
Hunter Lab48.646213.669529.7085
CIE-Lab55.750319.114059.7306

#ba770e color RGB value is (186,119,14).

#ba770e hex color red value is 186, green value is 119 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ba770e hue: 0.10 , saturation: 0.86 and the lightness value of ba770e is 0.39.

The process color (four color CMYK) of #ba770e color hex is 0.00, 0.36, 0.92, 0.27. Web safe color of #ba770e is #cc6600. Color #ba770e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 00001110
Octal 272 167 16
Decimal 186 119 14
Hex BA 77 E

RGB Percentages of Color #ba770e

%58.31
%37.30
%4.39

CMYK Percentages of Color #ba770e

%0
%36
%92
%27

Triadic Colors of #ba770e

#ba770e #0eba77 #770eba

Analogous Colors of #ba770e

#ba770e #a7ba0e #ba210e

Monochromatic Colors of #ba770e

#ba770e

Complementary Color

#ba770e #0e51ba

#ba770e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba770e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba770e Color CSS Codes

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

#ba770e Text Font Color

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

This sample text font color is #ba770e
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.


#ba770e Background Color

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

This div background color is #ba770e


#ba770e Border Color

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

This div border color is #ba770e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba770e


Comments

No comments written yet.

Please login to write comment.