Color Hex Logo

#ba503c Color Hex

#BA503C
(186,80,60)
0 Favorites   0 Comments

Color spaces of #ba503c

RGB 1868060
HSL0.030.510.48
HSV10°68°73°
CMYK 0.000.570.68   0.27
XYZ23.934016.50276.1988
Yxy16.50270.51320.3539
Hunter Lab40.623534.075019.3893
CIE-Lab47.627241.484232.7632

#ba503c color RGB value is (186,80,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 00111100
Octal 272 120 74
Decimal 186 80 60
Hex BA 50 3C

RGB Percentages of Color #ba503c

%57.06
%24.54
%18.40

CMYK Percentages of Color #ba503c

%0
%57
%68
%27

Triadic Colors of #ba503c

#ba503c #3cba50 #503cba

Analogous Colors of #ba503c

#ba503c #ba8f3c #ba3c67

Monochromatic Colors of #ba503c

#ba503c

Complementary Color

#ba503c #3ca6ba

#ba503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba503c Color CSS Codes

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

#ba503c Text Font Color

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

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


#ba503c Background Color

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

This div background color is #ba503c


#ba503c Border Color

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

This div border color is #ba503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba503c


Comments

No comments written yet.

Please login to write comment.