Color Hex Logo

#ba512f Color Hex

#BA512F
(186,81,47)
0 Favorites   0 Comments

Color spaces of #ba512f

RGB 1868147
HSL0.040.600.46
HSV15°75°73°
CMYK 0.000.560.75   0.27
XYZ23.705216.52924.6304
Yxy16.52920.52840.3684
Hunter Lab40.656132.929121.7066
CIE-Lab47.661340.328239.9510

#ba512f color RGB value is (186,81,47).

#ba512f hex color red value is 186, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ba512f hue: 0.04 , saturation: 0.60 and the lightness value of ba512f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 00101111
Octal 272 121 57
Decimal 186 81 47
Hex BA 51 2F

RGB Percentages of Color #ba512f

%59.24
%25.80
%14.97

CMYK Percentages of Color #ba512f

%0
%56
%75
%27

Triadic Colors of #ba512f

#ba512f #2fba51 #512fba

Analogous Colors of #ba512f

#ba512f #ba972f #ba2f52

Monochromatic Colors of #ba512f

#ba512f

Complementary Color

#ba512f #2f98ba

#ba512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba512f Color CSS Codes

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

#ba512f Text Font Color

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

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


#ba512f Background Color

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

This div background color is #ba512f


#ba512f Border Color

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

This div border color is #ba512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba512f

#ba512f Color Palettes


Comments

No comments written yet.

Please login to write comment.