Color Hex Logo

#ba730b Color Hex

#BA730B
(186,115,11)
0 Favorites   0 Comments

Color spaces of #ba730b

RGB 18611511
HSL0.100.890.39
HSV36°94°73°
CMYK 0.000.380.94   0.27
XYZ26.440822.72473.3093
Yxy22.72470.50390.4331
Hunter Lab47.670415.583329.2534
CIE-Lab54.787621.279859.6327

#ba730b color RGB value is (186,115,11).

#ba730b hex color red value is 186, green value is 115 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ba730b hue: 0.10 , saturation: 0.89 and the lightness value of ba730b is 0.39.

The process color (four color CMYK) of #ba730b color hex is 0.00, 0.38, 0.94, 0.27. Web safe color of #ba730b is #cc6600. Color #ba730b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110011 00001011
Octal 272 163 13
Decimal 186 115 11
Hex BA 73 B

RGB Percentages of Color #ba730b

%59.62
%36.86
%3.53

CMYK Percentages of Color #ba730b

%0
%38
%94
%27

Triadic Colors of #ba730b

#ba730b #0bba73 #730bba

Analogous Colors of #ba730b

#ba730b #aaba0b #ba1c0b

Monochromatic Colors of #ba730b

#ba730b

Complementary Color

#ba730b #0b52ba

#ba730b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba730b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba730b Color CSS Codes

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

#ba730b Text Font Color

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

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


#ba730b Background Color

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

This div background color is #ba730b


#ba730b Border Color

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

This div border color is #ba730b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba730b


Comments

No comments written yet.

Please login to write comment.