Color Hex Logo

#ba700a Color Hex

#BA700A
(186,112,10)
0 Favorites   0 Comments

Color spaces of #ba700a

RGB 18611210
HSL0.100.900.38
HSV35°95°73°
CMYK 0.000.400.95   0.27
XYZ26.098722.04943.1676
Yxy22.04940.50860.4297
Hunter Lab46.956817.036428.8702
CIE-Lab54.079422.918859.3154

#ba700a color RGB value is (186,112,10).

#ba700a hex color red value is 186, green value is 112 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba700a hue: 0.10 , saturation: 0.90 and the lightness value of ba700a is 0.38.

The process color (four color CMYK) of #ba700a color hex is 0.00, 0.40, 0.95, 0.27. Web safe color of #ba700a is #cc6600. Color #ba700a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 00001010
Octal 272 160 12
Decimal 186 112 10
Hex BA 70 A

RGB Percentages of Color #ba700a

%60.39
%36.36
%3.25

CMYK Percentages of Color #ba700a

%0
%40
%95
%27

Triadic Colors of #ba700a

#ba700a #0aba70 #700aba

Analogous Colors of #ba700a

#ba700a #acba0a #ba180a

Monochromatic Colors of #ba700a

#ba700a

Complementary Color

#ba700a #0a54ba

#ba700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba700a Color CSS Codes

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

#ba700a Text Font Color

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

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


#ba700a Background Color

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

This div background color is #ba700a


#ba700a Border Color

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

This div border color is #ba700a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba700a


Comments

No comments written yet.

Please login to write comment.