Color Hex Logo

#b4908e Color Hex

#B4908E
(180,144,142)
0 Favorites   0 Comments

Color spaces of #b4908e

RGB 180144142
HSL0.010.200.63
HSV21°71°
CMYK 0.000.200.21   0.29
XYZ33.678131.602829.9161
Yxy31.60280.35380.3320
Hunter Lab56.21648.55717.7997
CIE-Lab63.013213.23816.2093

#b4908e color RGB value is (180,144,142).

#b4908e hex color red value is 180, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b4908e hue: 0.01 , saturation: 0.20 and the lightness value of b4908e is 0.63.

The process color (four color CMYK) of #b4908e color hex is 0.00, 0.20, 0.21, 0.29. Web safe color of #b4908e is #cc9999. Color #b4908e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 10001110
Octal 264 220 216
Decimal 180 144 142
Hex B4 90 8E

RGB Percentages of Color #b4908e

%38.63
%30.90
%30.47

CMYK Percentages of Color #b4908e

%0
%20
%21
%29

Triadic Colors of #b4908e

#b4908e #8eb490 #908eb4

Analogous Colors of #b4908e

#b4908e #b4a38e #b48e9f

Monochromatic Colors of #b4908e

#b4908e

Complementary Color

#b4908e #8eb2b4

#b4908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4908e Color CSS Codes

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

#b4908e Text Font Color

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

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


#b4908e Background Color

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

This div background color is #b4908e


#b4908e Border Color

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

This div border color is #b4908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4908e


Comments

No comments written yet.

Please login to write comment.