Color Hex Logo

#b58077 Color Hex

#B58077
(181,128,119)
0 Favorites   0 Comments

Color spaces of #b58077

RGB 181128119
HSL0.020.300.59
HSV34°71°
CMYK 0.000.290.34   0.29
XYZ30.105026.594020.9992
Yxy26.59400.38750.3423
Hunter Lab51.569413.957811.9555
CIE-Lab58.596619.292013.0629

#b58077 color RGB value is (181,128,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 01110111
Octal 265 200 167
Decimal 181 128 119
Hex B5 80 77

RGB Percentages of Color #b58077

%42.29
%29.91
%27.80

CMYK Percentages of Color #b58077

%0
%29
%34
%29

Triadic Colors of #b58077

#b58077 #77b580 #8077b5

Analogous Colors of #b58077

#b58077 #b59f77 #b5778d

Monochromatic Colors of #b58077

#b58077

Complementary Color

#b58077 #77acb5

#b58077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58077 Color CSS Codes

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

#b58077 Text Font Color

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

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


#b58077 Background Color

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

This div background color is #b58077


#b58077 Border Color

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

This div border color is #b58077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58077


Comments

No comments written yet.

Please login to write comment.