Color Hex Logo

#b4736e Color Hex

#B4736E
(180,115,110)
0 Favorites   0 Comments

Color spaces of #b4736e

RGB 180115110
HSL0.010.320.57
HSV39°71°
CMYK 0.000.360.39   0.29
XYZ27.767623.090617.7453
Yxy23.09060.40480.3366
Hunter Lab48.052719.055411.7418
CIE-Lab55.165525.021613.4535

#b4736e color RGB value is (180,115,110).

#b4736e hex color red value is 180, green value is 115 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4736e hue: 0.01 , saturation: 0.32 and the lightness value of b4736e is 0.57.

The process color (four color CMYK) of #b4736e color hex is 0.00, 0.36, 0.39, 0.29. Web safe color of #b4736e is #cc6666. Color #b4736e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01101110
Octal 264 163 156
Decimal 180 115 110
Hex B4 73 6E

RGB Percentages of Color #b4736e

%44.44
%28.40
%27.16

CMYK Percentages of Color #b4736e

%0
%36
%39
%29

Triadic Colors of #b4736e

#b4736e #6eb473 #736eb4

Analogous Colors of #b4736e

#b4736e #b4966e #b46e8c

Monochromatic Colors of #b4736e

#b4736e

Complementary Color

#b4736e #6eafb4

#b4736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4736e Color CSS Codes

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

#b4736e Text Font Color

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

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


#b4736e Background Color

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

This div background color is #b4736e


#b4736e Border Color

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

This div border color is #b4736e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,115,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4736e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4736e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4736e;
  box-shadow:         1px 1px 3px 2px #b4736e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,115,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4736e


Comments

No comments written yet.

Please login to write comment.