Color Hex Logo

#ba645a Color Hex

#BA645A
(186,100,90)
0 Favorites   0 Comments

Color spaces of #ba645a

RGB 18610090
HSL0.020.410.54
HSV52°73°
CMYK 0.000.460.52   0.27
XYZ26.652320.291612.1848
Yxy20.29160.45080.3432
Hunter Lab45.046226.781515.4947
CIE-Lab52.165333.450921.1473

#ba645a color RGB value is (186,100,90).

#ba645a hex color red value is 186, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba645a hue: 0.02 , saturation: 0.41 and the lightness value of ba645a is 0.54.

The process color (four color CMYK) of #ba645a color hex is 0.00, 0.46, 0.52, 0.27. Web safe color of #ba645a is #cc6666. Color #ba645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 01011010
Octal 272 144 132
Decimal 186 100 90
Hex BA 64 5A

RGB Percentages of Color #ba645a

%49.47
%26.60
%23.94

CMYK Percentages of Color #ba645a

%0
%46
%52
%27

Triadic Colors of #ba645a

#ba645a #5aba64 #645aba

Analogous Colors of #ba645a

#ba645a #ba945a #ba5a80

Monochromatic Colors of #ba645a

#ba645a

Complementary Color

#ba645a #5ab0ba

#ba645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba645a Color CSS Codes

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

#ba645a Text Font Color

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

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


#ba645a Background Color

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

This div background color is #ba645a


#ba645a Border Color

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

This div border color is #ba645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba645a


Comments

No comments written yet.

Please login to write comment.