Color Hex Logo

#ba5933 Color Hex

#BA5933
(186,89,51)
0 Favorites   0 Comments

Color spaces of #ba5933

RGB 1868951
HSL0.050.570.46
HSV17°73°73°
CMYK 0.000.520.73   0.27
XYZ24.419617.82295.2851
Yxy17.82290.51380.3750
Hunter Lab42.217229.369422.1296
CIE-Lab49.280636.478739.5967

#ba5933 color RGB value is (186,89,51).

#ba5933 hex color red value is 186, green value is 89 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ba5933 hue: 0.05 , saturation: 0.57 and the lightness value of ba5933 is 0.46.

The process color (four color CMYK) of #ba5933 color hex is 0.00, 0.52, 0.73, 0.27. Web safe color of #ba5933 is #cc6633. Color #ba5933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011001 00110011
Octal 272 131 63
Decimal 186 89 51
Hex BA 59 33

RGB Percentages of Color #ba5933

%57.06
%27.30
%15.64

CMYK Percentages of Color #ba5933

%0
%52
%73
%27

Triadic Colors of #ba5933

#ba5933 #33ba59 #5933ba

Analogous Colors of #ba5933

#ba5933 #ba9d33 #ba3351

Monochromatic Colors of #ba5933

#ba5933

Complementary Color

#ba5933 #3394ba

#ba5933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5933 Color CSS Codes

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

#ba5933 Text Font Color

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

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


#ba5933 Background Color

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

This div background color is #ba5933


#ba5933 Border Color

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

This div border color is #ba5933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5933


Comments

No comments written yet.

Please login to write comment.