Color Hex Logo

#ba915b Color Hex

#BA915B
(186,145,91)
0 Favorites   0 Comments

Color spaces of #ba915b

RGB 18614591
HSL0.090.410.54
HSV34°51°73°
CMYK 0.000.220.51   0.27
XYZ32.263431.445214.2666
Yxy31.44520.41380.4033
Hunter Lab56.07604.567124.1689
CIE-Lab62.88178.780034.4209

#ba915b color RGB value is (186,145,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010001 01011011
Octal 272 221 133
Decimal 186 145 91
Hex BA 91 5B

RGB Percentages of Color #ba915b

%44.08
%34.36
%21.56

CMYK Percentages of Color #ba915b

%0
%22
%51
%27

Triadic Colors of #ba915b

#ba915b #5bba91 #915bba

Analogous Colors of #ba915b

#ba915b #b4ba5b #ba625b

Monochromatic Colors of #ba915b

#ba915b

Complementary Color

#ba915b #5b84ba

#ba915b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba915b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba915b Color CSS Codes

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

#ba915b Text Font Color

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

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


#ba915b Background Color

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

This div background color is #ba915b


#ba915b Border Color

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

This div border color is #ba915b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba915b


Comments

No comments written yet.

Please login to write comment.