Color Hex Logo

#ba580a Color Hex

#BA580A
(186,88,10)
0 Favorites   0 Comments

Color spaces of #ba580a

RGB 1868810
HSL0.070.900.38
HSV27°95°73°
CMYK 0.000.530.95   0.27
XYZ23.794217.44052.3994
Yxy17.44050.54530.3997
Hunter Lab41.761828.618925.8268
CIE-Lab48.810335.768755.6702

#ba580a color RGB value is (186,88,10).

#ba580a hex color red value is 186, green value is 88 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba580a hue: 0.07 , saturation: 0.90 and the lightness value of ba580a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 00001010
Octal 272 130 12
Decimal 186 88 10
Hex BA 58 A

RGB Percentages of Color #ba580a

%65.49
%30.99
%3.52

CMYK Percentages of Color #ba580a

%0
%53
%95
%27

Triadic Colors of #ba580a

#ba580a #0aba58 #580aba

Analogous Colors of #ba580a

#ba580a #bab00a #ba0a14

Monochromatic Colors of #ba580a

#ba580a

Complementary Color

#ba580a #0a6cba

#ba580a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba580a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba580a Color CSS Codes

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

#ba580a Text Font Color

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

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


#ba580a Background Color

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

This div background color is #ba580a


#ba580a Border Color

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

This div border color is #ba580a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba580a


Comments

No comments written yet.

Please login to write comment.