Color Hex Logo

#ba9223 Color Hex

#BA9223
(186,146,35)
0 Favorites   0 Comments

Color spaces of #ba9223

RGB 18614635
HSL0.120.680.43
HSV44°81°73°
CMYK 0.000.220.81   0.27
XYZ30.832031.11825.9715
Yxy31.11820.45390.4581
Hunter Lab55.78371.036632.7017
CIE-Lab62.60734.726459.5431

#ba9223 color RGB value is (186,146,35).

#ba9223 hex color red value is 186, green value is 146 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ba9223 hue: 0.12 , saturation: 0.68 and the lightness value of ba9223 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 00100011
Octal 272 222 43
Decimal 186 146 35
Hex BA 92 23

RGB Percentages of Color #ba9223

%50.68
%39.78
%9.54

CMYK Percentages of Color #ba9223

%0
%22
%81
%27

Triadic Colors of #ba9223

#ba9223 #23ba92 #9223ba

Analogous Colors of #ba9223

#ba9223 #97ba23 #ba4723

Monochromatic Colors of #ba9223

#ba9223

Complementary Color

#ba9223 #234bba

#ba9223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9223 Color CSS Codes

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

#ba9223 Text Font Color

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

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


#ba9223 Background Color

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

This div background color is #ba9223


#ba9223 Border Color

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

This div border color is #ba9223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9223


Comments

No comments written yet.

Please login to write comment.