Color Hex Logo

#b1946e Color Hex

#B1946E
(177,148,110)
0 Favorites   0 Comments

Color spaces of #b1946e

RGB 177148110
HSL0.090.300.56
HSV34°38°69°
CMYK 0.000.160.38   0.31
XYZ31.535831.652719.1993
Yxy31.65270.38280.3842
Hunter Lab56.26071.598219.1495
CIE-Lab63.05485.391924.1499

#b1946e color RGB value is (177,148,110).

#b1946e hex color red value is 177, green value is 148 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1946e hue: 0.09 , saturation: 0.30 and the lightness value of b1946e is 0.56.

The process color (four color CMYK) of #b1946e color hex is 0.00, 0.16, 0.38, 0.31. Web safe color of #b1946e is #999966. Color #b1946e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 01101110
Octal 261 224 156
Decimal 177 148 110
Hex B1 94 6E

RGB Percentages of Color #b1946e

%40.69
%34.02
%25.29

CMYK Percentages of Color #b1946e

%0
%16
%38
%31

Triadic Colors of #b1946e

#b1946e #6eb194 #946eb1

Analogous Colors of #b1946e

#b1946e #adb16e #b1736e

Monochromatic Colors of #b1946e

#b1946e

Complementary Color

#b1946e #6e8bb1

#b1946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1946e Color CSS Codes

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

#b1946e Text Font Color

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

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


#b1946e Background Color

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

This div background color is #b1946e


#b1946e Border Color

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

This div border color is #b1946e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1946e


Comments

No comments written yet.

Please login to write comment.