Color Hex Logo

#ba855b Color Hex

#BA855B
(186,133,91)
0 Favorites   0 Comments

Color spaces of #ba855b

RGB 18613391
HSL0.070.410.54
HSV27°51°73°
CMYK 0.000.280.51   0.27
XYZ30.525627.969513.6873
Yxy27.96950.42290.3875
Hunter Lab52.886210.478321.6757
CIE-Lab59.861215.421330.6071

#ba855b color RGB value is (186,133,91).

#ba855b hex color red value is 186, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba855b hue: 0.07 , saturation: 0.41 and the lightness value of ba855b is 0.54.

The process color (four color CMYK) of #ba855b color hex is 0.00, 0.28, 0.51, 0.27. Web safe color of #ba855b is #cc9966. Color #ba855b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 01011011
Octal 272 205 133
Decimal 186 133 91
Hex BA 85 5B

RGB Percentages of Color #ba855b

%45.37
%32.44
%22.20

CMYK Percentages of Color #ba855b

%0
%28
%51
%27

Triadic Colors of #ba855b

#ba855b #5bba85 #855bba

Analogous Colors of #ba855b

#ba855b #bab55b #ba5b60

Monochromatic Colors of #ba855b

#ba855b

Complementary Color

#ba855b #5b90ba

#ba855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba855b Color CSS Codes

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

#ba855b Text Font Color

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

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


#ba855b Background Color

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

This div background color is #ba855b


#ba855b Border Color

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

This div border color is #ba855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba855b


Comments

No comments written yet.

Please login to write comment.