Color Hex Logo

#ba812d Color Hex

#BA812D
(186,129,45)
0 Favorites   0 Comments

Color spaces of #ba812d

RGB 18612945
HSL0.100.610.45
HSV36°76°73°
CMYK 0.000.310.76   0.27
XYZ28.573626.32916.0587
Yxy26.32910.46870.4319
Hunter Lab51.31199.603928.9176
CIE-Lab58.348114.483151.8316

#ba812d color RGB value is (186,129,45).

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

The process color (four color CMYK) of #ba812d color hex is 0.00, 0.31, 0.76, 0.27. Web safe color of #ba812d is #cc9933. Color #ba812d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 00101101
Octal 272 201 55
Decimal 186 129 45
Hex BA 81 2D

RGB Percentages of Color #ba812d

%51.67
%35.83
%12.50

CMYK Percentages of Color #ba812d

%0
%31
%76
%27

Triadic Colors of #ba812d

#ba812d #2dba81 #812dba

Analogous Colors of #ba812d

#ba812d #adba2d #ba3b2d

Monochromatic Colors of #ba812d

#ba812d

Complementary Color

#ba812d #2d66ba

#ba812d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba812d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba812d Color CSS Codes

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

#ba812d Text Font Color

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

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


#ba812d Background Color

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

This div background color is #ba812d


#ba812d Border Color

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

This div border color is #ba812d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,129,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 #ba812d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba812d


Comments

No comments written yet.

Please login to write comment.