Color Hex Logo

#b37448 Color Hex

#B37448
(179,116,72)
0 Favorites   0 Comments

Color spaces of #b37448

RGB 17911672
HSL0.070.430.49
HSV25°60°70°
CMYK 0.000.350.60   0.30
XYZ26.005522.54249.1114
Yxy22.54240.45100.3910
Hunter Lab47.478814.681521.8572
CIE-Lab54.597820.296834.2412

#b37448 color RGB value is (179,116,72).

#b37448 hex color red value is 179, green value is 116 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b37448 hue: 0.07 , saturation: 0.43 and the lightness value of b37448 is 0.49.

The process color (four color CMYK) of #b37448 color hex is 0.00, 0.35, 0.60, 0.30. Web safe color of #b37448 is #cc6633. Color #b37448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 01001000
Octal 263 164 110
Decimal 179 116 72
Hex B3 74 48

RGB Percentages of Color #b37448

%48.77
%31.61
%19.62

CMYK Percentages of Color #b37448

%0
%35
%60
%30

Triadic Colors of #b37448

#b37448 #48b374 #7448b3

Analogous Colors of #b37448

#b37448 #b3aa48 #b34852

Monochromatic Colors of #b37448

#b37448

Complementary Color

#b37448 #4887b3

#b37448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37448 Color CSS Codes

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

#b37448 Text Font Color

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

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


#b37448 Background Color

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

This div background color is #b37448


#b37448 Border Color

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

This div border color is #b37448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37448


Comments

No comments written yet.

Please login to write comment.