Color Hex Logo

#b9486e Color Hex

#B9486E
(185,72,110)
0 Favorites   0 Comments

Color spaces of #b9486e

RGB 18572110
HSL0.940.450.50
HSV340°61°73°
CMYK 0.000.610.41   0.27
XYZ25.139416.074816.5296
Yxy16.07480.43540.2784
Hunter Lab40.093441.75983.6214
CIE-Lab47.072549.08942.0539

#b9486e color RGB value is (185,72,110).

#b9486e hex color red value is 185, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b9486e hue: 0.94 , saturation: 0.45 and the lightness value of b9486e is 0.50.

The process color (four color CMYK) of #b9486e color hex is 0.00, 0.61, 0.41, 0.27. Web safe color of #b9486e is #cc3366. Color #b9486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 01101110
Octal 271 110 156
Decimal 185 72 110
Hex B9 48 6E

RGB Percentages of Color #b9486e

%50.41
%19.62
%29.97

CMYK Percentages of Color #b9486e

%0
%61
%41
%27

Triadic Colors of #b9486e

#b9486e #6eb948 #486eb9

Analogous Colors of #b9486e

#b9486e #b95a48 #b948a7

Monochromatic Colors of #b9486e

#b9486e

Complementary Color

#b9486e #48b993

#b9486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9486e Color CSS Codes

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

#b9486e Text Font Color

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

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


#b9486e Background Color

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

This div background color is #b9486e


#b9486e Border Color

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

This div border color is #b9486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9486e


Comments

No comments written yet.

Please login to write comment.