Color Hex Logo

#ba772f Color Hex

#BA772F
(186,119,47)
0 Favorites   0 Comments

Color spaces of #ba772f

RGB 18611947
HSL0.090.600.46
HSV31°75°73°
CMYK 0.000.360.75   0.27
XYZ27.359623.83805.8485
Yxy23.83800.47960.4179
Hunter Lab48.824214.583727.0748
CIE-Lab55.925220.114148.5476

#ba772f color RGB value is (186,119,47).

#ba772f hex color red value is 186, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ba772f hue: 0.09 , saturation: 0.60 and the lightness value of ba772f is 0.46.

The process color (four color CMYK) of #ba772f color hex is 0.00, 0.36, 0.75, 0.27. Web safe color of #ba772f is #cc6633. Color #ba772f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 00101111
Octal 272 167 57
Decimal 186 119 47
Hex BA 77 2F

RGB Percentages of Color #ba772f

%52.84
%33.81
%13.35

CMYK Percentages of Color #ba772f

%0
%36
%75
%27

Triadic Colors of #ba772f

#ba772f #2fba77 #772fba

Analogous Colors of #ba772f

#ba772f #b8ba2f #ba322f

Monochromatic Colors of #ba772f

#ba772f

Complementary Color

#ba772f #2f72ba

#ba772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba772f Color CSS Codes

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

#ba772f Text Font Color

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

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


#ba772f Background Color

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

This div background color is #ba772f


#ba772f Border Color

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

This div border color is #ba772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba772f

#ba772f Color Palettes


Comments

No comments written yet.

Please login to write comment.