Color Hex Logo

#b4957f Color Hex

#B4957F
(180,149,127)
0 Favorites   0 Comments

Color spaces of #b4957f

RGB 180149127
HSL0.070.260.60
HSV25°29°71°
CMYK 0.000.170.29   0.29
XYZ33.400632.730524.6359
Yxy32.73050.36800.3606
Hunter Lab57.21064.093114.5161
CIE-Lab63.94218.259915.9605

#b4957f color RGB value is (180,149,127).

#b4957f hex color red value is 180, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b4957f hue: 0.07 , saturation: 0.26 and the lightness value of b4957f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 01111111
Octal 264 225 177
Decimal 180 149 127
Hex B4 95 7F

RGB Percentages of Color #b4957f

%39.47
%32.68
%27.85

CMYK Percentages of Color #b4957f

%0
%17
%29
%29

Triadic Colors of #b4957f

#b4957f #7fb495 #957fb4

Analogous Colors of #b4957f

#b4957f #b4b07f #b47f84

Monochromatic Colors of #b4957f

#b4957f

Complementary Color

#b4957f #7f9eb4

#b4957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4957f Color CSS Codes

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

#b4957f Text Font Color

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

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


#b4957f Background Color

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

This div background color is #b4957f


#b4957f Border Color

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

This div border color is #b4957f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4957f


Comments

No comments written yet.

Please login to write comment.