Color Hex Logo

#ba581c Color Hex

#BA581C
(186,88,28)
0 Favorites   0 Comments

Color spaces of #ba581c

RGB 1868828
HSL0.060.740.42
HSV23°85°73°
CMYK 0.000.530.85   0.27
XYZ23.949017.50243.2147
Yxy17.50240.53620.3918
Hunter Lab41.835928.969824.7292
CIE-Lab48.886936.120550.0595

#ba581c color RGB value is (186,88,28).

#ba581c hex color red value is 186, green value is 88 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ba581c hue: 0.06 , saturation: 0.74 and the lightness value of ba581c is 0.42.

The process color (four color CMYK) of #ba581c color hex is 0.00, 0.53, 0.85, 0.27. Web safe color of #ba581c is #cc6633. Color #ba581c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 00011100
Octal 272 130 34
Decimal 186 88 28
Hex BA 58 1C

RGB Percentages of Color #ba581c

%61.59
%29.14
%9.27

CMYK Percentages of Color #ba581c

%0
%53
%85
%27

Triadic Colors of #ba581c

#ba581c #1cba58 #581cba

Analogous Colors of #ba581c

#ba581c #baa71c #ba1c2f

Monochromatic Colors of #ba581c

#ba581c

Complementary Color

#ba581c #1c7eba

#ba581c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba581c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba581c Color CSS Codes

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

#ba581c Text Font Color

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

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


#ba581c Background Color

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

This div background color is #ba581c


#ba581c Border Color

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

This div border color is #ba581c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba581c


Comments

No comments written yet.

Please login to write comment.