Color Hex Logo

#ba775a Color Hex

#BA775A
(186,119,90)
0 Favorites   0 Comments

Color spaces of #ba775a

RGB 18611990
HSL0.050.410.54
HSV18°52°73°
CMYK 0.000.360.52   0.27
XYZ28.692024.370912.8647
Yxy24.37090.43520.3697
Hunter Lab49.366917.352019.1062
CIE-Lab56.457223.095426.7869

#ba775a color RGB value is (186,119,90).

#ba775a hex color red value is 186, green value is 119 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba775a hue: 0.05 , saturation: 0.41 and the lightness value of ba775a is 0.54.

The process color (four color CMYK) of #ba775a color hex is 0.00, 0.36, 0.52, 0.27. Web safe color of #ba775a is #cc6666. Color #ba775a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 01011010
Octal 272 167 132
Decimal 186 119 90
Hex BA 77 5A

RGB Percentages of Color #ba775a

%47.09
%30.13
%22.78

CMYK Percentages of Color #ba775a

%0
%36
%52
%27

Triadic Colors of #ba775a

#ba775a #5aba77 #775aba

Analogous Colors of #ba775a

#ba775a #baa75a #ba5a6d

Monochromatic Colors of #ba775a

#ba775a

Complementary Color

#ba775a #5a9dba

#ba775a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba775a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba775a Color CSS Codes

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

#ba775a Text Font Color

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

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


#ba775a Background Color

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

This div background color is #ba775a


#ba775a Border Color

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

This div border color is #ba775a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba775a


Comments

No comments written yet.

Please login to write comment.