Color Hex Logo

#ba780f Color Hex

#BA780F
(186,120,15)
0 Favorites   0 Comments

Color spaces of #ba780f

RGB 18612015
HSL0.100.850.39
HSV37°92°73°
CMYK 0.000.350.92   0.27
XYZ27.052423.90653.6405
Yxy23.90650.49550.4379
Hunter Lab48.894313.196129.8115
CIE-Lab55.994118.577259.6964

#ba780f color RGB value is (186,120,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 00001111
Octal 272 170 17
Decimal 186 120 15
Hex BA 78 F

RGB Percentages of Color #ba780f

%57.94
%37.38
%4.67

CMYK Percentages of Color #ba780f

%0
%35
%92
%27

Triadic Colors of #ba780f

#ba780f #0fba78 #780fba

Analogous Colors of #ba780f

#ba780f #a7ba0f #ba220f

Monochromatic Colors of #ba780f

#ba780f

Complementary Color

#ba780f #0f51ba

#ba780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba780f Color CSS Codes

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

#ba780f Text Font Color

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

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


#ba780f Background Color

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

This div background color is #ba780f


#ba780f Border Color

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

This div border color is #ba780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba780f


Comments

No comments written yet.

Please login to write comment.