Color Hex Logo

#b49069 Color Hex

#B49069
(180,144,105)
0 Favorites   0 Comments

Color spaces of #b49069

RGB 180144105
HSL0.090.330.56
HSV31°42°71°
CMYK 0.000.200.42   0.29
XYZ31.345530.669717.6324
Yxy30.66970.39360.3851
Hunter Lab55.38024.116519.8889
CIE-Lab62.22788.258825.8620

#b49069 color RGB value is (180,144,105).

#b49069 hex color red value is 180, green value is 144 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b49069 hue: 0.09 , saturation: 0.33 and the lightness value of b49069 is 0.56.

The process color (four color CMYK) of #b49069 color hex is 0.00, 0.20, 0.42, 0.29. Web safe color of #b49069 is #cc9966. Color #b49069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 01101001
Octal 264 220 151
Decimal 180 144 105
Hex B4 90 69

RGB Percentages of Color #b49069

%41.96
%33.57
%24.48

CMYK Percentages of Color #b49069

%0
%20
%42
%29

Triadic Colors of #b49069

#b49069 #69b490 #9069b4

Analogous Colors of #b49069

#b49069 #b3b469 #b46b69

Monochromatic Colors of #b49069

#b49069

Complementary Color

#b49069 #698db4

#b49069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49069 Color CSS Codes

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

#b49069 Text Font Color

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

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


#b49069 Background Color

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

This div background color is #b49069


#b49069 Border Color

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

This div border color is #b49069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49069


Comments

No comments written yet.

Please login to write comment.