Color Hex Logo

#ba635e Color Hex

#BA635E
(186,99,94)
0 Favorites   0 Comments

Color spaces of #ba635e

RGB 1869994
HSL0.010.400.55
HSV49°73°
CMYK 0.000.470.49   0.27
XYZ26.731920.170913.0741
Yxy20.17090.44570.3363
Hunter Lab44.912027.648214.1788
CIE-Lab52.029934.360118.6239

#ba635e color RGB value is (186,99,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 01011110
Octal 272 143 136
Decimal 186 99 94
Hex BA 63 5E

RGB Percentages of Color #ba635e

%49.08
%26.12
%24.80

CMYK Percentages of Color #ba635e

%0
%47
%49
%27

Triadic Colors of #ba635e

#ba635e #5eba63 #635eba

Analogous Colors of #ba635e

#ba635e #ba915e #ba5e87

Monochromatic Colors of #ba635e

#ba635e

Complementary Color

#ba635e #5eb5ba

#ba635e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba635e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba635e Color CSS Codes

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

#ba635e Text Font Color

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

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


#ba635e Background Color

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

This div background color is #ba635e


#ba635e Border Color

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

This div border color is #ba635e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba635e


Comments

No comments written yet.

Please login to write comment.