Color Hex Logo

#ba702d Color Hex

#BA702D
(186,112,45)
0 Favorites   0 Comments

Color spaces of #ba702d

RGB 18611245
HSL0.080.610.45
HSV29°76°73°
CMYK 0.000.400.76   0.27
XYZ26.517522.21695.3733
Yxy22.21690.49010.4106
Hunter Lab47.134817.936126.2354
CIE-Lab54.256423.885047.7721

#ba702d color RGB value is (186,112,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 00101101
Octal 272 160 55
Decimal 186 112 45
Hex BA 70 2D

RGB Percentages of Color #ba702d

%54.23
%32.65
%13.12

CMYK Percentages of Color #ba702d

%0
%40
%76
%27

Triadic Colors of #ba702d

#ba702d #2dba70 #702dba

Analogous Colors of #ba702d

#ba702d #bab72d #ba2d31

Monochromatic Colors of #ba702d

#ba702d

Complementary Color

#ba702d #2d77ba

#ba702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba702d Color CSS Codes

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

#ba702d Text Font Color

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

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


#ba702d Background Color

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

This div background color is #ba702d


#ba702d Border Color

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

This div border color is #ba702d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba702d


Comments

No comments written yet.

Please login to write comment.