Color Hex Logo

#b49281 Color Hex

#B49281
(180,146,129)
0 Favorites   0 Comments

Color spaces of #b49281

RGB 180146129
HSL0.060.250.61
HSV20°28°71°
CMYK 0.000.190.28   0.29
XYZ33.063731.846025.1731
Yxy31.84600.36700.3535
Hunter Lab56.43235.826813.0547
CIE-Lab63.215410.201913.8281

#b49281 color RGB value is (180,146,129).

#b49281 hex color red value is 180, green value is 146 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b49281 hue: 0.06 , saturation: 0.25 and the lightness value of b49281 is 0.61.

The process color (four color CMYK) of #b49281 color hex is 0.00, 0.19, 0.28, 0.29. Web safe color of #b49281 is #cc9999. Color #b49281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 10000001
Octal 264 222 201
Decimal 180 146 129
Hex B4 92 81

RGB Percentages of Color #b49281

%39.56
%32.09
%28.35

CMYK Percentages of Color #b49281

%0
%19
%28
%29

Triadic Colors of #b49281

#b49281 #81b492 #9281b4

Analogous Colors of #b49281

#b49281 #b4ac81 #b4818a

Monochromatic Colors of #b49281

#b49281

Complementary Color

#b49281 #81a3b4

#b49281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49281 Color CSS Codes

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

#b49281 Text Font Color

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

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


#b49281 Background Color

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

This div background color is #b49281


#b49281 Border Color

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

This div border color is #b49281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49281


Comments

No comments written yet.

Please login to write comment.