Color Hex Logo

#ba464c Color Hex

#BA464C
(186,70,76)
0 Favorites   0 Comments

Color spaces of #ba464c

RGB 1867076
HSL0.990.460.50
HSV357°62°73°
CMYK 0.000.620.59   0.27
XYZ23.744415.34128.5472
Yxy15.34120.49850.3221
Hunter Lab39.167839.666914.4792
CIE-Lab46.098047.239721.4306

#ba464c color RGB value is (186,70,76).

#ba464c hex color red value is 186, green value is 70 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ba464c hue: 0.99 , saturation: 0.46 and the lightness value of ba464c is 0.50.

The process color (four color CMYK) of #ba464c color hex is 0.00, 0.62, 0.59, 0.27. Web safe color of #ba464c is #cc3333. Color #ba464c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 01001100
Octal 272 106 114
Decimal 186 70 76
Hex BA 46 4C

RGB Percentages of Color #ba464c

%56.02
%21.08
%22.89

CMYK Percentages of Color #ba464c

%0
%62
%59
%27

Triadic Colors of #ba464c

#ba464c #4cba46 #464cba

Analogous Colors of #ba464c

#ba464c #ba7a46 #ba4686

Monochromatic Colors of #ba464c

#ba464c

Complementary Color

#ba464c #46bab4

#ba464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba464c Color CSS Codes

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

#ba464c Text Font Color

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

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


#ba464c Background Color

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

This div background color is #ba464c


#ba464c Border Color

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

This div border color is #ba464c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba464c


Comments

No comments written yet.

Please login to write comment.