Color Hex Logo

#ba516a Color Hex

#BA516A
(186,81,106)
0 Favorites   0 Comments

Color spaces of #ba516a

RGB 18681106
HSL0.960.430.52
HSV346°56°73°
CMYK 0.000.560.43   0.27
XYZ25.793617.364615.6279
Yxy17.36460.43880.2954
Hunter Lab41.670937.56476.9340
CIE-Lab48.716244.76476.8643

#ba516a color RGB value is (186,81,106).

#ba516a hex color red value is 186, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba516a hue: 0.96 , saturation: 0.43 and the lightness value of ba516a is 0.52.

The process color (four color CMYK) of #ba516a color hex is 0.00, 0.56, 0.43, 0.27. Web safe color of #ba516a is #cc6666. Color #ba516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 01101010
Octal 272 121 152
Decimal 186 81 106
Hex BA 51 6A

RGB Percentages of Color #ba516a

%49.87
%21.72
%28.42

CMYK Percentages of Color #ba516a

%0
%56
%43
%27

Triadic Colors of #ba516a

#ba516a #6aba51 #516aba

Analogous Colors of #ba516a

#ba516a #ba6d51 #ba519f

Monochromatic Colors of #ba516a

#ba516a

Complementary Color

#ba516a #51baa1

#ba516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba516a Color CSS Codes

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

#ba516a Text Font Color

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

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


#ba516a Background Color

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

This div background color is #ba516a


#ba516a Border Color

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

This div border color is #ba516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba516a


Comments

No comments written yet.

Please login to write comment.