Color Hex Logo

#b9777a Color Hex

#B9777A
(185,119,122)
0 Favorites   0 Comments

Color spaces of #b9777a

RGB 185119122
HSL0.990.320.60
HSV357°36°73°
CMYK 0.000.360.34   0.27
XYZ30.117324.913121.6337
Yxy24.91310.39280.3250
Hunter Lab49.913020.35839.2412
CIE-Lab56.990726.26079.1416

#b9777a color RGB value is (185,119,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 01111010
Octal 271 167 172
Decimal 185 119 122
Hex B9 77 7A

RGB Percentages of Color #b9777a

%43.43
%27.93
%28.64

CMYK Percentages of Color #b9777a

%0
%36
%34
%27

Triadic Colors of #b9777a

#b9777a #7ab977 #777ab9

Analogous Colors of #b9777a

#b9777a #b99577 #b9779b

Monochromatic Colors of #b9777a

#b9777a

Complementary Color

#b9777a #77b9b6

#b9777a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9777a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9777a Color CSS Codes

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

#b9777a Text Font Color

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

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


#b9777a Background Color

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

This div background color is #b9777a


#b9777a Border Color

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

This div border color is #b9777a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9777a


Comments

No comments written yet.

Please login to write comment.