Color Hex Logo

#ba925a Color Hex

#BA925A
(186,146,90)
0 Favorites   0 Comments

Color spaces of #ba925a

RGB 18614690
HSL0.100.410.54
HSV35°52°73°
CMYK 0.000.220.52   0.27
XYZ32.374031.735114.0920
Yxy31.73510.41400.4058
Hunter Lab56.33393.996124.6023
CIE-Lab63.12338.136435.2536

#ba925a color RGB value is (186,146,90).

#ba925a hex color red value is 186, green value is 146 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba925a hue: 0.10 , saturation: 0.41 and the lightness value of ba925a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 01011010
Octal 272 222 132
Decimal 186 146 90
Hex BA 92 5A

RGB Percentages of Color #ba925a

%44.08
%34.60
%21.33

CMYK Percentages of Color #ba925a

%0
%22
%52
%27

Triadic Colors of #ba925a

#ba925a #5aba92 #925aba

Analogous Colors of #ba925a

#ba925a #b2ba5a #ba625a

Monochromatic Colors of #ba925a

#ba925a

Complementary Color

#ba925a #5a82ba

#ba925a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba925a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba925a Color CSS Codes

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

#ba925a Text Font Color

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

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


#ba925a Background Color

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

This div background color is #ba925a


#ba925a Border Color

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

This div border color is #ba925a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba925a


Comments

No comments written yet.

Please login to write comment.