Color Hex Logo

#b37920 Color Hex

#B37920
(179,121,32)
0 Favorites   0 Comments

Color spaces of #b37920

RGB 17912132
HSL0.100.700.41
HSV36°82°70°
CMYK 0.000.320.82   0.30
XYZ25.688523.36274.5220
Yxy23.36270.47950.4361
Hunter Lab48.335010.280928.2876
CIE-Lab55.444015.325353.9186

#b37920 color RGB value is (179,121,32).

#b37920 hex color red value is 179, green value is 121 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b37920 hue: 0.10 , saturation: 0.70 and the lightness value of b37920 is 0.41.

The process color (four color CMYK) of #b37920 color hex is 0.00, 0.32, 0.82, 0.30. Web safe color of #b37920 is #cc6633. Color #b37920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 00100000
Octal 263 171 40
Decimal 179 121 32
Hex B3 79 20

RGB Percentages of Color #b37920

%53.92
%36.45
%9.64

CMYK Percentages of Color #b37920

%0
%32
%82
%30

Triadic Colors of #b37920

#b37920 #20b379 #7920b3

Analogous Colors of #b37920

#b37920 #a4b320 #b33020

Monochromatic Colors of #b37920

#b37920

Complementary Color

#b37920 #205ab3

#b37920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37920 Color CSS Codes

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

#b37920 Text Font Color

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

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


#b37920 Background Color

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

This div background color is #b37920


#b37920 Border Color

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

This div border color is #b37920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,121,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 #b37920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37920


Comments

No comments written yet.

Please login to write comment.