Color Hex Logo

#b49488 Color Hex

#B49488
(180,148,136)
0 Favorites   0 Comments

Color spaces of #b49488

RGB 180148136
HSL0.050.230.62
HSV16°24°71°
CMYK 0.000.180.24   0.29
XYZ33.856232.660727.8123
Yxy32.66070.35890.3462
Hunter Lab57.14955.734211.1507
CIE-Lab63.885210.102110.8349

#b49488 color RGB value is (180,148,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 10001000
Octal 264 224 210
Decimal 180 148 136
Hex B4 94 88

RGB Percentages of Color #b49488

%38.79
%31.90
%29.31

CMYK Percentages of Color #b49488

%0
%18
%24
%29

Triadic Colors of #b49488

#b49488 #88b494 #9488b4

Analogous Colors of #b49488

#b49488 #b4aa88 #b48892

Monochromatic Colors of #b49488

#b49488

Complementary Color

#b49488 #88a8b4

#b49488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49488 Color CSS Codes

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

#b49488 Text Font Color

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

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


#b49488 Background Color

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

This div background color is #b49488


#b49488 Border Color

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

This div border color is #b49488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49488


Comments

No comments written yet.

Please login to write comment.