Color Hex Logo

#ba873b Color Hex

#BA873B
(186,135,59)
0 Favorites   0 Comments

Color spaces of #ba873b

RGB 18613559
HSL0.100.520.48
HSV36°68°73°
CMYK 0.000.270.68   0.27
XYZ29.703128.08287.9927
Yxy28.08280.45160.4269
Hunter Lab52.99327.312528.1528
CIE-Lab59.963511.876947.2299

#ba873b color RGB value is (186,135,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 00111011
Octal 272 207 73
Decimal 186 135 59
Hex BA 87 3B

RGB Percentages of Color #ba873b

%48.95
%35.53
%15.53

CMYK Percentages of Color #ba873b

%0
%27
%68
%27

Triadic Colors of #ba873b

#ba873b #3bba87 #873bba

Analogous Colors of #ba873b

#ba873b #aeba3b #ba483b

Monochromatic Colors of #ba873b

#ba873b

Complementary Color

#ba873b #3b6eba

#ba873b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba873b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba873b Color CSS Codes

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

#ba873b Text Font Color

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

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


#ba873b Background Color

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

This div background color is #ba873b


#ba873b Border Color

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

This div border color is #ba873b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba873b


Comments

No comments written yet.

Please login to write comment.