Color Hex Logo

#b9774e Color Hex

#B9774E
(185,119,78)
0 Favorites   0 Comments

Color spaces of #b9774e

RGB 18511978
HSL0.060.430.52
HSV23°58°73°
CMYK 0.000.360.58   0.27
XYZ27.979624.058010.3767
Yxy24.05800.44830.3855
Hunter Lab49.049015.988321.7910
CIE-Lab56.145821.638533.0349

#b9774e color RGB value is (185,119,78).

#b9774e hex color red value is 185, green value is 119 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b9774e hue: 0.06 , saturation: 0.43 and the lightness value of b9774e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 01001110
Octal 271 167 116
Decimal 185 119 78
Hex B9 77 4E

RGB Percentages of Color #b9774e

%48.43
%31.15
%20.42

CMYK Percentages of Color #b9774e

%0
%36
%58
%27

Triadic Colors of #b9774e

#b9774e #4eb977 #774eb9

Analogous Colors of #b9774e

#b9774e #b9ad4e #b94e5a

Monochromatic Colors of #b9774e

#b9774e

Complementary Color

#b9774e #4e90b9

#b9774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9774e Color CSS Codes

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

#b9774e Text Font Color

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

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


#b9774e Background Color

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

This div background color is #b9774e


#b9774e Border Color

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

This div border color is #b9774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9774e


Comments

No comments written yet.

Please login to write comment.