Color Hex Logo

#ba8410 Color Hex

#BA8410
(186,132,16)
0 Favorites   0 Comments

Color spaces of #ba8410

RGB 18613216
HSL0.110.840.40
HSV41°91°73°
CMYK 0.000.290.91   0.27
XYZ28.594526.97904.1906
Yxy26.97900.47850.4514
Hunter Lab51.94137.369731.5754
CIE-Lab58.954911.949461.7069

#ba8410 color RGB value is (186,132,16).

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

The process color (four color CMYK) of #ba8410 color hex is 0.00, 0.29, 0.91, 0.27. Web safe color of #ba8410 is #cc9900. Color #ba8410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 00010000
Octal 272 204 20
Decimal 186 132 16
Hex BA 84 10

RGB Percentages of Color #ba8410

%55.69
%39.52
%4.79

CMYK Percentages of Color #ba8410

%0
%29
%91
%27

Triadic Colors of #ba8410

#ba8410 #10ba84 #8410ba

Analogous Colors of #ba8410

#ba8410 #9bba10 #ba2f10

Monochromatic Colors of #ba8410

#ba8410

Complementary Color

#ba8410 #1046ba

#ba8410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8410 Color CSS Codes

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

#ba8410 Text Font Color

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

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


#ba8410 Background Color

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

This div background color is #ba8410


#ba8410 Border Color

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

This div border color is #ba8410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8410


Comments

No comments written yet.

Please login to write comment.