Color Hex Logo

#b19941 Color Hex

#B19941
(177,153,65)
0 Favorites   0 Comments

Color spaces of #b19941

RGB 17715365
HSL0.130.460.47
HSV47°63°69°
CMYK 0.000.140.63   0.31
XYZ30.476832.51129.6700
Yxy32.51120.41950.4475
Hunter Lab57.0186-4.373229.8578
CIE-Lab63.7632-1.580248.2911

#b19941 color RGB value is (177,153,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 01000001
Octal 261 231 101
Decimal 177 153 65
Hex B1 99 41

RGB Percentages of Color #b19941

%44.81
%38.73
%16.46

CMYK Percentages of Color #b19941

%0
%14
%63
%31

Triadic Colors of #b19941

#b19941 #41b199 #9941b1

Analogous Colors of #b19941

#b19941 #91b141 #b16141

Monochromatic Colors of #b19941

#b19941

Complementary Color

#b19941 #4159b1

#b19941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19941 Color CSS Codes

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

#b19941 Text Font Color

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

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


#b19941 Background Color

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

This div background color is #b19941


#b19941 Border Color

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

This div border color is #b19941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19941


Comments

No comments written yet.

Please login to write comment.