Color Hex Logo

#ba502e Color Hex

#BA502E
(186,80,46)
0 Favorites   0 Comments

Color spaces of #ba502e

RGB 1868046
HSL0.040.600.45
HSV15°75°73°
CMYK 0.000.570.75   0.27
XYZ23.611516.37374.5007
Yxy16.37370.53080.3681
Hunter Lab40.464433.344221.7305
CIE-Lab47.461040.776240.2637

#ba502e color RGB value is (186,80,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 00101110
Octal 272 120 56
Decimal 186 80 46
Hex BA 50 2E

RGB Percentages of Color #ba502e

%59.62
%25.64
%14.74

CMYK Percentages of Color #ba502e

%0
%57
%75
%27

Triadic Colors of #ba502e

#ba502e #2eba50 #502eba

Analogous Colors of #ba502e

#ba502e #ba962e #ba2e52

Monochromatic Colors of #ba502e

#ba502e

Complementary Color

#ba502e #2e98ba

#ba502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba502e Color CSS Codes

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

#ba502e Text Font Color

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

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


#ba502e Background Color

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

This div background color is #ba502e


#ba502e Border Color

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

This div border color is #ba502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba502e


Comments

No comments written yet.

Please login to write comment.