Color Hex Logo

#ba692a Color Hex

#BA692A
(186,105,42)
0 Favorites   0 Comments

Color spaces of #ba692a

RGB 18610542
HSL0.070.630.45
HSV26°77°73°
CMYK 0.000.440.77   0.27
XYZ25.719220.70944.8323
Yxy20.70940.50170.4040
Hunter Lab45.507621.243325.5595
CIE-Lab52.630027.583447.5175

#ba692a color RGB value is (186,105,42).

#ba692a hex color red value is 186, green value is 105 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ba692a hue: 0.07 , saturation: 0.63 and the lightness value of ba692a is 0.45.

The process color (four color CMYK) of #ba692a color hex is 0.00, 0.44, 0.77, 0.27. Web safe color of #ba692a is #cc6633. Color #ba692a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 00101010
Octal 272 151 52
Decimal 186 105 42
Hex BA 69 2A

RGB Percentages of Color #ba692a

%55.86
%31.53
%12.61

CMYK Percentages of Color #ba692a

%0
%44
%77
%27

Triadic Colors of #ba692a

#ba692a #2aba69 #692aba

Analogous Colors of #ba692a

#ba692a #bab12a #ba2a33

Monochromatic Colors of #ba692a

#ba692a

Complementary Color

#ba692a #2a7bba

#ba692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba692a Color CSS Codes

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

#ba692a Text Font Color

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

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


#ba692a Background Color

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

This div background color is #ba692a


#ba692a Border Color

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

This div border color is #ba692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba692a


Comments

No comments written yet.

Please login to write comment.