Color Hex Logo

#ba904b Color Hex

#BA904B
(186,144,75)
0 Favorites   0 Comments

Color spaces of #ba904b

RGB 18614475
HSL0.100.450.51
HSV37°60°73°
CMYK 0.000.230.60   0.27
XYZ31.493030.893610.9598
Yxy30.89360.42940.4212
Hunter Lab55.58203.870327.2165
CIE-Lab62.41777.981342.1684

#ba904b color RGB value is (186,144,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 01001011
Octal 272 220 113
Decimal 186 144 75
Hex BA 90 4B

RGB Percentages of Color #ba904b

%45.93
%35.56
%18.52

CMYK Percentages of Color #ba904b

%0
%23
%60
%27

Triadic Colors of #ba904b

#ba904b #4bba90 #904bba

Analogous Colors of #ba904b

#ba904b #adba4b #ba594b

Monochromatic Colors of #ba904b

#ba904b

Complementary Color

#ba904b #4b75ba

#ba904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba904b Color CSS Codes

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

#ba904b Text Font Color

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

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


#ba904b Background Color

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

This div background color is #ba904b


#ba904b Border Color

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

This div border color is #ba904b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,144,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 #ba904b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba904b


Comments

No comments written yet.

Please login to write comment.