Color Hex Logo

#ba512b Color Hex

#BA512B
(186,81,43)
0 Favorites   0 Comments

Color spaces of #ba512b

RGB 1868143
HSL0.040.620.45
HSV16°77°73°
CMYK 0.000.560.77   0.27
XYZ23.628216.49844.2247
Yxy16.49840.53280.3720
Hunter Lab40.618232.754122.2660
CIE-Lab47.621740.157641.9843

#ba512b color RGB value is (186,81,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 00101011
Octal 272 121 53
Decimal 186 81 43
Hex BA 51 2B

RGB Percentages of Color #ba512b

%60.00
%26.13
%13.87

CMYK Percentages of Color #ba512b

%0
%56
%77
%27

Triadic Colors of #ba512b

#ba512b #2bba51 #512bba

Analogous Colors of #ba512b

#ba512b #ba992b #ba2b4c

Monochromatic Colors of #ba512b

#ba512b

Complementary Color

#ba512b #2b94ba

#ba512b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba512b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba512b Color CSS Codes

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

#ba512b Text Font Color

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

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


#ba512b Background Color

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

This div background color is #ba512b


#ba512b Border Color

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

This div border color is #ba512b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba512b


Comments

No comments written yet.

Please login to write comment.