Color Hex Logo

#ba7315 Color Hex

#BA7315
(186,115,21)
0 Favorites   0 Comments

Color spaces of #ba7315

RGB 18611521
HSL0.090.800.41
HSV34°89°73°
CMYK 0.000.380.89   0.27
XYZ26.515822.75473.7040
Yxy22.75470.50050.4295
Hunter Lab47.701915.743628.7875
CIE-Lab54.818821.453957.2975

#ba7315 color RGB value is (186,115,21).

#ba7315 hex color red value is 186, green value is 115 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ba7315 hue: 0.09 , saturation: 0.80 and the lightness value of ba7315 is 0.41.

The process color (four color CMYK) of #ba7315 color hex is 0.00, 0.38, 0.89, 0.27. Web safe color of #ba7315 is #cc6600. Color #ba7315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 00010101
Octal 272 163 25
Decimal 186 115 21
Hex BA 73 15

RGB Percentages of Color #ba7315

%57.76
%35.71
%6.52

CMYK Percentages of Color #ba7315

%0
%38
%89
%27

Triadic Colors of #ba7315

#ba7315 #15ba73 #7315ba

Analogous Colors of #ba7315

#ba7315 #afba15 #ba2115

Monochromatic Colors of #ba7315

#ba7315

Complementary Color

#ba7315 #155cba

#ba7315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7315 Color CSS Codes

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

#ba7315 Text Font Color

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

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


#ba7315 Background Color

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

This div background color is #ba7315


#ba7315 Border Color

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

This div border color is #ba7315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7315


Comments

No comments written yet.

Please login to write comment.