Color Hex Logo

#ba504f Color Hex

#BA504F
(186,80,79)
0 Favorites   0 Comments

Color spaces of #ba504f

RGB 1868079
HSL0.000.440.52
HSV58°73°
CMYK 0.000.570.58   0.27
XYZ24.529616.74099.3356
Yxy16.74090.48470.3308
Hunter Lab40.915635.411315.1129
CIE-Lab47.931942.768722.0365

#ba504f color RGB value is (186,80,79).

#ba504f hex color red value is 186, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ba504f hue: 0.00 , saturation: 0.44 and the lightness value of ba504f is 0.52.

The process color (four color CMYK) of #ba504f color hex is 0.00, 0.57, 0.58, 0.27. Web safe color of #ba504f is #cc6666. Color #ba504f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 01001111
Octal 272 120 117
Decimal 186 80 79
Hex BA 50 4F

RGB Percentages of Color #ba504f

%53.91
%23.19
%22.90

CMYK Percentages of Color #ba504f

%0
%57
%58
%27

Triadic Colors of #ba504f

#ba504f #4fba50 #504fba

Analogous Colors of #ba504f

#ba504f #ba864f #ba4f84

Monochromatic Colors of #ba504f

#ba504f

Complementary Color

#ba504f #4fb9ba

#ba504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba504f Color CSS Codes

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

#ba504f Text Font Color

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

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


#ba504f Background Color

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

This div background color is #ba504f


#ba504f Border Color

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

This div border color is #ba504f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba504f


Comments

No comments written yet.

Please login to write comment.