Color Hex Logo

#ba8310 Color Hex

#BA8310
(186,131,16)
0 Favorites   0 Comments

Color spaces of #ba8310

RGB 18613116
HSL0.110.840.40
HSV41°91°73°
CMYK 0.000.300.91   0.27
XYZ28.459526.70914.1456
Yxy26.70910.47980.4503
Hunter Lab51.68087.854531.4206
CIE-Lab58.704112.502361.5171

#ba8310 color RGB value is (186,131,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 00010000
Octal 272 203 20
Decimal 186 131 16
Hex BA 83 10

RGB Percentages of Color #ba8310

%55.86
%39.34
%4.80

CMYK Percentages of Color #ba8310

%0
%30
%91
%27

Triadic Colors of #ba8310

#ba8310 #10ba83 #8310ba

Analogous Colors of #ba8310

#ba8310 #9cba10 #ba2e10

Monochromatic Colors of #ba8310

#ba8310

Complementary Color

#ba8310 #1047ba

#ba8310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8310 Color CSS Codes

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

#ba8310 Text Font Color

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

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


#ba8310 Background Color

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

This div background color is #ba8310


#ba8310 Border Color

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

This div border color is #ba8310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8310


Comments

No comments written yet.

Please login to write comment.