Color Hex Logo

#b19582 Color Hex

#B19582
(177,149,130)
0 Favorites   0 Comments

Color spaces of #b19582

RGB 177149130
HSL0.070.230.60
HSV24°27°69°
CMYK 0.000.160.27   0.31
XYZ32.908232.453725.6488
Yxy32.45370.36160.3566
Hunter Lab56.96813.418013.1835
CIE-Lab63.71617.491613.9230

#b19582 color RGB value is (177,149,130).

#b19582 hex color red value is 177, green value is 149 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b19582 hue: 0.07 , saturation: 0.23 and the lightness value of b19582 is 0.60.

The process color (four color CMYK) of #b19582 color hex is 0.00, 0.16, 0.27, 0.31. Web safe color of #b19582 is #999999. Color #b19582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010101 10000010
Octal 261 225 202
Decimal 177 149 130
Hex B1 95 82

RGB Percentages of Color #b19582

%38.82
%32.68
%28.51

CMYK Percentages of Color #b19582

%0
%16
%27
%31

Triadic Colors of #b19582

#b19582 #82b195 #9582b1

Analogous Colors of #b19582

#b19582 #b1ad82 #b18287

Monochromatic Colors of #b19582

#b19582

Complementary Color

#b19582 #829eb1

#b19582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19582 Color CSS Codes

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

#b19582 Text Font Color

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

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


#b19582 Background Color

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

This div background color is #b19582


#b19582 Border Color

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

This div border color is #b19582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19582


Comments

No comments written yet.

Please login to write comment.