Color Hex Logo

#ba615e Color Hex

#BA615E
(186,97,94)
0 Favorites   0 Comments

Color spaces of #ba615e

RGB 1869794
HSL0.010.400.55
HSV49°73°
CMYK 0.000.480.49   0.27
XYZ26.544819.796613.0117
Yxy19.79660.44720.3335
Hunter Lab44.493428.629913.8065
CIE-Lab51.606535.419218.0511

#ba615e color RGB value is (186,97,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 01011110
Octal 272 141 136
Decimal 186 97 94
Hex BA 61 5E

RGB Percentages of Color #ba615e

%49.34
%25.73
%24.93

CMYK Percentages of Color #ba615e

%0
%48
%49
%27

Triadic Colors of #ba615e

#ba615e #5eba61 #615eba

Analogous Colors of #ba615e

#ba615e #ba8f5e #ba5e89

Monochromatic Colors of #ba615e

#ba615e

Complementary Color

#ba615e #5eb7ba

#ba615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba615e Color CSS Codes

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

#ba615e Text Font Color

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

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


#ba615e Background Color

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

This div background color is #ba615e


#ba615e Border Color

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

This div border color is #ba615e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,97,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 #ba615e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba615e


Comments

No comments written yet.

Please login to write comment.