Color Hex Logo

#b37216 Color Hex

#B37216
(179,114,22)
0 Favorites   0 Comments

Color spaces of #b37216

RGB 17911422
HSL0.100.780.39
HSV35°88°70°
CMYK 0.000.360.88   0.30
XYZ24.752521.67633.6384
Yxy21.67630.49440.4329
Hunter Lab46.557813.423527.9571
CIE-Lab53.681918.945755.7222

#b37216 color RGB value is (179,114,22).

#b37216 hex color red value is 179, green value is 114 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b37216 hue: 0.10 , saturation: 0.78 and the lightness value of b37216 is 0.39.

The process color (four color CMYK) of #b37216 color hex is 0.00, 0.36, 0.88, 0.30. Web safe color of #b37216 is #cc6600. Color #b37216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 00010110
Octal 263 162 26
Decimal 179 114 22
Hex B3 72 16

RGB Percentages of Color #b37216

%56.83
%36.19
%6.98

CMYK Percentages of Color #b37216

%0
%36
%88
%30

Triadic Colors of #b37216

#b37216 #16b372 #7216b3

Analogous Colors of #b37216

#b37216 #a6b316 #b32416

Monochromatic Colors of #b37216

#b37216

Complementary Color

#b37216 #1657b3

#b37216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37216 Color CSS Codes

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

#b37216 Text Font Color

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

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


#b37216 Background Color

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

This div background color is #b37216


#b37216 Border Color

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

This div border color is #b37216


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,114,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37216; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37216;
  -webkit-box-shadow: 1px 1px 3px 2px #b37216;
  box-shadow:         1px 1px 3px 2px #b37216; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,114,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37216


Comments

No comments written yet.

Please login to write comment.