Color Hex Logo

#b4957a Color Hex

#B4957A
(180,149,122)
0 Favorites   0 Comments

Color spaces of #b4957a

RGB 180149122
HSL0.080.280.59
HSV28°32°71°
CMYK 0.000.170.32   0.29
XYZ33.082732.603322.9618
Yxy32.60330.37320.3678
Hunter Lab57.09933.497116.1267
CIE-Lab63.83847.583918.6072

#b4957a color RGB value is (180,149,122).

#b4957a hex color red value is 180, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b4957a hue: 0.08 , saturation: 0.28 and the lightness value of b4957a is 0.59.

The process color (four color CMYK) of #b4957a color hex is 0.00, 0.17, 0.32, 0.29. Web safe color of #b4957a is #cc9966. Color #b4957a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 01111010
Octal 264 225 172
Decimal 180 149 122
Hex B4 95 7A

RGB Percentages of Color #b4957a

%39.91
%33.04
%27.05

CMYK Percentages of Color #b4957a

%0
%17
%32
%29

Triadic Colors of #b4957a

#b4957a #7ab495 #957ab4

Analogous Colors of #b4957a

#b4957a #b4b27a #b47a7c

Monochromatic Colors of #b4957a

#b4957a

Complementary Color

#b4957a #7a99b4

#b4957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4957a Color CSS Codes

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

#b4957a Text Font Color

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

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


#b4957a Background Color

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

This div background color is #b4957a


#b4957a Border Color

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

This div border color is #b4957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4957a


Comments

No comments written yet.

Please login to write comment.