Color Hex Logo

#ba552d Color Hex

#BA552D
(186,85,45)
0 Favorites   0 Comments

Color spaces of #ba552d

RGB 1868545
HSL0.050.610.45
HSV17°76°73°
CMYK 0.000.540.76   0.27
XYZ23.971917.12564.5247
Yxy17.12560.52540.3754
Hunter Lab41.383130.978922.4856
CIE-Lab48.417938.242741.7909

#ba552d color RGB value is (186,85,45).

#ba552d hex color red value is 186, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba552d hue: 0.05 , saturation: 0.61 and the lightness value of ba552d is 0.45.

The process color (four color CMYK) of #ba552d color hex is 0.00, 0.54, 0.76, 0.27. Web safe color of #ba552d is #cc6633. Color #ba552d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 00101101
Octal 272 125 55
Decimal 186 85 45
Hex BA 55 2D

RGB Percentages of Color #ba552d

%58.86
%26.90
%14.24

CMYK Percentages of Color #ba552d

%0
%54
%76
%27

Triadic Colors of #ba552d

#ba552d #2dba55 #552dba

Analogous Colors of #ba552d

#ba552d #ba9c2d #ba2d4b

Monochromatic Colors of #ba552d

#ba552d

Complementary Color

#ba552d #2d92ba

#ba552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba552d Color CSS Codes

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

#ba552d Text Font Color

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

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


#ba552d Background Color

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

This div background color is #ba552d


#ba552d Border Color

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

This div border color is #ba552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba552d


Comments

No comments written yet.

Please login to write comment.