Color Hex Logo

#b9476e Color Hex

#B9476E
(185,71,110)
0 Favorites   0 Comments

Color spaces of #b9476e

RGB 18571110
HSL0.940.450.50
HSV339°62°73°
CMYK 0.000.620.41   0.27
XYZ25.075315.946616.5082
Yxy15.94660.43590.2772
Hunter Lab39.933242.20263.4430
CIE-Lab46.904449.54111.8101

#b9476e color RGB value is (185,71,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 01101110
Octal 271 107 156
Decimal 185 71 110
Hex B9 47 6E

RGB Percentages of Color #b9476e

%50.55
%19.40
%30.05

CMYK Percentages of Color #b9476e

%0
%62
%41
%27

Triadic Colors of #b9476e

#b9476e #6eb947 #476eb9

Analogous Colors of #b9476e

#b9476e #b95947 #b947a7

Monochromatic Colors of #b9476e

#b9476e

Complementary Color

#b9476e #47b992

#b9476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9476e Color CSS Codes

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

#b9476e Text Font Color

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

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


#b9476e Background Color

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

This div background color is #b9476e


#b9476e Border Color

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

This div border color is #b9476e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9476e


Comments

No comments written yet.

Please login to write comment.