Color Hex Logo

#b16913 Color Hex

#B16913
(177,105,19)
0 Favorites   0 Comments

Color spaces of #b16913

RGB 17710519
HSL0.090.810.38
HSV33°89°69°
CMYK 0.000.410.89   0.31
XYZ23.300619.49733.1514
Yxy19.49730.50710.4243
Hunter Lab44.155716.920326.6775
CIE-Lab51.264022.998254.5664

#b16913 color RGB value is (177,105,19).

#b16913 hex color red value is 177, green value is 105 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b16913 hue: 0.09 , saturation: 0.81 and the lightness value of b16913 is 0.38.

The process color (four color CMYK) of #b16913 color hex is 0.00, 0.41, 0.89, 0.31. Web safe color of #b16913 is #996600. Color #b16913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101001 00010011
Octal 261 151 23
Decimal 177 105 19
Hex B1 69 13

RGB Percentages of Color #b16913

%58.80
%34.88
%6.31

CMYK Percentages of Color #b16913

%0
%41
%89
%31

Triadic Colors of #b16913

#b16913 #13b169 #6913b1

Analogous Colors of #b16913

#b16913 #aab113 #b11a13

Monochromatic Colors of #b16913

#b16913

Complementary Color

#b16913 #135bb1

#b16913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16913 Color CSS Codes

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

#b16913 Text Font Color

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

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


#b16913 Background Color

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

This div background color is #b16913


#b16913 Border Color

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

This div border color is #b16913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16913


Comments

No comments written yet.

Please login to write comment.