Color Hex Logo

#ba5711 Color Hex

#BA5711
(186,87,17)
0 Favorites   0 Comments

Color spaces of #ba5711

RGB 1868717
HSL0.070.830.40
HSV25°91°73°
CMYK 0.000.530.91   0.27
XYZ23.759117.29602.6165
Yxy17.29600.54400.3960
Hunter Lab41.588529.195625.3817
CIE-Lab48.630936.387353.7182

#ba5711 color RGB value is (186,87,17).

#ba5711 hex color red value is 186, green value is 87 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ba5711 hue: 0.07 , saturation: 0.83 and the lightness value of ba5711 is 0.40.

The process color (four color CMYK) of #ba5711 color hex is 0.00, 0.53, 0.91, 0.27. Web safe color of #ba5711 is #cc6600. Color #ba5711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 00010001
Octal 272 127 21
Decimal 186 87 17
Hex BA 57 11

RGB Percentages of Color #ba5711

%64.14
%30.00
%5.86

CMYK Percentages of Color #ba5711

%0
%53
%91
%27

Triadic Colors of #ba5711

#ba5711 #11ba57 #5711ba

Analogous Colors of #ba5711

#ba5711 #baac11 #ba111f

Monochromatic Colors of #ba5711

#ba5711

Complementary Color

#ba5711 #1174ba

#ba5711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5711 Color CSS Codes

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

#ba5711 Text Font Color

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

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


#ba5711 Background Color

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

This div background color is #ba5711


#ba5711 Border Color

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

This div border color is #ba5711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5711


Comments

No comments written yet.

Please login to write comment.