Color Hex Logo

#b49670 Color Hex

#B49670
(180,150,112)
0 Favorites   0 Comments

Color spaces of #b49670

RGB 180150112
HSL0.090.310.57
HSV34°38°71°
CMYK 0.000.170.38   0.29
XYZ32.653432.685819.9172
Yxy32.68580.38300.3834
Hunter Lab57.17151.899819.3648
CIE-Lab63.90575.765924.2361

#b49670 color RGB value is (180,150,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 01110000
Octal 264 226 160
Decimal 180 150 112
Hex B4 96 70

RGB Percentages of Color #b49670

%40.72
%33.94
%25.34

CMYK Percentages of Color #b49670

%0
%17
%38
%29

Triadic Colors of #b49670

#b49670 #70b496 #9670b4

Analogous Colors of #b49670

#b49670 #b0b470 #b47470

Monochromatic Colors of #b49670

#b49670

Complementary Color

#b49670 #708eb4

#b49670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49670 Color CSS Codes

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

#b49670 Text Font Color

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

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


#b49670 Background Color

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

This div background color is #b49670


#b49670 Border Color

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

This div border color is #b49670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49670


Comments

No comments written yet.

Please login to write comment.