Color Hex Logo

#ba777d Color Hex

#BA777D
(186,119,125)
0 Favorites   0 Comments

Color spaces of #ba777d

RGB 186119125
HSL0.990.330.60
HSV355°36°73°
CMYK 0.000.360.33   0.27
XYZ30.548225.113422.6393
Yxy25.11340.39010.3207
Hunter Lab50.113321.11238.2943
CIE-Lab57.185727.03787.6971

#ba777d color RGB value is (186,119,125).

#ba777d hex color red value is 186, green value is 119 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ba777d hue: 0.99 , saturation: 0.33 and the lightness value of ba777d is 0.60.

The process color (four color CMYK) of #ba777d color hex is 0.00, 0.36, 0.33, 0.27. Web safe color of #ba777d is #cc6666. Color #ba777d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110111 01111101
Octal 272 167 175
Decimal 186 119 125
Hex BA 77 7D

RGB Percentages of Color #ba777d

%43.26
%27.67
%29.07

CMYK Percentages of Color #ba777d

%0
%36
%33
%27

Triadic Colors of #ba777d

#ba777d #7dba77 #777dba

Analogous Colors of #ba777d

#ba777d #ba9377 #ba779f

Monochromatic Colors of #ba777d

#ba777d

Complementary Color

#ba777d #77bab4

#ba777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba777d Color CSS Codes

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

#ba777d Text Font Color

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

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


#ba777d Background Color

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

This div background color is #ba777d


#ba777d Border Color

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

This div border color is #ba777d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba777d


Comments

No comments written yet.

Please login to write comment.