Color Hex Logo

#ba534a Color Hex

#BA534A
(186,83,74)
0 Favorites   0 Comments

Color spaces of #ba534a

RGB 1868374
HSL0.010.450.51
HSV60°73°
CMYK 0.000.550.60   0.27
XYZ24.579017.12008.4876
Yxy17.12000.48980.3411
Hunter Lab41.376333.626816.8012
CIE-Lab48.410940.917625.6178

#ba534a color RGB value is (186,83,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 01001010
Octal 272 123 112
Decimal 186 83 74
Hex BA 53 4A

RGB Percentages of Color #ba534a

%54.23
%24.20
%21.57

CMYK Percentages of Color #ba534a

%0
%55
%60
%27

Triadic Colors of #ba534a

#ba534a #4aba53 #534aba

Analogous Colors of #ba534a

#ba534a #ba8b4a #ba4a79

Monochromatic Colors of #ba534a

#ba534a

Complementary Color

#ba534a #4ab1ba

#ba534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba534a Color CSS Codes

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

#ba534a Text Font Color

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

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


#ba534a Background Color

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

This div background color is #ba534a


#ba534a Border Color

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

This div border color is #ba534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba534a


Comments

No comments written yet.

Please login to write comment.