Color Hex Logo

#ba533a Color Hex

#BA533A
(186,83,58)
0 Favorites   0 Comments

Color spaces of #ba533a

RGB 1868358
HSL0.030.520.48
HSV12°69°73°
CMYK 0.000.550.69   0.27
XYZ24.106716.93116.0005
Yxy16.93110.51250.3599
Hunter Lab41.147432.568320.1570
CIE-Lab48.173139.888934.5337

#ba533a color RGB value is (186,83,58).

#ba533a hex color red value is 186, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba533a hue: 0.03 , saturation: 0.52 and the lightness value of ba533a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 00111010
Octal 272 123 72
Decimal 186 83 58
Hex BA 53 3A

RGB Percentages of Color #ba533a

%56.88
%25.38
%17.74

CMYK Percentages of Color #ba533a

%0
%55
%69
%27

Triadic Colors of #ba533a

#ba533a #3aba53 #533aba

Analogous Colors of #ba533a

#ba533a #ba933a #ba3a61

Monochromatic Colors of #ba533a

#ba533a

Complementary Color

#ba533a #3aa1ba

#ba533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba533a Color CSS Codes

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

#ba533a Text Font Color

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

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


#ba533a Background Color

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

This div background color is #ba533a


#ba533a Border Color

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

This div border color is #ba533a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba533a


Comments

No comments written yet.

Please login to write comment.