Color Hex Logo

#ba623b Color Hex

#BA623B
(186,98,59)
0 Favorites   0 Comments

Color spaces of #ba623b

RGB 1869859
HSL0.050.520.48
HSV18°68°73°
CMYK 0.000.470.68   0.27
XYZ25.406819.49026.5606
Yxy19.49020.49370.3788
Hunter Lab44.147725.467422.0926
CIE-Lab51.255932.191637.5508

#ba623b color RGB value is (186,98,59).

#ba623b hex color red value is 186, green value is 98 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ba623b hue: 0.05 , saturation: 0.52 and the lightness value of ba623b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 00111011
Octal 272 142 73
Decimal 186 98 59
Hex BA 62 3B

RGB Percentages of Color #ba623b

%54.23
%28.57
%17.20

CMYK Percentages of Color #ba623b

%0
%47
%68
%27

Triadic Colors of #ba623b

#ba623b #3bba62 #623bba

Analogous Colors of #ba623b

#ba623b #baa23b #ba3b53

Monochromatic Colors of #ba623b

#ba623b

Complementary Color

#ba623b #3b93ba

#ba623b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba623b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba623b Color CSS Codes

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

#ba623b Text Font Color

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

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


#ba623b Background Color

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

This div background color is #ba623b


#ba623b Border Color

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

This div border color is #ba623b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba623b


Comments

No comments written yet.

Please login to write comment.