Color Hex Logo

#ba6409 Color Hex

#BA6409
(186,100,9)
0 Favorites   0 Comments

Color spaces of #ba6409

RGB 1861009
HSL0.090.910.38
HSV31°95°73°
CMYK 0.000.460.95   0.27
XYZ24.856219.57322.7264
Yxy19.57320.52710.4151
Hunter Lab44.241622.863627.3154
CIE-Lab51.351229.436957.6114

#ba6409 color RGB value is (186,100,9).

#ba6409 hex color red value is 186, green value is 100 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ba6409 hue: 0.09 , saturation: 0.91 and the lightness value of ba6409 is 0.38.

The process color (four color CMYK) of #ba6409 color hex is 0.00, 0.46, 0.95, 0.27. Web safe color of #ba6409 is #cc6600. Color #ba6409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 00001001
Octal 272 144 11
Decimal 186 100 9
Hex BA 64 9

RGB Percentages of Color #ba6409

%63.05
%33.90
%3.05

CMYK Percentages of Color #ba6409

%0
%46
%95
%27

Triadic Colors of #ba6409

#ba6409 #09ba64 #6409ba

Analogous Colors of #ba6409

#ba6409 #b8ba09 #ba0b09

Monochromatic Colors of #ba6409

#ba6409

Complementary Color

#ba6409 #095fba

#ba6409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6409 Color CSS Codes

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

#ba6409 Text Font Color

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

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


#ba6409 Background Color

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

This div background color is #ba6409


#ba6409 Border Color

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

This div border color is #ba6409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6409


Comments

No comments written yet.

Please login to write comment.