Color Hex Logo

#ba700b Color Hex

#BA700B
(186,112,11)
0 Favorites   0 Comments

Color spaces of #ba700b

RGB 18611211
HSL0.100.890.39
HSV35°94°73°
CMYK 0.000.400.94   0.27
XYZ26.104322.05163.1971
Yxy22.05160.50830.4294
Hunter Lab46.959117.048628.8348
CIE-Lab54.081722.932059.1291

#ba700b color RGB value is (186,112,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 00001011
Octal 272 160 13
Decimal 186 112 11
Hex BA 70 B

RGB Percentages of Color #ba700b

%60.19
%36.25
%3.56

CMYK Percentages of Color #ba700b

%0
%40
%94
%27

Triadic Colors of #ba700b

#ba700b #0bba70 #700bba

Analogous Colors of #ba700b

#ba700b #adba0b #ba190b

Monochromatic Colors of #ba700b

#ba700b

Complementary Color

#ba700b #0b55ba

#ba700b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba700b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba700b Color CSS Codes

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

#ba700b Text Font Color

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

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


#ba700b Background Color

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

This div background color is #ba700b


#ba700b Border Color

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

This div border color is #ba700b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,112,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 #ba700b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba700b


Comments

No comments written yet.

Please login to write comment.