Color Hex Logo

#b48079 Color Hex

#B48079
(180,128,121)
0 Favorites   0 Comments

Color spaces of #b48079

RGB 180128121
HSL0.020.280.59
HSV33°71°
CMYK 0.000.290.33   0.29
XYZ29.992826.522121.6277
Yxy26.52210.38380.3394
Hunter Lab51.499613.832111.1504
CIE-Lab58.529319.158011.8053

#b48079 color RGB value is (180,128,121).

#b48079 hex color red value is 180, green value is 128 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b48079 hue: 0.02 , saturation: 0.28 and the lightness value of b48079 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 01111001
Octal 264 200 171
Decimal 180 128 121
Hex B4 80 79

RGB Percentages of Color #b48079

%41.96
%29.84
%28.21

CMYK Percentages of Color #b48079

%0
%29
%33
%29

Triadic Colors of #b48079

#b48079 #79b480 #8079b4

Analogous Colors of #b48079

#b48079 #b49e79 #b47990

Monochromatic Colors of #b48079

#b48079

Complementary Color

#b48079 #79adb4

#b48079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48079 Color CSS Codes

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

#b48079 Text Font Color

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

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


#b48079 Background Color

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

This div background color is #b48079


#b48079 Border Color

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

This div border color is #b48079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48079


Comments

No comments written yet.

Please login to write comment.