Color Hex Logo

#b37572 Color Hex

#B37572
(179,117,114)
0 Favorites   0 Comments

Color spaces of #b37572

RGB 179117114
HSL0.010.300.57
HSV36°70°
CMYK 0.000.350.36   0.30
XYZ27.989023.521218.9845
Yxy23.52120.39700.3337
Hunter Lab48.498718.141310.7404
CIE-Lab55.605224.006011.7255

#b37572 color RGB value is (179,117,114).

#b37572 hex color red value is 179, green value is 117 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b37572 hue: 0.01 , saturation: 0.30 and the lightness value of b37572 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 01110010
Octal 263 165 162
Decimal 179 117 114
Hex B3 75 72

RGB Percentages of Color #b37572

%43.66
%28.54
%27.80

CMYK Percentages of Color #b37572

%0
%35
%36
%30

Triadic Colors of #b37572

#b37572 #72b375 #7572b3

Analogous Colors of #b37572

#b37572 #b39672 #b37290

Monochromatic Colors of #b37572

#b37572

Complementary Color

#b37572 #72b0b3

#b37572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37572 Color CSS Codes

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

#b37572 Text Font Color

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

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


#b37572 Background Color

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

This div background color is #b37572


#b37572 Border Color

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

This div border color is #b37572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37572


Comments

No comments written yet.

Please login to write comment.