Color Hex Logo

#ba990a Color Hex

#BA990A
(186,153,10)
1 Favorites   0 Comments

Color spaces of #ba990a

RGB 18615310
HSL0.140.900.38
HSV49°95°73°
CMYK 0.000.180.95   0.27
XYZ31.695733.24355.0333
Yxy33.24350.45300.4751
Hunter Lab57.6572-2.773835.1842
CIE-Lab64.35760.360566.7691

#ba990a color RGB value is (186,153,10).

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

The process color (four color CMYK) of #ba990a color hex is 0.00, 0.18, 0.95, 0.27. Web safe color of #ba990a is #cc9900. Color #ba990a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 00001010
Octal 272 231 12
Decimal 186 153 10
Hex BA 99 A

RGB Percentages of Color #ba990a

%53.30
%43.84
%2.87

CMYK Percentages of Color #ba990a

%0
%18
%95
%27

Triadic Colors of #ba990a

#ba990a #0aba99 #990aba

Analogous Colors of #ba990a

#ba990a #83ba0a #ba410a

Monochromatic Colors of #ba990a

#ba990a

Complementary Color

#ba990a #0a2bba

#ba990a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba990a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba990a Color CSS Codes

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

#ba990a Text Font Color

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

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


#ba990a Background Color

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

This div background color is #ba990a


#ba990a Border Color

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

This div border color is #ba990a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,153,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 #ba990a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba990a

#ba990a Color Palettes


Comments

No comments written yet.

Please login to write comment.