Color Hex Logo

#b9734e Color Hex

#B9734E
(185,115,78)
0 Favorites   0 Comments

Color spaces of #b9734e

RGB 18511578
HSL0.060.430.52
HSV21°58°73°
CMYK 0.000.380.58   0.27
XYZ27.513523.125810.2213
Yxy23.12580.45210.3800
Hunter Lab48.089317.969621.0605
CIE-Lab55.201723.850731.8654

#b9734e color RGB value is (185,115,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 01001110
Octal 271 163 116
Decimal 185 115 78
Hex B9 73 4E

RGB Percentages of Color #b9734e

%48.94
%30.42
%20.63

CMYK Percentages of Color #b9734e

%0
%38
%58
%27

Triadic Colors of #b9734e

#b9734e #4eb973 #734eb9

Analogous Colors of #b9734e

#b9734e #b9a94e #b94e5f

Monochromatic Colors of #b9734e

#b9734e

Complementary Color

#b9734e #4e94b9

#b9734e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9734e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9734e Color CSS Codes

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

#b9734e Text Font Color

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

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


#b9734e Background Color

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

This div background color is #b9734e


#b9734e Border Color

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

This div border color is #b9734e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9734e


Comments

No comments written yet.

Please login to write comment.