Color Hex Logo

#ba504a Color Hex

#BA504A
(186,80,74)
0 Favorites   0 Comments

Color spaces of #ba504a

RGB 1868074
HSL0.010.450.51
HSV60°73°
CMYK 0.000.570.60   0.27
XYZ24.354416.67088.4127
Yxy16.67080.49260.3372
Hunter Lab40.829935.020216.3647
CIE-Lab47.842542.394124.8899

#ba504a color RGB value is (186,80,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01001010
Octal 272 120 112
Decimal 186 80 74
Hex BA 50 4A

RGB Percentages of Color #ba504a

%54.71
%23.53
%21.76

CMYK Percentages of Color #ba504a

%0
%57
%60
%27

Triadic Colors of #ba504a

#ba504a #4aba50 #504aba

Analogous Colors of #ba504a

#ba504a #ba884a #ba4a7c

Monochromatic Colors of #ba504a

#ba504a

Complementary Color

#ba504a #4ab4ba

#ba504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba504a Color CSS Codes

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

#ba504a Text Font Color

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

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


#ba504a Background Color

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

This div background color is #ba504a


#ba504a Border Color

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

This div border color is #ba504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba504a


Comments

No comments written yet.

Please login to write comment.