Color Hex Logo

#b49688 Color Hex

#B49688
(180,150,136)
0 Favorites   0 Comments

Color spaces of #b49688

RGB 180150136
HSL0.050.230.62
HSV19°24°71°
CMYK 0.000.170.24   0.29
XYZ34.172733.293627.9178
Yxy33.29360.35830.3490
Hunter Lab57.70064.739111.7036
CIE-Lab64.39798.993211.5586

#b49688 color RGB value is (180,150,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 10001000
Octal 264 226 210
Decimal 180 150 136
Hex B4 96 88

RGB Percentages of Color #b49688

%38.63
%32.19
%29.18

CMYK Percentages of Color #b49688

%0
%17
%24
%29

Triadic Colors of #b49688

#b49688 #88b496 #9688b4

Analogous Colors of #b49688

#b49688 #b4ac88 #b48890

Monochromatic Colors of #b49688

#b49688

Complementary Color

#b49688 #88a6b4

#b49688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49688 Color CSS Codes

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

#b49688 Text Font Color

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

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


#b49688 Background Color

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

This div background color is #b49688


#b49688 Border Color

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

This div border color is #b49688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49688


Comments

No comments written yet.

Please login to write comment.