Color Hex Logo

#b49361 Color Hex

#B49361
(180,147,97)
0 Favorites   0 Comments

Color spaces of #b49361

RGB 18014797
HSL0.100.360.54
HSV36°46°71°
CMYK 0.000.180.46   0.29
XYZ31.413831.433815.7209
Yxy31.43380.39980.4001
Hunter Lab56.06591.898622.6211
CIE-Lab62.87215.732331.0638

#b49361 color RGB value is (180,147,97).

#b49361 hex color red value is 180, green value is 147 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b49361 hue: 0.10 , saturation: 0.36 and the lightness value of b49361 is 0.54.

The process color (four color CMYK) of #b49361 color hex is 0.00, 0.18, 0.46, 0.29. Web safe color of #b49361 is #cc9966. Color #b49361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 01100001
Octal 264 223 141
Decimal 180 147 97
Hex B4 93 61

RGB Percentages of Color #b49361

%42.45
%34.67
%22.88

CMYK Percentages of Color #b49361

%0
%18
%46
%29

Triadic Colors of #b49361

#b49361 #61b493 #9361b4

Analogous Colors of #b49361

#b49361 #acb461 #b46a61

Monochromatic Colors of #b49361

#b49361

Complementary Color

#b49361 #6182b4

#b49361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49361 Color CSS Codes

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

#b49361 Text Font Color

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

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


#b49361 Background Color

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

This div background color is #b49361


#b49361 Border Color

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

This div border color is #b49361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49361


Comments

No comments written yet.

Please login to write comment.