Color Hex Logo

#ba5844 Color Hex

#BA5844
(186,88,68)
0 Favorites   0 Comments

Color spaces of #ba5844

RGB 1868868
HSL0.030.460.50
HSV10°63°73°
CMYK 0.000.530.63   0.27
XYZ24.782817.83597.6053
Yxy17.83590.49340.3551
Hunter Lab42.232630.839918.8858
CIE-Lab49.296537.978530.2140

#ba5844 color RGB value is (186,88,68).

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

The process color (four color CMYK) of #ba5844 color hex is 0.00, 0.53, 0.63, 0.27. Web safe color of #ba5844 is #cc6633. Color #ba5844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01000100
Octal 272 130 104
Decimal 186 88 68
Hex BA 58 44

RGB Percentages of Color #ba5844

%54.39
%25.73
%19.88

CMYK Percentages of Color #ba5844

%0
%53
%63
%27

Triadic Colors of #ba5844

#ba5844 #44ba58 #5844ba

Analogous Colors of #ba5844

#ba5844 #ba9344 #ba446b

Monochromatic Colors of #ba5844

#ba5844

Complementary Color

#ba5844 #44a6ba

#ba5844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5844 Color CSS Codes

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

#ba5844 Text Font Color

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

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


#ba5844 Background Color

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

This div background color is #ba5844


#ba5844 Border Color

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

This div border color is #ba5844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5844


Comments

No comments written yet.

Please login to write comment.