Color Hex Logo

#ba770f Color Hex

#BA770F
(186,119,15)
0 Favorites   0 Comments

Color spaces of #ba770f

RGB 18611915
HSL0.100.850.39
HSV36°92°73°
CMYK 0.000.360.92   0.27
XYZ26.932723.66723.6007
Yxy23.66720.49690.4367
Hunter Lab48.648913.684329.6660
CIE-Lab55.753019.130359.5165

#ba770f color RGB value is (186,119,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 00001111
Octal 272 167 17
Decimal 186 119 15
Hex BA 77 F

RGB Percentages of Color #ba770f

%58.13
%37.19
%4.69

CMYK Percentages of Color #ba770f

%0
%36
%92
%27

Triadic Colors of #ba770f

#ba770f #0fba77 #770fba

Analogous Colors of #ba770f

#ba770f #a8ba0f #ba220f

Monochromatic Colors of #ba770f

#ba770f

Complementary Color

#ba770f #0f52ba

#ba770f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba770f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba770f Color CSS Codes

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

#ba770f Text Font Color

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

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


#ba770f Background Color

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

This div background color is #ba770f


#ba770f Border Color

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

This div border color is #ba770f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,119,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 #ba770f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba770f


Comments

No comments written yet.

Please login to write comment.