Color Hex Logo

#ba8544 Color Hex

#BA8544
(186,133,68)
0 Favorites   0 Comments

Color spaces of #ba8544

RGB 18613368
HSL0.090.460.50
HSV33°63°73°
CMYK 0.000.280.63   0.27
XYZ29.680627.63159.2379
Yxy27.63150.44600.4152
Hunter Lab52.56578.798026.3763
CIE-Lab59.554413.554742.3839

#ba8544 color RGB value is (186,133,68).

#ba8544 hex color red value is 186, green value is 133 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ba8544 hue: 0.09 , saturation: 0.46 and the lightness value of ba8544 is 0.50.

The process color (four color CMYK) of #ba8544 color hex is 0.00, 0.28, 0.63, 0.27. Web safe color of #ba8544 is #cc9933. Color #ba8544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 01000100
Octal 272 205 104
Decimal 186 133 68
Hex BA 85 44

RGB Percentages of Color #ba8544

%48.06
%34.37
%17.57

CMYK Percentages of Color #ba8544

%0
%28
%63
%27

Triadic Colors of #ba8544

#ba8544 #44ba85 #8544ba

Analogous Colors of #ba8544

#ba8544 #b4ba44 #ba4a44

Monochromatic Colors of #ba8544

#ba8544

Complementary Color

#ba8544 #4479ba

#ba8544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8544 Color CSS Codes

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

#ba8544 Text Font Color

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

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


#ba8544 Background Color

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

This div background color is #ba8544


#ba8544 Border Color

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

This div border color is #ba8544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8544


Comments

No comments written yet.

Please login to write comment.