Color Hex Logo

#ba835f Color Hex

#BA835F
(186,131,95)
0 Favorites   0 Comments

Color spaces of #ba835f

RGB 18613195
HSL0.070.400.55
HSV24°49°73°
CMYK 0.000.300.49   0.27
XYZ30.431627.497914.5302
Yxy27.49790.42000.3795
Hunter Lab52.438411.821620.2782
CIE-Lab59.432416.917727.8520

#ba835f color RGB value is (186,131,95).

#ba835f hex color red value is 186, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ba835f hue: 0.07 , saturation: 0.40 and the lightness value of ba835f is 0.55.

The process color (four color CMYK) of #ba835f color hex is 0.00, 0.30, 0.49, 0.27. Web safe color of #ba835f is #cc9966. Color #ba835f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 01011111
Octal 272 203 137
Decimal 186 131 95
Hex BA 83 5F

RGB Percentages of Color #ba835f

%45.15
%31.80
%23.06

CMYK Percentages of Color #ba835f

%0
%30
%49
%27

Triadic Colors of #ba835f

#ba835f #5fba83 #835fba

Analogous Colors of #ba835f

#ba835f #bab15f #ba5f69

Monochromatic Colors of #ba835f

#ba835f

Complementary Color

#ba835f #5f96ba

#ba835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba835f Color CSS Codes

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

#ba835f Text Font Color

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

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


#ba835f Background Color

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

This div background color is #ba835f


#ba835f Border Color

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

This div border color is #ba835f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba835f


Comments

No comments written yet.

Please login to write comment.