Color Hex Logo

#b9734d Color Hex

#B9734D
(185,115,77)
0 Favorites   0 Comments

Color spaces of #b9734d

RGB 18511577
HSL0.060.440.51
HSV21°58°73°
CMYK 0.000.380.58   0.27
XYZ27.477923.111610.0339
Yxy23.11160.45330.3812
Hunter Lab48.074517.894621.2774
CIE-Lab55.187123.770932.3992

#b9734d color RGB value is (185,115,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 01001101
Octal 271 163 115
Decimal 185 115 77
Hex B9 73 4D

RGB Percentages of Color #b9734d

%49.07
%30.50
%20.42

CMYK Percentages of Color #b9734d

%0
%38
%58
%27

Triadic Colors of #b9734d

#b9734d #4db973 #734db9

Analogous Colors of #b9734d

#b9734d #b9a94d #b94d5d

Monochromatic Colors of #b9734d

#b9734d

Complementary Color

#b9734d #4d93b9

#b9734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9734d Color CSS Codes

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

#b9734d Text Font Color

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

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


#b9734d Background Color

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

This div background color is #b9734d


#b9734d Border Color

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

This div border color is #b9734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9734d


Comments

No comments written yet.

Please login to write comment.