Color Hex Logo

#ba693a Color Hex

#BA693A
(186,105,58)
0 Favorites   0 Comments

Color spaces of #ba693a

RGB 18610558
HSL0.060.520.48
HSV22°69°73°
CMYK 0.000.440.69   0.27
XYZ26.065020.84776.6532
Yxy20.84770.48660.3892
Hunter Lab45.659321.994523.3221
CIE-Lab52.782428.369339.8156

#ba693a color RGB value is (186,105,58).

#ba693a hex color red value is 186, green value is 105 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba693a hue: 0.06 , saturation: 0.52 and the lightness value of ba693a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101001 00111010
Octal 272 151 72
Decimal 186 105 58
Hex BA 69 3A

RGB Percentages of Color #ba693a

%53.30
%30.09
%16.62

CMYK Percentages of Color #ba693a

%0
%44
%69
%27

Triadic Colors of #ba693a

#ba693a #3aba69 #693aba

Analogous Colors of #ba693a

#ba693a #baa93a #ba3a4b

Monochromatic Colors of #ba693a

#ba693a

Complementary Color

#ba693a #3a8bba

#ba693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba693a Color CSS Codes

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

#ba693a Text Font Color

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

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


#ba693a Background Color

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

This div background color is #ba693a


#ba693a Border Color

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

This div border color is #ba693a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba693a


Comments

No comments written yet.

Please login to write comment.