Color Hex Logo

#ba802f Color Hex

#BA802F
(186,128,47)
0 Favorites   0 Comments

Color spaces of #ba802f

RGB 18612847
HSL0.100.600.46
HSV35°75°73°
CMYK 0.000.310.75   0.27
XYZ28.482026.08276.2226
Yxy26.08270.46860.4291
Hunter Lab51.071210.173328.5259
CIE-Lab58.115515.127650.7481

#ba802f color RGB value is (186,128,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 00101111
Octal 272 200 57
Decimal 186 128 47
Hex BA 80 2F

RGB Percentages of Color #ba802f

%51.52
%35.46
%13.02

CMYK Percentages of Color #ba802f

%0
%31
%75
%27

Triadic Colors of #ba802f

#ba802f #2fba80 #802fba

Analogous Colors of #ba802f

#ba802f #afba2f #ba3b2f

Monochromatic Colors of #ba802f

#ba802f

Complementary Color

#ba802f #2f69ba

#ba802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba802f Color CSS Codes

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

#ba802f Text Font Color

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

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


#ba802f Background Color

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

This div background color is #ba802f


#ba802f Border Color

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

This div border color is #ba802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba802f


Comments

No comments written yet.

Please login to write comment.