Color Hex Logo

#b39078 Color Hex

#B39078
(179,144,120)
0 Favorites   0 Comments

Color spaces of #b39078

RGB 179144120
HSL0.070.280.59
HSV24°33°70°
CMYK 0.000.200.33   0.30
XYZ31.953830.886322.0468
Yxy30.88630.37640.3639
Hunter Lab55.57545.373815.3824
CIE-Lab62.41159.687217.7498

#b39078 color RGB value is (179,144,120).

#b39078 hex color red value is 179, green value is 144 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b39078 hue: 0.07 , saturation: 0.28 and the lightness value of b39078 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 01111000
Octal 263 220 170
Decimal 179 144 120
Hex B3 90 78

RGB Percentages of Color #b39078

%40.41
%32.51
%27.09

CMYK Percentages of Color #b39078

%0
%20
%33
%30

Triadic Colors of #b39078

#b39078 #78b390 #9078b3

Analogous Colors of #b39078

#b39078 #b3ae78 #b3787e

Monochromatic Colors of #b39078

#b39078

Complementary Color

#b39078 #789bb3

#b39078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39078 Color CSS Codes

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

#b39078 Text Font Color

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

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


#b39078 Background Color

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

This div background color is #b39078


#b39078 Border Color

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

This div border color is #b39078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39078


Comments

No comments written yet.

Please login to write comment.