Color Hex Logo

#b4888e Color Hex

#B4888E
(180,136,142)
0 Favorites   0 Comments

Color spaces of #b4888e

RGB 180136142
HSL0.980.230.62
HSV352°24°71°
CMYK 0.000.240.21   0.29
XYZ32.509029.264629.5264
Yxy29.26460.35610.3205
Hunter Lab54.096812.59875.5068
CIE-Lab61.014417.71123.3301

#b4888e color RGB value is (180,136,142).

#b4888e hex color red value is 180, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b4888e hue: 0.98 , saturation: 0.23 and the lightness value of b4888e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 10001110
Octal 264 210 216
Decimal 180 136 142
Hex B4 88 8E

RGB Percentages of Color #b4888e

%39.30
%29.69
%31.00

CMYK Percentages of Color #b4888e

%0
%24
%21
%29

Triadic Colors of #b4888e

#b4888e #8eb488 #888eb4

Analogous Colors of #b4888e

#b4888e #b49888 #b488a4

Monochromatic Colors of #b4888e

#b4888e

Complementary Color

#b4888e #88b4ae

#b4888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4888e Color CSS Codes

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

#b4888e Text Font Color

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

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


#b4888e Background Color

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

This div background color is #b4888e


#b4888e Border Color

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

This div border color is #b4888e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,136,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 #b4888e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4888e


Comments

No comments written yet.

Please login to write comment.