Color Hex Logo

#ba746d Color Hex

#BA746D
(186,116,109)
0 Favorites   0 Comments

Color spaces of #ba746d

RGB 186116109
HSL0.020.360.58
HSV41°73°
CMYK 0.000.380.41   0.27
XYZ29.255424.034017.5651
Yxy24.03400.41290.3392
Hunter Lab49.024520.727213.0740
CIE-Lab56.121826.722415.4733

#ba746d color RGB value is (186,116,109).

#ba746d hex color red value is 186, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba746d hue: 0.02 , saturation: 0.36 and the lightness value of ba746d is 0.58.

The process color (four color CMYK) of #ba746d color hex is 0.00, 0.38, 0.41, 0.27. Web safe color of #ba746d is #cc6666. Color #ba746d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110100 01101101
Octal 272 164 155
Decimal 186 116 109
Hex BA 74 6D

RGB Percentages of Color #ba746d

%45.26
%28.22
%26.52

CMYK Percentages of Color #ba746d

%0
%38
%41
%27

Triadic Colors of #ba746d

#ba746d #6dba74 #746dba

Analogous Colors of #ba746d

#ba746d #ba9b6d #ba6d8d

Monochromatic Colors of #ba746d

#ba746d

Complementary Color

#ba746d #6db3ba

#ba746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba746d Color CSS Codes

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

#ba746d Text Font Color

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

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


#ba746d Background Color

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

This div background color is #ba746d


#ba746d Border Color

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

This div border color is #ba746d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba746d


Comments

No comments written yet.

Please login to write comment.