Color Hex Logo

#ba614e Color Hex

#BA614E
(186,97,78)
0 Favorites   0 Comments

Color spaces of #ba614e

RGB 1869778
HSL0.030.440.52
HSV11°58°73°
CMYK 0.000.480.58   0.27
XYZ25.899519.53869.6140
Yxy19.53860.47050.3549
Hunter Lab44.202527.233918.0462
CIE-Lab51.311534.020526.9952

#ba614e color RGB value is (186,97,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 01001110
Octal 272 141 116
Decimal 186 97 78
Hex BA 61 4E

RGB Percentages of Color #ba614e

%51.52
%26.87
%21.61

CMYK Percentages of Color #ba614e

%0
%48
%58
%27

Triadic Colors of #ba614e

#ba614e #4eba61 #614eba

Analogous Colors of #ba614e

#ba614e #ba974e #ba4e71

Monochromatic Colors of #ba614e

#ba614e

Complementary Color

#ba614e #4ea7ba

#ba614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba614e Color CSS Codes

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

#ba614e Text Font Color

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

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


#ba614e Background Color

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

This div background color is #ba614e


#ba614e Border Color

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

This div border color is #ba614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba614e


Comments

No comments written yet.

Please login to write comment.