Color Hex Logo

#b37874 Color Hex

#B37874
(179,120,116)
0 Favorites   0 Comments

Color spaces of #b37874

RGB 179120116
HSL0.010.290.58
HSV35°70°
CMYK 0.000.330.35   0.30
XYZ28.459324.277619.7091
Yxy24.27760.39280.3351
Hunter Lab49.272316.873710.7744
CIE-Lab56.364722.585211.6312

#b37874 color RGB value is (179,120,116).

#b37874 hex color red value is 179, green value is 120 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b37874 hue: 0.01 , saturation: 0.29 and the lightness value of b37874 is 0.58.

The process color (four color CMYK) of #b37874 color hex is 0.00, 0.33, 0.35, 0.30. Web safe color of #b37874 is #cc6666. Color #b37874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 01110100
Octal 263 170 164
Decimal 179 120 116
Hex B3 78 74

RGB Percentages of Color #b37874

%43.13
%28.92
%27.95

CMYK Percentages of Color #b37874

%0
%33
%35
%30

Triadic Colors of #b37874

#b37874 #74b378 #7874b3

Analogous Colors of #b37874

#b37874 #b39874 #b37490

Monochromatic Colors of #b37874

#b37874

Complementary Color

#b37874 #74afb3

#b37874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37874 Color CSS Codes

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

#b37874 Text Font Color

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

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


#b37874 Background Color

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

This div background color is #b37874


#b37874 Border Color

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

This div border color is #b37874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37874


Comments

No comments written yet.

Please login to write comment.