Color Hex Logo

#ba805e Color Hex

#BA805E
(186,128,94)
0 Favorites   0 Comments

Color spaces of #ba805e

RGB 18612894
HSL0.060.400.55
HSV22°49°73°
CMYK 0.000.310.49   0.27
XYZ29.989326.685614.1599
Yxy26.68560.42340.3767
Hunter Lab51.658113.223719.9088
CIE-Lab58.682218.486027.4342

#ba805e color RGB value is (186,128,94).

#ba805e hex color red value is 186, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba805e hue: 0.06 , saturation: 0.40 and the lightness value of ba805e is 0.55.

The process color (four color CMYK) of #ba805e color hex is 0.00, 0.31, 0.49, 0.27. Web safe color of #ba805e is #cc9966. Color #ba805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 01011110
Octal 272 200 136
Decimal 186 128 94
Hex BA 80 5E

RGB Percentages of Color #ba805e

%45.59
%31.37
%23.04

CMYK Percentages of Color #ba805e

%0
%31
%49
%27

Triadic Colors of #ba805e

#ba805e #5eba80 #805eba

Analogous Colors of #ba805e

#ba805e #baae5e #ba5e6a

Monochromatic Colors of #ba805e

#ba805e

Complementary Color

#ba805e #5e98ba

#ba805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba805e Color CSS Codes

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

#ba805e Text Font Color

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

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


#ba805e Background Color

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

This div background color is #ba805e


#ba805e Border Color

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

This div border color is #ba805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba805e


Comments

No comments written yet.

Please login to write comment.