Color Hex Logo

#ba804e Color Hex

#BA804E
(186,128,78)
0 Favorites   0 Comments

Color spaces of #ba804e

RGB 18612878
HSL0.080.440.52
HSV28°58°73°
CMYK 0.000.310.58   0.27
XYZ29.344026.427510.7621
Yxy26.42750.44100.3972
Hunter Lab51.407711.926123.5731
CIE-Lab58.440617.068035.8742

#ba804e color RGB value is (186,128,78).

#ba804e hex color red value is 186, green value is 128 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ba804e hue: 0.08 , saturation: 0.44 and the lightness value of ba804e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 01001110
Octal 272 200 116
Decimal 186 128 78
Hex BA 80 4E

RGB Percentages of Color #ba804e

%47.45
%32.65
%19.90

CMYK Percentages of Color #ba804e

%0
%31
%58
%27

Triadic Colors of #ba804e

#ba804e #4eba80 #804eba

Analogous Colors of #ba804e

#ba804e #bab64e #ba4e52

Monochromatic Colors of #ba804e

#ba804e

Complementary Color

#ba804e #4e88ba

#ba804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba804e Color CSS Codes

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

#ba804e Text Font Color

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

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


#ba804e Background Color

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

This div background color is #ba804e


#ba804e Border Color

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

This div border color is #ba804e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba804e


Comments

No comments written yet.

Please login to write comment.