Color Hex Logo

#b19170 Color Hex

#B19170
(177,145,112)
0 Favorites   0 Comments

Color spaces of #b19170

RGB 177145112
HSL0.080.290.57
HSV30°37°69°
CMYK 0.000.180.37   0.31
XYZ31.181530.767819.6246
Yxy30.76780.38220.3772
Hunter Lab55.46873.272717.8516
CIE-Lab62.31117.296222.0456

#b19170 color RGB value is (177,145,112).

#b19170 hex color red value is 177, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b19170 hue: 0.08 , saturation: 0.29 and the lightness value of b19170 is 0.57.

The process color (four color CMYK) of #b19170 color hex is 0.00, 0.18, 0.37, 0.31. Web safe color of #b19170 is #999966. Color #b19170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 01110000
Octal 261 221 160
Decimal 177 145 112
Hex B1 91 70

RGB Percentages of Color #b19170

%40.78
%33.41
%25.81

CMYK Percentages of Color #b19170

%0
%18
%37
%31

Triadic Colors of #b19170

#b19170 #70b191 #9170b1

Analogous Colors of #b19170

#b19170 #b1b170 #b17170

Monochromatic Colors of #b19170

#b19170

Complementary Color

#b19170 #7090b1

#b19170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19170 Color CSS Codes

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

#b19170 Text Font Color

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

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


#b19170 Background Color

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

This div background color is #b19170


#b19170 Border Color

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

This div border color is #b19170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19170


Comments

No comments written yet.

Please login to write comment.