Color Hex Logo

#b16100 Color Hex

#B16100
(177,97,0)
0 Favorites   0 Comments

Color spaces of #b16100

RGB 177970
HSL0.091.000.35
HSV33°100°69°
CMYK 0.000.451.00   0.31
XYZ22.406217.89652.2734
Yxy17.89650.52630.4203
Hunter Lab42.304320.509026.4268
CIE-Lab49.370327.104357.6349

#b16100 color RGB value is (177,97,0).

#b16100 hex color red value is 177, green value is 97 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b16100 hue: 0.09 , saturation: 1.00 and the lightness value of b16100 is 0.35.

The process color (four color CMYK) of #b16100 color hex is 0.00, 0.45, 1.00, 0.31. Web safe color of #b16100 is #996600. Color #b16100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100001 00000000
Octal 261 141 0
Decimal 177 97 0
Hex B1 61 0

RGB Percentages of Color #b16100

%64.60
%35.40
%0.00

CMYK Percentages of Color #b16100

%0
%45
%100
%31

Triadic Colors of #b16100

#b16100 #00b161 #6100b1

Analogous Colors of #b16100

#b16100 #a9b100 #b10800

Monochromatic Colors of #b16100

#b16100

Complementary Color

#b16100 #0050b1

#b16100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16100 Color CSS Codes

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

#b16100 Text Font Color

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

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


#b16100 Background Color

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

This div background color is #b16100


#b16100 Border Color

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

This div border color is #b16100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16100


Comments

No comments written yet.

Please login to write comment.