Color Hex Logo

#b4734c Color Hex

#B4734C
(180,115,76)
1 Favorites   0 Comments

Color spaces of #b4734c

RGB 18011576
HSL0.060.410.50
HSV23°58°71°
CMYK 0.000.360.58   0.29
XYZ26.257622.48669.7939
Yxy22.48660.44860.3841
Hunter Lab47.420015.854620.9486
CIE-Lab54.539521.593632.0088

#b4734c color RGB value is (180,115,76).

#b4734c hex color red value is 180, green value is 115 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b4734c hue: 0.06 , saturation: 0.41 and the lightness value of b4734c is 0.50.

The process color (four color CMYK) of #b4734c color hex is 0.00, 0.36, 0.58, 0.29. Web safe color of #b4734c is #cc6633. Color #b4734c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01001100
Octal 264 163 114
Decimal 180 115 76
Hex B4 73 4C

RGB Percentages of Color #b4734c

%48.52
%31.00
%20.49

CMYK Percentages of Color #b4734c

%0
%36
%58
%29

Triadic Colors of #b4734c

#b4734c #4cb473 #734cb4

Analogous Colors of #b4734c

#b4734c #b4a74c #b44c59

Monochromatic Colors of #b4734c

#b4734c

Complementary Color

#b4734c #4c8db4

#b4734c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4734c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4734c Color CSS Codes

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

#b4734c Text Font Color

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

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


#b4734c Background Color

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

This div background color is #b4734c


#b4734c Border Color

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

This div border color is #b4734c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4734c


Comments

No comments written yet.

Please login to write comment.