Color Hex Logo

#ba923a Color Hex

#BA923A
(186,146,58)
0 Favorites   0 Comments

Color spaces of #ba923a

RGB 18614658
HSL0.110.520.48
HSV41°69°73°
CMYK 0.000.220.69   0.27
XYZ31.292331.30248.3957
Yxy31.30240.44080.4409
Hunter Lab55.94851.926030.2669
CIE-Lab62.76215.760450.6707

#ba923a color RGB value is (186,146,58).

#ba923a hex color red value is 186, green value is 146 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba923a hue: 0.11 , saturation: 0.52 and the lightness value of ba923a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 00111010
Octal 272 222 72
Decimal 186 146 58
Hex BA 92 3A

RGB Percentages of Color #ba923a

%47.69
%37.44
%14.87

CMYK Percentages of Color #ba923a

%0
%22
%69
%27

Triadic Colors of #ba923a

#ba923a #3aba92 #923aba

Analogous Colors of #ba923a

#ba923a #a2ba3a #ba523a

Monochromatic Colors of #ba923a

#ba923a

Complementary Color

#ba923a #3a62ba

#ba923a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba923a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba923a Color CSS Codes

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

#ba923a Text Font Color

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

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


#ba923a Background Color

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

This div background color is #ba923a


#ba923a Border Color

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

This div border color is #ba923a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba923a


Comments

No comments written yet.

Please login to write comment.