Color Hex Logo

#b37210 Color Hex

#B37210
(179,114,16)
0 Favorites   0 Comments

Color spaces of #b37210

RGB 17911416
HSL0.100.840.38
HSV36°91°70°
CMYK 0.000.360.91   0.30
XYZ24.701221.65573.3683
Yxy21.65570.49680.4355
Hunter Lab46.535713.310628.2835
CIE-Lab53.659818.820157.3194

#b37210 color RGB value is (179,114,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 00010000
Octal 263 162 20
Decimal 179 114 16
Hex B3 72 10

RGB Percentages of Color #b37210

%57.93
%36.89
%5.18

CMYK Percentages of Color #b37210

%0
%36
%91
%30

Triadic Colors of #b37210

#b37210 #10b372 #7210b3

Analogous Colors of #b37210

#b37210 #a3b310 #b32110

Monochromatic Colors of #b37210

#b37210

Complementary Color

#b37210 #1051b3

#b37210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37210 Color CSS Codes

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

#b37210 Text Font Color

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

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


#b37210 Background Color

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

This div background color is #b37210


#b37210 Border Color

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

This div border color is #b37210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37210


Comments

No comments written yet.

Please login to write comment.