Color Hex Logo

#b9848d Color Hex

#B9848D
(185,132,141)
0 Favorites   0 Comments

Color spaces of #b9848d

RGB 185132141
HSL0.970.270.62
HSV350°29°73°
CMYK 0.000.290.24   0.27
XYZ33.066628.739929.0039
Yxy28.73990.36410.3165
Hunter Lab53.609616.28265.4496
CIE-Lab60.551421.69503.2999

#b9848d color RGB value is (185,132,141).

#b9848d hex color red value is 185, green value is 132 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b9848d hue: 0.97 , saturation: 0.27 and the lightness value of b9848d is 0.62.

The process color (four color CMYK) of #b9848d color hex is 0.00, 0.29, 0.24, 0.27. Web safe color of #b9848d is #cc9999. Color #b9848d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 10001101
Octal 271 204 215
Decimal 185 132 141
Hex B9 84 8D

RGB Percentages of Color #b9848d

%40.39
%28.82
%30.79

CMYK Percentages of Color #b9848d

%0
%29
%24
%27

Triadic Colors of #b9848d

#b9848d #8db984 #848db9

Analogous Colors of #b9848d

#b9848d #b99684 #b984a8

Monochromatic Colors of #b9848d

#b9848d

Complementary Color

#b9848d #84b9b0

#b9848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9848d Color CSS Codes

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

#b9848d Text Font Color

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

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


#b9848d Background Color

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

This div background color is #b9848d


#b9848d Border Color

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

This div border color is #b9848d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,132,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9848d


Comments

No comments written yet.

Please login to write comment.