Color Hex Logo

#b19742 Color Hex

#B19742
(177,151,66)
0 Favorites   0 Comments

Color spaces of #b19742

RGB 17715166
HSL0.130.460.48
HSV46°63°69°
CMYK 0.000.150.63   0.31
XYZ30.181431.87379.7158
Yxy31.87370.42050.4441
Hunter Lab56.4568-3.374629.3164
CIE-Lab63.2384-0.427447.2456

#b19742 color RGB value is (177,151,66).

#b19742 hex color red value is 177, green value is 151 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b19742 hue: 0.13 , saturation: 0.46 and the lightness value of b19742 is 0.48.

The process color (four color CMYK) of #b19742 color hex is 0.00, 0.15, 0.63, 0.31. Web safe color of #b19742 is #999933. Color #b19742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 01000010
Octal 261 227 102
Decimal 177 151 66
Hex B1 97 42

RGB Percentages of Color #b19742

%44.92
%38.32
%16.75

CMYK Percentages of Color #b19742

%0
%15
%63
%31

Triadic Colors of #b19742

#b19742 #42b197 #9742b1

Analogous Colors of #b19742

#b19742 #94b142 #b16042

Monochromatic Colors of #b19742

#b19742

Complementary Color

#b19742 #425cb1

#b19742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19742 Color CSS Codes

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

#b19742 Text Font Color

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

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


#b19742 Background Color

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

This div background color is #b19742


#b19742 Border Color

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

This div border color is #b19742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19742


Comments

No comments written yet.

Please login to write comment.