Color Hex Logo

#ba802e Color Hex

#BA802E
(186,128,46)
0 Favorites   0 Comments

Color spaces of #ba802e

RGB 18612846
HSL0.100.600.45
HSV35°75°73°
CMYK 0.000.310.75   0.27
XYZ28.462026.07476.1176
Yxy26.07470.46920.4299
Hunter Lab51.063410.132428.6412
CIE-Lab58.107915.081951.1708

#ba802e color RGB value is (186,128,46).

#ba802e hex color red value is 186, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ba802e hue: 0.10 , saturation: 0.60 and the lightness value of ba802e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 00101110
Octal 272 200 56
Decimal 186 128 46
Hex BA 80 2E

RGB Percentages of Color #ba802e

%51.67
%35.56
%12.78

CMYK Percentages of Color #ba802e

%0
%31
%75
%27

Triadic Colors of #ba802e

#ba802e #2eba80 #802eba

Analogous Colors of #ba802e

#ba802e #aeba2e #ba3a2e

Monochromatic Colors of #ba802e

#ba802e

Complementary Color

#ba802e #2e68ba

#ba802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba802e Color CSS Codes

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

#ba802e Text Font Color

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

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


#ba802e Background Color

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

This div background color is #ba802e


#ba802e Border Color

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

This div border color is #ba802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba802e


Comments

No comments written yet.

Please login to write comment.