Color Hex Logo

#ba685f Color Hex

#BA685F
(186,104,95)
0 Favorites   0 Comments

Color spaces of #ba685f

RGB 18610495
HSL0.020.400.55
HSV49°73°
CMYK 0.000.440.49   0.27
XYZ27.265621.166013.4749
Yxy21.16600.44040.3419
Hunter Lab46.006525.276014.8391
CIE-Lab53.130731.781019.5238

#ba685f color RGB value is (186,104,95).

#ba685f hex color red value is 186, green value is 104 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba685f hue: 0.02 , saturation: 0.40 and the lightness value of ba685f is 0.55.

The process color (four color CMYK) of #ba685f color hex is 0.00, 0.44, 0.49, 0.27. Web safe color of #ba685f is #cc6666. Color #ba685f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 01011111
Octal 272 150 137
Decimal 186 104 95
Hex BA 68 5F

RGB Percentages of Color #ba685f

%48.31
%27.01
%24.68

CMYK Percentages of Color #ba685f

%0
%44
%49
%27

Triadic Colors of #ba685f

#ba685f #5fba68 #685fba

Analogous Colors of #ba685f

#ba685f #ba965f #ba5f84

Monochromatic Colors of #ba685f

#ba685f

Complementary Color

#ba685f #5fb1ba

#ba685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba685f Color CSS Codes

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

#ba685f Text Font Color

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

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


#ba685f Background Color

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

This div background color is #ba685f


#ba685f Border Color

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

This div border color is #ba685f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba685f


Comments

No comments written yet.

Please login to write comment.