Color Hex Logo

#ba516d Color Hex

#BA516D
(186,81,109)
0 Favorites   0 Comments

Color spaces of #ba516d

RGB 18681109
HSL0.960.430.52
HSV344°56°73°
CMYK 0.000.560.41   0.27
XYZ25.952417.428116.4641
Yxy17.42810.43370.2912
Hunter Lab41.747037.90905.8402
CIE-Lab48.795045.08815.1649

#ba516d color RGB value is (186,81,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 01101101
Octal 272 121 155
Decimal 186 81 109
Hex BA 51 6D

RGB Percentages of Color #ba516d

%49.47
%21.54
%28.99

CMYK Percentages of Color #ba516d

%0
%56
%41
%27

Triadic Colors of #ba516d

#ba516d #6dba51 #516dba

Analogous Colors of #ba516d

#ba516d #ba6a51 #ba51a2

Monochromatic Colors of #ba516d

#ba516d

Complementary Color

#ba516d #51ba9e

#ba516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba516d Color CSS Codes

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

#ba516d Text Font Color

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

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


#ba516d Background Color

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

This div background color is #ba516d


#ba516d Border Color

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

This div border color is #ba516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba516d

#ba516d Color Palettes


Comments

No comments written yet.

Please login to write comment.