Color Hex Logo

#ba8b22 Color Hex

#BA8B22
(186,139,34)
0 Favorites   0 Comments

Color spaces of #ba8b22

RGB 18613934
HSL0.120.690.43
HSV41°82°73°
CMYK 0.000.250.82   0.27
XYZ29.771129.01985.5457
Yxy29.01980.46270.4511
Hunter Lab53.87004.374931.6054
CIE-Lab60.79918.533858.2763

#ba8b22 color RGB value is (186,139,34).

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

The process color (four color CMYK) of #ba8b22 color hex is 0.00, 0.25, 0.82, 0.27. Web safe color of #ba8b22 is #cc9933. Color #ba8b22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001011 00100010
Octal 272 213 42
Decimal 186 139 34
Hex BA 8B 22

RGB Percentages of Color #ba8b22

%51.81
%38.72
%9.47

CMYK Percentages of Color #ba8b22

%0
%25
%82
%27

Triadic Colors of #ba8b22

#ba8b22 #22ba8b #8b22ba

Analogous Colors of #ba8b22

#ba8b22 #9dba22 #ba3f22

Monochromatic Colors of #ba8b22

#ba8b22

Complementary Color

#ba8b22 #2251ba

#ba8b22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8b22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8b22 Color CSS Codes

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

#ba8b22 Text Font Color

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

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


#ba8b22 Background Color

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

This div background color is #ba8b22


#ba8b22 Border Color

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

This div border color is #ba8b22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8b22


Comments

No comments written yet.

Please login to write comment.