Color Hex Logo

#ba631e Color Hex

#BA631E
(186,99,30)
0 Favorites   0 Comments

Color spaces of #ba631e

RGB 1869930
HSL0.070.720.42
HSV27°84°73°
CMYK 0.000.470.84   0.27
XYZ24.945919.45653.6690
Yxy19.45650.51890.4047
Hunter Lab44.109523.758025.9450
CIE-Lab51.217130.399251.2925

#ba631e color RGB value is (186,99,30).

#ba631e hex color red value is 186, green value is 99 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ba631e hue: 0.07 , saturation: 0.72 and the lightness value of ba631e is 0.42.

The process color (four color CMYK) of #ba631e color hex is 0.00, 0.47, 0.84, 0.27. Web safe color of #ba631e is #cc6633. Color #ba631e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 00011110
Octal 272 143 36
Decimal 186 99 30
Hex BA 63 1E

RGB Percentages of Color #ba631e

%59.05
%31.43
%9.52

CMYK Percentages of Color #ba631e

%0
%47
%84
%27

Triadic Colors of #ba631e

#ba631e #1eba63 #631eba

Analogous Colors of #ba631e

#ba631e #bab11e #ba1e27

Monochromatic Colors of #ba631e

#ba631e

Complementary Color

#ba631e #1e75ba

#ba631e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba631e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba631e Color CSS Codes

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

#ba631e Text Font Color

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

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


#ba631e Background Color

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

This div background color is #ba631e


#ba631e Border Color

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

This div border color is #ba631e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba631e


Comments

No comments written yet.

Please login to write comment.