Color Hex Logo

#ba6e20 Color Hex

#BA6E20
(186,110,32)
0 Favorites   0 Comments

Color spaces of #ba6e20

RGB 18611032
HSL0.080.710.43
HSV30°83°73°
CMYK 0.000.410.83   0.27
XYZ26.086321.69524.1792
Yxy21.69520.50200.4175
Hunter Lab46.578118.458127.2849
CIE-Lab53.702124.493652.7117

#ba6e20 color RGB value is (186,110,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 00100000
Octal 272 156 40
Decimal 186 110 32
Hex BA 6E 20

RGB Percentages of Color #ba6e20

%56.71
%33.54
%9.76

CMYK Percentages of Color #ba6e20

%0
%41
%83
%27

Triadic Colors of #ba6e20

#ba6e20 #20ba6e #6e20ba

Analogous Colors of #ba6e20

#ba6e20 #b9ba20 #ba2120

Monochromatic Colors of #ba6e20

#ba6e20

Complementary Color

#ba6e20 #206cba

#ba6e20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6e20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6e20 Color CSS Codes

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

#ba6e20 Text Font Color

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

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


#ba6e20 Background Color

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

This div background color is #ba6e20


#ba6e20 Border Color

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

This div border color is #ba6e20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6e20


Comments

No comments written yet.

Please login to write comment.