Color Hex Logo

#ba9413 Color Hex

#BA9413
(186,148,19)
0 Favorites   0 Comments

Color spaces of #ba9413

RGB 18614819
HSL0.130.810.40
HSV46°90°73°
CMYK 0.000.200.90   0.27
XYZ30.957131.66595.0966
Yxy31.66590.45710.4676
Hunter Lab56.2725-0.278834.0208
CIE-Lab63.06583.214164.2422

#ba9413 color RGB value is (186,148,19).

#ba9413 hex color red value is 186, green value is 148 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ba9413 hue: 0.13 , saturation: 0.81 and the lightness value of ba9413 is 0.40.

The process color (four color CMYK) of #ba9413 color hex is 0.00, 0.20, 0.90, 0.27. Web safe color of #ba9413 is #cc9900. Color #ba9413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 00010011
Octal 272 224 23
Decimal 186 148 19
Hex BA 94 13

RGB Percentages of Color #ba9413

%52.69
%41.93
%5.38

CMYK Percentages of Color #ba9413

%0
%20
%90
%27

Triadic Colors of #ba9413

#ba9413 #13ba94 #9413ba

Analogous Colors of #ba9413

#ba9413 #8dba13 #ba4113

Monochromatic Colors of #ba9413

#ba9413

Complementary Color

#ba9413 #1339ba

#ba9413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9413 Color CSS Codes

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

#ba9413 Text Font Color

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

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


#ba9413 Background Color

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

This div background color is #ba9413


#ba9413 Border Color

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

This div border color is #ba9413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9413


Comments

No comments written yet.

Please login to write comment.