Color Hex Logo

#ba914b Color Hex

#BA914B
(186,145,75)
0 Favorites   0 Comments

Color spaces of #ba914b

RGB 18614575
HSL0.110.450.51
HSV38°60°73°
CMYK 0.000.220.60   0.27
XYZ31.645131.197911.0105
Yxy31.19790.42850.4224
Hunter Lab55.85513.384127.4109
CIE-Lab62.67437.431242.4676

#ba914b color RGB value is (186,145,75).

#ba914b hex color red value is 186, green value is 145 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba914b hue: 0.11 , saturation: 0.45 and the lightness value of ba914b is 0.51.

The process color (four color CMYK) of #ba914b color hex is 0.00, 0.22, 0.60, 0.27. Web safe color of #ba914b is #cc9933. Color #ba914b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010001 01001011
Octal 272 221 113
Decimal 186 145 75
Hex BA 91 4B

RGB Percentages of Color #ba914b

%45.81
%35.71
%18.47

CMYK Percentages of Color #ba914b

%0
%22
%60
%27

Triadic Colors of #ba914b

#ba914b #4bba91 #914bba

Analogous Colors of #ba914b

#ba914b #acba4b #ba5a4b

Monochromatic Colors of #ba914b

#ba914b

Complementary Color

#ba914b #4b74ba

#ba914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba914b Color CSS Codes

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

#ba914b Text Font Color

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

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


#ba914b Background Color

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

This div background color is #ba914b


#ba914b Border Color

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

This div border color is #ba914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba914b


Comments

No comments written yet.

Please login to write comment.