Color Hex Logo

#b4736a Color Hex

#B4736A
(180,115,106)
0 Favorites   0 Comments

Color spaces of #b4736a

RGB 180115106
HSL0.020.330.56
HSV41°71°
CMYK 0.000.360.41   0.29
XYZ27.554623.005416.6239
Yxy23.00540.41010.3424
Hunter Lab47.963918.608813.0253
CIE-Lab55.077924.548915.6539

#b4736a color RGB value is (180,115,106).

#b4736a hex color red value is 180, green value is 115 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b4736a hue: 0.02 , saturation: 0.33 and the lightness value of b4736a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01101010
Octal 264 163 152
Decimal 180 115 106
Hex B4 73 6A

RGB Percentages of Color #b4736a

%44.89
%28.68
%26.43

CMYK Percentages of Color #b4736a

%0
%36
%41
%29

Triadic Colors of #b4736a

#b4736a #6ab473 #736ab4

Analogous Colors of #b4736a

#b4736a #b4986a #b46a86

Monochromatic Colors of #b4736a

#b4736a

Complementary Color

#b4736a #6aabb4

#b4736a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4736a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4736a Color CSS Codes

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

#b4736a Text Font Color

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

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


#b4736a Background Color

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

This div background color is #b4736a


#b4736a Border Color

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

This div border color is #b4736a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4736a


Comments

No comments written yet.

Please login to write comment.