Color Hex Logo

#ba692f Color Hex

#BA692F
(186,105,47)
0 Favorites   0 Comments

Color spaces of #ba692f

RGB 18610547
HSL0.070.600.46
HSV25°75°73°
CMYK 0.000.440.75   0.27
XYZ25.814420.74755.3334
Yxy20.74750.49740.3998
Hunter Lab45.549421.450524.9423
CIE-Lab52.672027.800645.2225

#ba692f color RGB value is (186,105,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 00101111
Octal 272 151 57
Decimal 186 105 47
Hex BA 69 2F

RGB Percentages of Color #ba692f

%55.03
%31.07
%13.91

CMYK Percentages of Color #ba692f

%0
%44
%75
%27

Triadic Colors of #ba692f

#ba692f #2fba69 #692fba

Analogous Colors of #ba692f

#ba692f #baaf2f #ba2f3a

Monochromatic Colors of #ba692f

#ba692f

Complementary Color

#ba692f #2f80ba

#ba692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba692f Color CSS Codes

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

#ba692f Text Font Color

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

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


#ba692f Background Color

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

This div background color is #ba692f


#ba692f Border Color

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

This div border color is #ba692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba692f


Comments

No comments written yet.

Please login to write comment.