Color Hex Logo

#b1734e Color Hex

#B1734E
(177,115,78)
0 Favorites   0 Comments

Color spaces of #b1734e

RGB 17711578
HSL0.060.390.50
HSV22°56°69°
CMYK 0.000.350.56   0.31
XYZ25.637322.158610.1335
Yxy22.15860.44260.3825
Hunter Lab47.072914.838720.1875
CIE-Lab54.194920.494530.3905

#b1734e color RGB value is (177,115,78).

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

The process color (four color CMYK) of #b1734e color hex is 0.00, 0.35, 0.56, 0.31. Web safe color of #b1734e is #996666. Color #b1734e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 01001110
Octal 261 163 116
Decimal 177 115 78
Hex B1 73 4E

RGB Percentages of Color #b1734e

%47.84
%31.08
%21.08

CMYK Percentages of Color #b1734e

%0
%35
%56
%31

Triadic Colors of #b1734e

#b1734e #4eb173 #734eb1

Analogous Colors of #b1734e

#b1734e #b1a54e #b14e5a

Monochromatic Colors of #b1734e

#b1734e

Complementary Color

#b1734e #4e8cb1

#b1734e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1734e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1734e Color CSS Codes

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

#b1734e Text Font Color

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

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


#b1734e Background Color

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

This div background color is #b1734e


#b1734e Border Color

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

This div border color is #b1734e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1734e


Comments

No comments written yet.

Please login to write comment.