Color Hex Logo

#b49a8f Color Hex

#B49A8F
(180,154,143)
0 Favorites   0 Comments

Color spaces of #b49a8f

RGB 180154143
HSL0.050.200.63
HSV18°21°71°
CMYK 0.000.140.21   0.29
XYZ35.335934.797730.8408
Yxy34.79770.34990.3446
Hunter Lab58.98963.693210.2948
CIE-Lab65.59097.84049.3274

#b49a8f color RGB value is (180,154,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 10001111
Octal 264 232 217
Decimal 180 154 143
Hex B4 9A 8F

RGB Percentages of Color #b49a8f

%37.74
%32.29
%29.98

CMYK Percentages of Color #b49a8f

%0
%14
%21
%29

Triadic Colors of #b49a8f

#b49a8f #8fb49a #9a8fb4

Analogous Colors of #b49a8f

#b49a8f #b4ad8f #b48f97

Monochromatic Colors of #b49a8f

#b49a8f

Complementary Color

#b49a8f #8fa9b4

#b49a8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49a8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49a8f Color CSS Codes

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

#b49a8f Text Font Color

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

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


#b49a8f Background Color

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

This div background color is #b49a8f


#b49a8f Border Color

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

This div border color is #b49a8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49a8f


Comments

No comments written yet.

Please login to write comment.