Color Hex Logo

#b16636 Color Hex

#B16636
(177,102,54)
0 Favorites   0 Comments

Color spaces of #b16636

RGB 17710254
HSL0.070.530.45
HSV23°69°69°
CMYK 0.000.420.69   0.31
XYZ23.548719.11625.9387
Yxy19.11620.48450.3933
Hunter Lab43.722119.626422.5522
CIE-Lab50.822926.006439.3645

#b16636 color RGB value is (177,102,54).

#b16636 hex color red value is 177, green value is 102 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b16636 hue: 0.07 , saturation: 0.53 and the lightness value of b16636 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 00110110
Octal 261 146 66
Decimal 177 102 54
Hex B1 66 36

RGB Percentages of Color #b16636

%53.15
%30.63
%16.22

CMYK Percentages of Color #b16636

%0
%42
%69
%31

Triadic Colors of #b16636

#b16636 #36b166 #6636b1

Analogous Colors of #b16636

#b16636 #b1a436 #b13643

Monochromatic Colors of #b16636

#b16636

Complementary Color

#b16636 #3681b1

#b16636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16636 Color CSS Codes

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

#b16636 Text Font Color

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

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


#b16636 Background Color

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

This div background color is #b16636


#b16636 Border Color

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

This div border color is #b16636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16636


Comments

No comments written yet.

Please login to write comment.