Color Hex Logo

#b19c58 Color Hex

#B19C58
(177,156,88)
0 Favorites   0 Comments

Color spaces of #b19c58

RGB 17715688
HSL0.130.360.52
HSV46°50°69°
CMYK 0.000.120.50   0.31
XYZ31.781433.828614.0870
Yxy33.82860.39880.4245
Hunter Lab58.1624-4.247226.3535
CIE-Lab64.8263-1.347638.2017

#b19c58 color RGB value is (177,156,88).

#b19c58 hex color red value is 177, green value is 156 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b19c58 hue: 0.13 , saturation: 0.36 and the lightness value of b19c58 is 0.52.

The process color (four color CMYK) of #b19c58 color hex is 0.00, 0.12, 0.50, 0.31. Web safe color of #b19c58 is #999966. Color #b19c58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 01011000
Octal 261 234 130
Decimal 177 156 88
Hex B1 9C 58

RGB Percentages of Color #b19c58

%42.04
%37.05
%20.90

CMYK Percentages of Color #b19c58

%0
%12
%50
%31

Triadic Colors of #b19c58

#b19c58 #58b19c #9c58b1

Analogous Colors of #b19c58

#b19c58 #9ab158 #b17058

Monochromatic Colors of #b19c58

#b19c58

Complementary Color

#b19c58 #586db1

#b19c58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19c58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19c58 Color CSS Codes

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

#b19c58 Text Font Color

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

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


#b19c58 Background Color

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

This div background color is #b19c58


#b19c58 Border Color

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

This div border color is #b19c58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,156,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b19c58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b19c58;
  -webkit-box-shadow: 1px 1px 3px 2px #b19c58;
  box-shadow:         1px 1px 3px 2px #b19c58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,156,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19c58


Comments

No comments written yet.

Please login to write comment.