Color Hex Logo

#ba755a Color Hex

#BA755A
(186,117,90)
0 Favorites   0 Comments

Color spaces of #ba755a

RGB 18611790
HSL0.050.410.54
HSV17°52°73°
CMYK 0.000.370.52   0.27
XYZ28.456523.899912.7862
Yxy23.89990.43680.3669
Hunter Lab48.887518.348318.7144
CIE-Lab55.987424.200326.1769

#ba755a color RGB value is (186,117,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 01011010
Octal 272 165 132
Decimal 186 117 90
Hex BA 75 5A

RGB Percentages of Color #ba755a

%47.33
%29.77
%22.90

CMYK Percentages of Color #ba755a

%0
%37
%52
%27

Triadic Colors of #ba755a

#ba755a #5aba75 #755aba

Analogous Colors of #ba755a

#ba755a #baa55a #ba5a6f

Monochromatic Colors of #ba755a

#ba755a

Complementary Color

#ba755a #5a9fba

#ba755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba755a Color CSS Codes

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

#ba755a Text Font Color

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

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


#ba755a Background Color

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

This div background color is #ba755a


#ba755a Border Color

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

This div border color is #ba755a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,117,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 #ba755a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba755a


Comments

No comments written yet.

Please login to write comment.