Color Hex Logo

#ba920a Color Hex

#BA920A
(186,146,10)
0 Favorites   0 Comments

Color spaces of #ba920a

RGB 18614610
HSL0.130.900.38
HSV46°95°73°
CMYK 0.000.220.95   0.27
XYZ30.583431.01884.6625
Yxy31.01880.46150.4681
Hunter Lab55.69450.553934.0227
CIE-Lab62.52354.161765.4146

#ba920a color RGB value is (186,146,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 00001010
Octal 272 222 12
Decimal 186 146 10
Hex BA 92 A

RGB Percentages of Color #ba920a

%54.39
%42.69
%2.92

CMYK Percentages of Color #ba920a

%0
%22
%95
%27

Triadic Colors of #ba920a

#ba920a #0aba92 #920aba

Analogous Colors of #ba920a

#ba920a #8aba0a #ba3a0a

Monochromatic Colors of #ba920a

#ba920a

Complementary Color

#ba920a #0a32ba

#ba920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba920a Color CSS Codes

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

#ba920a Text Font Color

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

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


#ba920a Background Color

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

This div background color is #ba920a


#ba920a Border Color

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

This div border color is #ba920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba920a


Comments

No comments written yet.

Please login to write comment.