Color Hex Logo

#b49770 Color Hex

#B49770
(180,151,112)
0 Favorites   0 Comments

Color spaces of #b49770

RGB 180151112
HSL0.100.310.57
HSV34°38°71°
CMYK 0.000.160.38   0.29
XYZ32.813633.006419.9706
Yxy33.00640.38250.3847
Hunter Lab57.45121.411819.6061
CIE-Lab64.16615.215224.5837

#b49770 color RGB value is (180,151,112).

#b49770 hex color red value is 180, green value is 151 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b49770 hue: 0.10 , saturation: 0.31 and the lightness value of b49770 is 0.57.

The process color (four color CMYK) of #b49770 color hex is 0.00, 0.16, 0.38, 0.29. Web safe color of #b49770 is #cc9966. Color #b49770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01110000
Octal 264 227 160
Decimal 180 151 112
Hex B4 97 70

RGB Percentages of Color #b49770

%40.63
%34.09
%25.28

CMYK Percentages of Color #b49770

%0
%16
%38
%29

Triadic Colors of #b49770

#b49770 #70b497 #9770b4

Analogous Colors of #b49770

#b49770 #afb470 #b47570

Monochromatic Colors of #b49770

#b49770

Complementary Color

#b49770 #708db4

#b49770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49770 Color CSS Codes

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

#b49770 Text Font Color

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

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


#b49770 Background Color

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

This div background color is #b49770


#b49770 Border Color

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

This div border color is #b49770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49770


Comments

No comments written yet.

Please login to write comment.