Color Hex Logo

#b37b6c Color Hex

#B37B6C
(179,123,108)
0 Favorites   0 Comments

Color spaces of #b37b6c

RGB 179123108
HSL0.040.320.56
HSV13°40°70°
CMYK 0.000.310.40   0.30
XYZ28.380124.832317.4847
Yxy24.83230.40140.3512
Hunter Lab49.832014.452514.0792
CIE-Lab56.911719.916917.0015

#b37b6c color RGB value is (179,123,108).

#b37b6c hex color red value is 179, green value is 123 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b37b6c hue: 0.04 , saturation: 0.32 and the lightness value of b37b6c is 0.56.

The process color (four color CMYK) of #b37b6c color hex is 0.00, 0.31, 0.40, 0.30. Web safe color of #b37b6c is #cc6666. Color #b37b6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 01101100
Octal 263 173 154
Decimal 179 123 108
Hex B3 7B 6C

RGB Percentages of Color #b37b6c

%43.66
%30.00
%26.34

CMYK Percentages of Color #b37b6c

%0
%31
%40
%30

Triadic Colors of #b37b6c

#b37b6c #6cb37b #7b6cb3

Analogous Colors of #b37b6c

#b37b6c #b39f6c #b36c81

Monochromatic Colors of #b37b6c

#b37b6c

Complementary Color

#b37b6c #6ca4b3

#b37b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37b6c Color CSS Codes

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

#b37b6c Text Font Color

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

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


#b37b6c Background Color

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

This div background color is #b37b6c


#b37b6c Border Color

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

This div border color is #b37b6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37b6c


Comments

No comments written yet.

Please login to write comment.