Color Hex Logo

#b19745 Color Hex

#B19745
(177,151,69)
0 Favorites   0 Comments

Color spaces of #b19745

RGB 17715169
HSL0.130.440.48
HSV46°61°69°
CMYK 0.000.150.61   0.31
XYZ30.272231.910010.1940
Yxy31.91000.41830.4409
Hunter Lab56.4889-3.198228.8428
CIE-Lab63.2684-0.215345.8546

#b19745 color RGB value is (177,151,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 01000101
Octal 261 227 105
Decimal 177 151 69
Hex B1 97 45

RGB Percentages of Color #b19745

%44.58
%38.04
%17.38

CMYK Percentages of Color #b19745

%0
%15
%61
%31

Triadic Colors of #b19745

#b19745 #45b197 #9745b1

Analogous Colors of #b19745

#b19745 #95b145 #b16145

Monochromatic Colors of #b19745

#b19745

Complementary Color

#b19745 #455fb1

#b19745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19745 Color CSS Codes

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

#b19745 Text Font Color

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

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


#b19745 Background Color

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

This div background color is #b19745


#b19745 Border Color

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

This div border color is #b19745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19745


Comments

No comments written yet.

Please login to write comment.