Color Hex Logo

#ba764a Color Hex

#BA764A
(186,118,74)
0 Favorites   0 Comments

Color spaces of #ba764a

RGB 18611874
HSL0.070.450.51
HSV24°60°73°
CMYK 0.000.370.60   0.27
XYZ27.964223.89049.6160
Yxy23.89040.45490.3886
Hunter Lab48.877816.588122.5500
CIE-Lab55.977922.301335.0346

#ba764a color RGB value is (186,118,74).

#ba764a hex color red value is 186, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba764a hue: 0.07 , saturation: 0.45 and the lightness value of ba764a is 0.51.

The process color (four color CMYK) of #ba764a color hex is 0.00, 0.37, 0.60, 0.27. Web safe color of #ba764a is #cc6633. Color #ba764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 01001010
Octal 272 166 112
Decimal 186 118 74
Hex BA 76 4A

RGB Percentages of Color #ba764a

%49.21
%31.22
%19.58

CMYK Percentages of Color #ba764a

%0
%37
%60
%27

Triadic Colors of #ba764a

#ba764a #4aba76 #764aba

Analogous Colors of #ba764a

#ba764a #baae4a #ba4a56

Monochromatic Colors of #ba764a

#ba764a

Complementary Color

#ba764a #4a8eba

#ba764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba764a Color CSS Codes

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

#ba764a Text Font Color

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

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


#ba764a Background Color

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

This div background color is #ba764a


#ba764a Border Color

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

This div border color is #ba764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba764a


Comments

No comments written yet.

Please login to write comment.