Color Hex Logo

#ba804f Color Hex

#BA804F
(186,128,79)
0 Favorites   0 Comments

Color spaces of #ba804f

RGB 18612879
HSL0.080.440.52
HSV27°58°73°
CMYK 0.000.310.58   0.27
XYZ29.380226.442010.9524
Yxy26.44200.44000.3960
Hunter Lab51.421811.999123.3670
CIE-Lab58.454217.148235.3558

#ba804f color RGB value is (186,128,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 01001111
Octal 272 200 117
Decimal 186 128 79
Hex BA 80 4F

RGB Percentages of Color #ba804f

%47.33
%32.57
%20.10

CMYK Percentages of Color #ba804f

%0
%31
%58
%27

Triadic Colors of #ba804f

#ba804f #4fba80 #804fba

Analogous Colors of #ba804f

#ba804f #bab64f #ba4f54

Monochromatic Colors of #ba804f

#ba804f

Complementary Color

#ba804f #4f89ba

#ba804f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba804f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba804f Color CSS Codes

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

#ba804f Text Font Color

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

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


#ba804f Background Color

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

This div background color is #ba804f


#ba804f Border Color

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

This div border color is #ba804f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba804f


Comments

No comments written yet.

Please login to write comment.