Color Hex Logo

#ba815b Color Hex

#BA815B
(186,129,91)
0 Favorites   0 Comments

Color spaces of #ba815b

RGB 18612991
HSL0.070.410.54
HSV24°51°73°
CMYK 0.000.310.51   0.27
XYZ29.988326.894913.5082
Yxy26.89490.42600.3821
Hunter Lab51.860312.462420.8588
CIE-Lab58.876917.642829.3490

#ba815b color RGB value is (186,129,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 01011011
Octal 272 201 133
Decimal 186 129 91
Hex BA 81 5B

RGB Percentages of Color #ba815b

%45.81
%31.77
%22.41

CMYK Percentages of Color #ba815b

%0
%31
%51
%27

Triadic Colors of #ba815b

#ba815b #5bba81 #815bba

Analogous Colors of #ba815b

#ba815b #bab15b #ba5b65

Monochromatic Colors of #ba815b

#ba815b

Complementary Color

#ba815b #5b94ba

#ba815b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba815b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba815b Color CSS Codes

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

#ba815b Text Font Color

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

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


#ba815b Background Color

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

This div background color is #ba815b


#ba815b Border Color

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

This div border color is #ba815b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba815b


Comments

No comments written yet.

Please login to write comment.