Color Hex Logo

#ba8512 Color Hex

#BA8512
(186,133,18)
0 Favorites   0 Comments

Color spaces of #ba8512

RGB 18613318
HSL0.110.820.40
HSV41°90°73°
CMYK 0.000.280.90   0.27
XYZ28.746427.25784.3185
Yxy27.25780.47650.4519
Hunter Lab52.20906.916831.6421
CIE-Lab59.212211.432561.4705

#ba8512 color RGB value is (186,133,18).

#ba8512 hex color red value is 186, green value is 133 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ba8512 hue: 0.11 , saturation: 0.82 and the lightness value of ba8512 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 00010010
Octal 272 205 22
Decimal 186 133 18
Hex BA 85 12

RGB Percentages of Color #ba8512

%55.19
%39.47
%5.34

CMYK Percentages of Color #ba8512

%0
%28
%90
%27

Triadic Colors of #ba8512

#ba8512 #12ba85 #8512ba

Analogous Colors of #ba8512

#ba8512 #9bba12 #ba3112

Monochromatic Colors of #ba8512

#ba8512

Complementary Color

#ba8512 #1247ba

#ba8512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8512 Color CSS Codes

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

#ba8512 Text Font Color

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

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


#ba8512 Background Color

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

This div background color is #ba8512


#ba8512 Border Color

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

This div border color is #ba8512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8512


Comments

No comments written yet.

Please login to write comment.