Color Hex Logo

#b17011 Color Hex

#B17011
(177,112,17)
0 Favorites   0 Comments

Color spaces of #b17011

RGB 17711217
HSL0.100.820.38
HSV36°90°69°
CMYK 0.000.370.90   0.31
XYZ24.026820.97593.3127
Yxy20.97590.49730.4341
Hunter Lab45.799513.493627.7711
CIE-Lab52.923119.064756.3966

#b17011 color RGB value is (177,112,17).

#b17011 hex color red value is 177, green value is 112 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b17011 hue: 0.10 , saturation: 0.82 and the lightness value of b17011 is 0.38.

The process color (four color CMYK) of #b17011 color hex is 0.00, 0.37, 0.90, 0.31. Web safe color of #b17011 is #996600. Color #b17011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 00010001
Octal 261 160 21
Decimal 177 112 17
Hex B1 70 11

RGB Percentages of Color #b17011

%57.84
%36.60
%5.56

CMYK Percentages of Color #b17011

%0
%37
%90
%31

Triadic Colors of #b17011

#b17011 #11b170 #7011b1

Analogous Colors of #b17011

#b17011 #a2b111 #b12011

Monochromatic Colors of #b17011

#b17011

Complementary Color

#b17011 #1152b1

#b17011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17011 Color CSS Codes

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

#b17011 Text Font Color

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

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


#b17011 Background Color

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

This div background color is #b17011


#b17011 Border Color

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

This div border color is #b17011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17011


Comments

No comments written yet.

Please login to write comment.