Color Hex Logo

#ba925e Color Hex

#BA925E
(186,146,94)
0 Favorites   0 Comments

Color spaces of #ba925e

RGB 18614694
HSL0.090.400.55
HSV34°49°73°
CMYK 0.000.220.49   0.27
XYZ32.549031.805015.0131
Yxy31.80500.41010.4007
Hunter Lab56.39594.328723.6936
CIE-Lab63.18148.514333.1959

#ba925e color RGB value is (186,146,94).

#ba925e hex color red value is 186, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba925e hue: 0.09 , saturation: 0.40 and the lightness value of ba925e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 01011110
Octal 272 222 136
Decimal 186 146 94
Hex BA 92 5E

RGB Percentages of Color #ba925e

%43.66
%34.27
%22.07

CMYK Percentages of Color #ba925e

%0
%22
%49
%27

Triadic Colors of #ba925e

#ba925e #5eba92 #925eba

Analogous Colors of #ba925e

#ba925e #b4ba5e #ba645e

Monochromatic Colors of #ba925e

#ba925e

Complementary Color

#ba925e #5e86ba

#ba925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba925e Color CSS Codes

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

#ba925e Text Font Color

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

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


#ba925e Background Color

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

This div background color is #ba925e


#ba925e Border Color

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

This div border color is #ba925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba925e


Comments

No comments written yet.

Please login to write comment.