Color Hex Logo

#b16220 Color Hex

#B16220
(177,98,32)
0 Favorites   0 Comments

Color spaces of #b16220

RGB 1779832
HSL0.080.690.41
HSV27°82°69°
CMYK 0.000.450.82   0.31
XYZ22.759918.18683.6773
Yxy18.18680.51000.4076
Hunter Lab42.646020.633924.7397
CIE-Lab49.721927.205748.6659

#b16220 color RGB value is (177,98,32).

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

The process color (four color CMYK) of #b16220 color hex is 0.00, 0.45, 0.82, 0.31. Web safe color of #b16220 is #996633. Color #b16220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100010 00100000
Octal 261 142 40
Decimal 177 98 32
Hex B1 62 20

RGB Percentages of Color #b16220

%57.65
%31.92
%10.42

CMYK Percentages of Color #b16220

%0
%45
%82
%31

Triadic Colors of #b16220

#b16220 #20b162 #6220b1

Analogous Colors of #b16220

#b16220 #b1ab20 #b12026

Monochromatic Colors of #b16220

#b16220

Complementary Color

#b16220 #206fb1

#b16220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16220 Color CSS Codes

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

#b16220 Text Font Color

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

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


#b16220 Background Color

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

This div background color is #b16220


#b16220 Border Color

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

This div border color is #b16220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16220


Comments

No comments written yet.

Please login to write comment.