Color Hex Logo

#b59074 Color Hex

#B59074
(181,144,116)
0 Favorites   0 Comments

Color spaces of #b59074

RGB 181144116
HSL0.070.310.58
HSV26°36°71°
CMYK 0.000.200.36   0.29
XYZ32.181731.031220.8165
Yxy31.03120.38300.3693
Hunter Lab55.70575.636316.8380
CIE-Lab62.53409.984120.1875

#b59074 color RGB value is (181,144,116).

#b59074 hex color red value is 181, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b59074 hue: 0.07 , saturation: 0.31 and the lightness value of b59074 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 01110100
Octal 265 220 164
Decimal 181 144 116
Hex B5 90 74

RGB Percentages of Color #b59074

%41.04
%32.65
%26.30

CMYK Percentages of Color #b59074

%0
%20
%36
%29

Triadic Colors of #b59074

#b59074 #74b590 #9074b5

Analogous Colors of #b59074

#b59074 #b5b174 #b57479

Monochromatic Colors of #b59074

#b59074

Complementary Color

#b59074 #7499b5

#b59074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59074 Color CSS Codes

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

#b59074 Text Font Color

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

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


#b59074 Background Color

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

This div background color is #b59074


#b59074 Border Color

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

This div border color is #b59074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59074


Comments

No comments written yet.

Please login to write comment.