Color Hex Logo

#b59076 Color Hex

#B59076
(181,144,118)
0 Favorites   0 Comments

Color spaces of #b59076

RGB 181144118
HSL0.070.300.59
HSV25°35°71°
CMYK 0.000.200.35   0.29
XYZ32.299331.078321.4359
Yxy31.07830.38080.3664
Hunter Lab55.74795.860716.2257
CIE-Lab62.573710.236919.1243

#b59076 color RGB value is (181,144,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 01110110
Octal 265 220 166
Decimal 181 144 118
Hex B5 90 76

RGB Percentages of Color #b59076

%40.86
%32.51
%26.64

CMYK Percentages of Color #b59076

%0
%20
%35
%29

Triadic Colors of #b59076

#b59076 #76b590 #9076b5

Analogous Colors of #b59076

#b59076 #b5b076 #b5767c

Monochromatic Colors of #b59076

#b59076

Complementary Color

#b59076 #769bb5

#b59076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59076 Color CSS Codes

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

#b59076 Text Font Color

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

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


#b59076 Background Color

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

This div background color is #b59076


#b59076 Border Color

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

This div border color is #b59076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59076


Comments

No comments written yet.

Please login to write comment.