Color Hex Logo

#ba652b Color Hex

#BA652B
(186,101,43)
0 Favorites   0 Comments

Color spaces of #ba652b

RGB 18610143
HSL0.070.620.45
HSV24°77°73°
CMYK 0.000.460.77   0.27
XYZ25.339419.92094.7951
Yxy19.92090.50620.3980
Hunter Lab44.632823.232324.8732
CIE-Lab51.747729.786646.1785

#ba652b color RGB value is (186,101,43).

#ba652b hex color red value is 186, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ba652b hue: 0.07 , saturation: 0.62 and the lightness value of ba652b is 0.45.

The process color (four color CMYK) of #ba652b color hex is 0.00, 0.46, 0.77, 0.27. Web safe color of #ba652b is #cc6633. Color #ba652b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 00101011
Octal 272 145 53
Decimal 186 101 43
Hex BA 65 2B

RGB Percentages of Color #ba652b

%56.36
%30.61
%13.03

CMYK Percentages of Color #ba652b

%0
%46
%77
%27

Triadic Colors of #ba652b

#ba652b #2bba65 #652bba

Analogous Colors of #ba652b

#ba652b #baad2b #ba2b39

Monochromatic Colors of #ba652b

#ba652b

Complementary Color

#ba652b #2b80ba

#ba652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba652b Color CSS Codes

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

#ba652b Text Font Color

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

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


#ba652b Background Color

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

This div background color is #ba652b


#ba652b Border Color

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

This div border color is #ba652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba652b


Comments

No comments written yet.

Please login to write comment.