Color Hex Logo

#ba534b Color Hex

#BA534B
(186,83,75)
0 Favorites   0 Comments

Color spaces of #ba534b

RGB 1868375
HSL0.010.450.51
HSV60°73°
CMYK 0.000.550.60   0.27
XYZ24.613017.13368.6665
Yxy17.13360.48820.3399
Hunter Lab41.392833.702516.5612
CIE-Lab48.427940.990925.0511

#ba534b color RGB value is (186,83,75).

#ba534b hex color red value is 186, green value is 83 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ba534b hue: 0.01 , saturation: 0.45 and the lightness value of ba534b is 0.51.

The process color (four color CMYK) of #ba534b color hex is 0.00, 0.55, 0.60, 0.27. Web safe color of #ba534b is #cc6633. Color #ba534b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 01001011
Octal 272 123 113
Decimal 186 83 75
Hex BA 53 4B

RGB Percentages of Color #ba534b

%54.07
%24.13
%21.80

CMYK Percentages of Color #ba534b

%0
%55
%60
%27

Triadic Colors of #ba534b

#ba534b #4bba53 #534bba

Analogous Colors of #ba534b

#ba534b #ba8b4b #ba4b7b

Monochromatic Colors of #ba534b

#ba534b

Complementary Color

#ba534b #4bb2ba

#ba534b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba534b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba534b Color CSS Codes

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

#ba534b Text Font Color

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

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


#ba534b Background Color

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

This div background color is #ba534b


#ba534b Border Color

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

This div border color is #ba534b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba534b


Comments

No comments written yet.

Please login to write comment.