Color Hex Logo

#ba6939 Color Hex

#BA6939
(186,105,57)
0 Favorites   0 Comments

Color spaces of #ba6939

RGB 18610557
HSL0.060.530.48
HSV22°69°73°
CMYK 0.000.440.69   0.27
XYZ26.039820.83776.5205
Yxy20.83770.48770.3902
Hunter Lab45.648321.939623.4847
CIE-Lab52.771428.312040.3239

#ba6939 color RGB value is (186,105,57).

#ba6939 hex color red value is 186, green value is 105 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ba6939 hue: 0.06 , saturation: 0.53 and the lightness value of ba6939 is 0.48.

The process color (four color CMYK) of #ba6939 color hex is 0.00, 0.44, 0.69, 0.27. Web safe color of #ba6939 is #cc6633. Color #ba6939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 00111001
Octal 272 151 71
Decimal 186 105 57
Hex BA 69 39

RGB Percentages of Color #ba6939

%53.45
%30.17
%16.38

CMYK Percentages of Color #ba6939

%0
%44
%69
%27

Triadic Colors of #ba6939

#ba6939 #39ba69 #6939ba

Analogous Colors of #ba6939

#ba6939 #baaa39 #ba3949

Monochromatic Colors of #ba6939

#ba6939

Complementary Color

#ba6939 #398aba

#ba6939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6939 Color CSS Codes

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

#ba6939 Text Font Color

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

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


#ba6939 Background Color

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

This div background color is #ba6939


#ba6939 Border Color

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

This div border color is #ba6939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6939


Comments

No comments written yet.

Please login to write comment.