Color Hex Logo

#ba914d Color Hex

#BA914D
(186,145,77)
0 Favorites   0 Comments

Color spaces of #ba914d

RGB 18614577
HSL0.100.440.52
HSV37°59°73°
CMYK 0.000.220.59   0.27
XYZ31.714731.225711.3768
Yxy31.22570.42670.4202
Hunter Lab55.88003.517827.0449
CIE-Lab62.69777.584441.4859

#ba914d color RGB value is (186,145,77).

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

The process color (four color CMYK) of #ba914d color hex is 0.00, 0.22, 0.59, 0.27. Web safe color of #ba914d is #cc9966. Color #ba914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010001 01001101
Octal 272 221 115
Decimal 186 145 77
Hex BA 91 4D

RGB Percentages of Color #ba914d

%45.59
%35.54
%18.87

CMYK Percentages of Color #ba914d

%0
%22
%59
%27

Triadic Colors of #ba914d

#ba914d #4dba91 #914dba

Analogous Colors of #ba914d

#ba914d #adba4d #ba5b4d

Monochromatic Colors of #ba914d

#ba914d

Complementary Color

#ba914d #4d76ba

#ba914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba914d Color CSS Codes

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

#ba914d Text Font Color

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

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


#ba914d Background Color

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

This div background color is #ba914d


#ba914d Border Color

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

This div border color is #ba914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba914d


Comments

No comments written yet.

Please login to write comment.