Color Hex Logo

#b1661e Color Hex

#B1661E
(177,102,30)
1 Favorites   0 Comments

Color spaces of #b1661e

RGB 17710230
HSL0.080.710.41
HSV29°83°69°
CMYK 0.000.420.83   0.31
XYZ23.117218.94363.6664
Yxy18.94360.50550.4143
Hunter Lab43.524218.640025.4725
CIE-Lab50.621224.946050.2803

#b1661e color RGB value is (177,102,30).

#b1661e hex color red value is 177, green value is 102 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b1661e hue: 0.08 , saturation: 0.71 and the lightness value of b1661e is 0.41.

The process color (four color CMYK) of #b1661e color hex is 0.00, 0.42, 0.83, 0.31. Web safe color of #b1661e is #996633. Color #b1661e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 00011110
Octal 261 146 36
Decimal 177 102 30
Hex B1 66 1E

RGB Percentages of Color #b1661e

%57.28
%33.01
%9.71

CMYK Percentages of Color #b1661e

%0
%42
%83
%31

Triadic Colors of #b1661e

#b1661e #1eb166 #661eb1

Analogous Colors of #b1661e

#b1661e #b1b01e #b11e20

Monochromatic Colors of #b1661e

#b1661e

Complementary Color

#b1661e #1e69b1

#b1661e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1661e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1661e Color CSS Codes

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

#b1661e Text Font Color

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

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


#b1661e Background Color

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

This div background color is #b1661e


#b1661e Border Color

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

This div border color is #b1661e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,102,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1661e


Comments

No comments written yet.

Please login to write comment.