Color Hex Logo

#ba600e Color Hex

#BA600E
(186,96,14)
0 Favorites   0 Comments

Color spaces of #ba600e

RGB 1869614
HSL0.080.860.39
HSV29°92°73°
CMYK 0.000.480.92   0.27
XYZ24.511818.83662.7594
Yxy18.83660.53160.4085
Hunter Lab43.401224.860026.6112
CIE-Lab50.495531.641755.9010

#ba600e color RGB value is (186,96,14).

#ba600e hex color red value is 186, green value is 96 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ba600e hue: 0.08 , saturation: 0.86 and the lightness value of ba600e is 0.39.

The process color (four color CMYK) of #ba600e color hex is 0.00, 0.48, 0.92, 0.27. Web safe color of #ba600e is #cc6600. Color #ba600e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 00001110
Octal 272 140 16
Decimal 186 96 14
Hex BA 60 E

RGB Percentages of Color #ba600e

%62.84
%32.43
%4.73

CMYK Percentages of Color #ba600e

%0
%48
%92
%27

Triadic Colors of #ba600e

#ba600e #0eba60 #600eba

Analogous Colors of #ba600e

#ba600e #bab60e #ba0e12

Monochromatic Colors of #ba600e

#ba600e

Complementary Color

#ba600e #0e68ba

#ba600e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba600e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba600e Color CSS Codes

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

#ba600e Text Font Color

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

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


#ba600e Background Color

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

This div background color is #ba600e


#ba600e Border Color

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

This div border color is #ba600e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba600e


Comments

No comments written yet.

Please login to write comment.