Color Hex Logo

#b37a45 Color Hex

#B37A45
(179,122,69)
0 Favorites   0 Comments

Color spaces of #b37a45

RGB 17912269
HSL0.080.440.49
HSV29°61°70°
CMYK 0.000.320.61   0.30
XYZ26.624123.93248.8464
Yxy23.93240.44820.4029
Hunter Lab48.920811.533623.5230
CIE-Lab56.020016.720237.5497

#b37a45 color RGB value is (179,122,69).

#b37a45 hex color red value is 179, green value is 122 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b37a45 hue: 0.08 , saturation: 0.44 and the lightness value of b37a45 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 01000101
Octal 263 172 105
Decimal 179 122 69
Hex B3 7A 45

RGB Percentages of Color #b37a45

%48.38
%32.97
%18.65

CMYK Percentages of Color #b37a45

%0
%32
%61
%30

Triadic Colors of #b37a45

#b37a45 #45b37a #7a45b3

Analogous Colors of #b37a45

#b37a45 #b3b145 #b34547

Monochromatic Colors of #b37a45

#b37a45

Complementary Color

#b37a45 #457eb3

#b37a45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37a45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37a45 Color CSS Codes

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

#b37a45 Text Font Color

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

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


#b37a45 Background Color

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

This div background color is #b37a45


#b37a45 Border Color

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

This div border color is #b37a45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37a45


Comments

No comments written yet.

Please login to write comment.