Color Hex Logo

#ba803a Color Hex

#BA803A
(186,128,58)
0 Favorites   0 Comments

Color spaces of #ba803a

RGB 18612858
HSL0.090.520.48
HSV33°69°73°
CMYK 0.000.310.69   0.27
XYZ28.732626.18297.5424
Yxy26.18290.46000.4192
Hunter Lab51.169210.685427.0790
CIE-Lab58.210315.697545.8103

#ba803a color RGB value is (186,128,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 00111010
Octal 272 200 72
Decimal 186 128 58
Hex BA 80 3A

RGB Percentages of Color #ba803a

%50.00
%34.41
%15.59

CMYK Percentages of Color #ba803a

%0
%31
%69
%27

Triadic Colors of #ba803a

#ba803a #3aba80 #803aba

Analogous Colors of #ba803a

#ba803a #b4ba3a #ba403a

Monochromatic Colors of #ba803a

#ba803a

Complementary Color

#ba803a #3a74ba

#ba803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba803a Color CSS Codes

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

#ba803a Text Font Color

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

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


#ba803a Background Color

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

This div background color is #ba803a


#ba803a Border Color

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

This div border color is #ba803a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,128,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 #ba803a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba803a


Comments

No comments written yet.

Please login to write comment.