Color Hex Logo

#b1846e Color Hex

#B1846E
(177,132,110)
0 Favorites   0 Comments

Color spaces of #b1846e

RGB 177132110
HSL0.050.300.56
HSV20°38°69°
CMYK 0.000.250.38   0.31
XYZ29.197226.975418.4198
Yxy26.97540.39140.3616
Hunter Lab51.93789.453715.3292
CIE-Lab58.951614.301318.6141

#b1846e color RGB value is (177,132,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 01101110
Octal 261 204 156
Decimal 177 132 110
Hex B1 84 6E

RGB Percentages of Color #b1846e

%42.24
%31.50
%26.25

CMYK Percentages of Color #b1846e

%0
%25
%38
%31

Triadic Colors of #b1846e

#b1846e #6eb184 #846eb1

Analogous Colors of #b1846e

#b1846e #b1a66e #b16e7a

Monochromatic Colors of #b1846e

#b1846e

Complementary Color

#b1846e #6e9bb1

#b1846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1846e Color CSS Codes

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

#b1846e Text Font Color

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

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


#b1846e Background Color

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

This div background color is #b1846e


#b1846e Border Color

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

This div border color is #b1846e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,132,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 #b1846e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1846e


Comments

No comments written yet.

Please login to write comment.