Color Hex Logo

#b4977e Color Hex

#B4977E
(180,151,126)
0 Favorites   0 Comments

Color spaces of #b4977e

RGB 180151126
HSL0.080.260.60
HSV28°30°71°
CMYK 0.000.160.30   0.29
XYZ33.654933.342924.4007
Yxy33.34290.36820.3648
Hunter Lab57.74332.985515.3660
CIE-Lab64.43767.017317.2039

#b4977e color RGB value is (180,151,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01111110
Octal 264 227 176
Decimal 180 151 126
Hex B4 97 7E

RGB Percentages of Color #b4977e

%39.39
%33.04
%27.57

CMYK Percentages of Color #b4977e

%0
%16
%30
%29

Triadic Colors of #b4977e

#b4977e #7eb497 #977eb4

Analogous Colors of #b4977e

#b4977e #b4b27e #b47e80

Monochromatic Colors of #b4977e

#b4977e

Complementary Color

#b4977e #7e9bb4

#b4977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4977e Color CSS Codes

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

#b4977e Text Font Color

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

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


#b4977e Background Color

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

This div background color is #b4977e


#b4977e Border Color

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

This div border color is #b4977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4977e


Comments

No comments written yet.

Please login to write comment.