Color Hex Logo

#ba433c Color Hex

#BA433C
(186,67,60)
0 Favorites   0 Comments

Color spaces of #ba433c

RGB 1866760
HSL0.010.510.48
HSV68°73°
CMYK 0.000.640.68   0.27
XYZ23.072514.77975.9117
Yxy14.77970.52720.3377
Hunter Lab38.444439.849617.7939
CIE-Lab45.331047.547230.0108

#ba433c color RGB value is (186,67,60).

#ba433c hex color red value is 186, green value is 67 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ba433c hue: 0.01 , saturation: 0.51 and the lightness value of ba433c is 0.48.

The process color (four color CMYK) of #ba433c color hex is 0.00, 0.64, 0.68, 0.27. Web safe color of #ba433c is #cc3333. Color #ba433c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000011 00111100
Octal 272 103 74
Decimal 186 67 60
Hex BA 43 3C

RGB Percentages of Color #ba433c

%59.42
%21.41
%19.17

CMYK Percentages of Color #ba433c

%0
%64
%68
%27

Triadic Colors of #ba433c

#ba433c #3cba43 #433cba

Analogous Colors of #ba433c

#ba433c #ba823c #ba3c74

Monochromatic Colors of #ba433c

#ba433c

Complementary Color

#ba433c #3cb3ba

#ba433c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba433c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba433c Color CSS Codes

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

#ba433c Text Font Color

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

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


#ba433c Background Color

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

This div background color is #ba433c


#ba433c Border Color

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

This div border color is #ba433c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba433c


Comments

No comments written yet.

Please login to write comment.