Color Hex Logo

#ba6e1f Color Hex

#BA6E1F
(186,110,31)
0 Favorites   0 Comments

Color spaces of #ba6e1f

RGB 18611031
HSL0.080.710.43
HSV31°83°73°
CMYK 0.000.410.83   0.27
XYZ26.073021.68994.1087
Yxy21.68990.50260.4181
Hunter Lab46.572418.429327.3700
CIE-Lab53.696424.462853.0834

#ba6e1f color RGB value is (186,110,31).

#ba6e1f hex color red value is 186, green value is 110 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ba6e1f hue: 0.08 , saturation: 0.71 and the lightness value of ba6e1f is 0.43.

The process color (four color CMYK) of #ba6e1f color hex is 0.00, 0.41, 0.83, 0.27. Web safe color of #ba6e1f is #cc6633. Color #ba6e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 00011111
Octal 272 156 37
Decimal 186 110 31
Hex BA 6E 1F

RGB Percentages of Color #ba6e1f

%56.88
%33.64
%9.48

CMYK Percentages of Color #ba6e1f

%0
%41
%83
%27

Triadic Colors of #ba6e1f

#ba6e1f #1fba6e #6e1fba

Analogous Colors of #ba6e1f

#ba6e1f #b9ba1f #ba211f

Monochromatic Colors of #ba6e1f

#ba6e1f

Complementary Color

#ba6e1f #1f6bba

#ba6e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6e1f Color CSS Codes

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

#ba6e1f Text Font Color

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

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


#ba6e1f Background Color

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

This div background color is #ba6e1f


#ba6e1f Border Color

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

This div border color is #ba6e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6e1f


Comments

No comments written yet.

Please login to write comment.