Color Hex Logo

#ba6b2f Color Hex

#BA6B2F
(186,107,47)
0 Favorites   0 Comments

Color spaces of #ba6b2f

RGB 18610747
HSL0.070.600.46
HSV26°75°73°
CMYK 0.000.420.75   0.27
XYZ26.020521.15975.4021
Yxy21.15970.49490.4024
Hunter Lab45.999720.472125.2369
CIE-Lab53.123826.712745.6886

#ba6b2f color RGB value is (186,107,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 00101111
Octal 272 153 57
Decimal 186 107 47
Hex BA 6B 2F

RGB Percentages of Color #ba6b2f

%54.71
%31.47
%13.82

CMYK Percentages of Color #ba6b2f

%0
%42
%75
%27

Triadic Colors of #ba6b2f

#ba6b2f #2fba6b #6b2fba

Analogous Colors of #ba6b2f

#ba6b2f #bab12f #ba2f38

Monochromatic Colors of #ba6b2f

#ba6b2f

Complementary Color

#ba6b2f #2f7eba

#ba6b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6b2f Color CSS Codes

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

#ba6b2f Text Font Color

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

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


#ba6b2f Background Color

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

This div background color is #ba6b2f


#ba6b2f Border Color

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

This div border color is #ba6b2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6b2f


Comments

No comments written yet.

Please login to write comment.