Color Hex Logo

#ba363e Color Hex

#BA363E
(186,54,62)
0 Favorites   0 Comments

Color spaces of #ba363e

RGB 1865462
HSL0.990.550.47
HSV356°71°73°
CMYK 0.000.710.67   0.27
XYZ22.438413.42525.9661
Yxy13.42520.53640.3209
Hunter Lab36.640445.191715.9942
CIE-Lab43.397152.999126.4449

#ba363e color RGB value is (186,54,62).

#ba363e hex color red value is 186, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba363e hue: 0.99 , saturation: 0.55 and the lightness value of ba363e is 0.47.

The process color (four color CMYK) of #ba363e color hex is 0.00, 0.71, 0.67, 0.27. Web safe color of #ba363e is #cc3333. Color #ba363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110110 00111110
Octal 272 66 76
Decimal 186 54 62
Hex BA 36 3E

RGB Percentages of Color #ba363e

%61.59
%17.88
%20.53

CMYK Percentages of Color #ba363e

%0
%71
%67
%27

Triadic Colors of #ba363e

#ba363e #3eba36 #363eba

Analogous Colors of #ba363e

#ba363e #ba7036 #ba3680

Monochromatic Colors of #ba363e

#ba363e

Complementary Color

#ba363e #36bab2

#ba363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba363e Color CSS Codes

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

#ba363e Text Font Color

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

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


#ba363e Background Color

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

This div background color is #ba363e


#ba363e Border Color

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

This div border color is #ba363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba363e


Comments

No comments written yet.

Please login to write comment.