Color Hex Logo

#ba825e Color Hex

#BA825E
(186,130,94)
0 Favorites   0 Comments

Color spaces of #ba825e

RGB 18613094
HSL0.070.400.55
HSV23°49°73°
CMYK 0.000.300.49   0.27
XYZ30.252727.212514.2477
Yxy27.21250.42190.3795
Hunter Lab52.165612.228720.3224
CIE-Lab59.170517.374828.0672

#ba825e color RGB value is (186,130,94).

#ba825e hex color red value is 186, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba825e hue: 0.07 , saturation: 0.40 and the lightness value of ba825e is 0.55.

The process color (four color CMYK) of #ba825e color hex is 0.00, 0.30, 0.49, 0.27. Web safe color of #ba825e is #cc9966. Color #ba825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 01011110
Octal 272 202 136
Decimal 186 130 94
Hex BA 82 5E

RGB Percentages of Color #ba825e

%45.37
%31.71
%22.93

CMYK Percentages of Color #ba825e

%0
%30
%49
%27

Triadic Colors of #ba825e

#ba825e #5eba82 #825eba

Analogous Colors of #ba825e

#ba825e #bab05e #ba5e68

Monochromatic Colors of #ba825e

#ba825e

Complementary Color

#ba825e #5e96ba

#ba825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba825e Color CSS Codes

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

#ba825e Text Font Color

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

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


#ba825e Background Color

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

This div background color is #ba825e


#ba825e Border Color

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

This div border color is #ba825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba825e


Comments

No comments written yet.

Please login to write comment.