Color Hex Logo

#ba6813 Color Hex

#BA6813
(186,104,19)
0 Favorites   0 Comments

Color spaces of #ba6813

RGB 18610419
HSL0.080.810.40
HSV31°90°73°
CMYK 0.000.440.90   0.27
XYZ25.317620.38673.2167
Yxy20.38670.51750.4167
Hunter Lab45.151621.073927.3822
CIE-Lab52.271627.435855.8824

#ba6813 color RGB value is (186,104,19).

#ba6813 hex color red value is 186, green value is 104 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ba6813 hue: 0.08 , saturation: 0.81 and the lightness value of ba6813 is 0.40.

The process color (four color CMYK) of #ba6813 color hex is 0.00, 0.44, 0.90, 0.27. Web safe color of #ba6813 is #cc6600. Color #ba6813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 00010011
Octal 272 150 23
Decimal 186 104 19
Hex BA 68 13

RGB Percentages of Color #ba6813

%60.19
%33.66
%6.15

CMYK Percentages of Color #ba6813

%0
%44
%90
%27

Triadic Colors of #ba6813

#ba6813 #13ba68 #6813ba

Analogous Colors of #ba6813

#ba6813 #b9ba13 #ba1513

Monochromatic Colors of #ba6813

#ba6813

Complementary Color

#ba6813 #1365ba

#ba6813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6813 Color CSS Codes

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

#ba6813 Text Font Color

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

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


#ba6813 Background Color

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

This div background color is #ba6813


#ba6813 Border Color

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

This div border color is #ba6813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6813


Comments

No comments written yet.

Please login to write comment.