Color Hex Logo

#ba804d Color Hex

#BA804D
(186,128,77)
0 Favorites   0 Comments

Color spaces of #ba804d

RGB 18612877
HSL0.080.440.52
HSV28°59°73°
CMYK 0.000.310.59   0.27
XYZ29.308426.413310.5747
Yxy26.41330.44210.3984
Hunter Lab51.393911.854023.7763
CIE-Lab58.427316.988836.3911

#ba804d color RGB value is (186,128,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 01001101
Octal 272 200 115
Decimal 186 128 77
Hex BA 80 4D

RGB Percentages of Color #ba804d

%47.57
%32.74
%19.69

CMYK Percentages of Color #ba804d

%0
%31
%59
%27

Triadic Colors of #ba804d

#ba804d #4dba80 #804dba

Analogous Colors of #ba804d

#ba804d #bab74d #ba4d51

Monochromatic Colors of #ba804d

#ba804d

Complementary Color

#ba804d #4d87ba

#ba804d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba804d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba804d Color CSS Codes

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

#ba804d Text Font Color

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

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


#ba804d Background Color

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

This div background color is #ba804d


#ba804d Border Color

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

This div border color is #ba804d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba804d


Comments

No comments written yet.

Please login to write comment.