Color Hex Logo

#ba521f Color Hex

#BA521F
(186,82,31)
0 Favorites   0 Comments

Color spaces of #ba521f

RGB 1868231
HSL0.050.710.43
HSV20°83°73°
CMYK 0.000.560.83   0.27
XYZ23.514316.57263.2558
Yxy16.57260.54250.3824
Hunter Lab40.709531.862323.7548
CIE-Lab47.716939.241147.7800

#ba521f color RGB value is (186,82,31).

#ba521f hex color red value is 186, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ba521f hue: 0.05 , saturation: 0.71 and the lightness value of ba521f is 0.43.

The process color (four color CMYK) of #ba521f color hex is 0.00, 0.56, 0.83, 0.27. Web safe color of #ba521f is #cc6633. Color #ba521f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010010 00011111
Octal 272 122 37
Decimal 186 82 31
Hex BA 52 1F

RGB Percentages of Color #ba521f

%62.21
%27.42
%10.37

CMYK Percentages of Color #ba521f

%0
%56
%83
%27

Triadic Colors of #ba521f

#ba521f #1fba52 #521fba

Analogous Colors of #ba521f

#ba521f #baa01f #ba1f39

Monochromatic Colors of #ba521f

#ba521f

Complementary Color

#ba521f #1f87ba

#ba521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba521f Color CSS Codes

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

#ba521f Text Font Color

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

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


#ba521f Background Color

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

This div background color is #ba521f


#ba521f Border Color

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

This div border color is #ba521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba521f


Comments

No comments written yet.

Please login to write comment.