COLOR #B9496F

HEX: #B9496F
RGB: (185,73,111)

Color info

#B9496F contains mainly red color. Web safe color of #B9496F is #CC3366 (or #C36).

RGB color model

#B9496F color RGB value is (185,73,111).

  • red value is 185;
  • green value is 73;
  • blue value is 111.
RGB:
(185,73,111)
(73%,29%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 73 of 255 = 29%
B 111 of 255 = 44%

185
73
111

R + G + B ~ 49%. #B9496F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 73 + 111 = 369 (100%)
R 185 of 369 ~ 50.14%
G 73 of 369 ~ 19.78%
B 111 of 369 ~ 30.08%

%50.14
%19.78
%30.08

CMYK color model

#B9496F color CMYK value is (0,61,40,27).

  • cyan value is 0.00%
  • magenta value is 60.54%
  • yellow value is 40.00%
  • key color value is 27.45%
CMYK:
(0,61,40,27)
C0M61Y40K27 
(0%,61%,40%,27%)
(0.00/0.61/0.40/0.27)	

CMYK percentages

%0
%60.54
%40
%27.45

Codes

Color #B9496F in popluar color models

B9496F
RGB18573111
HSL340°44.44%50.59%
HSB/HSV340°60.54%72.55%
CMYK0.00%60.54%40.00%
27.45%

Color #B9496F in popluar number systems.

HEXB9496F
Decimal18573111
Binary1011100110010011101111
Octal271111157

Shades and tints

Shades of #B9496F

#B9496F
(185,73,111)
#A94365
(169,67,101)
#993D5B
(153,61,91)
#893751
(137,55,81)
#793147
(121,49,71)
#692B3D
(105,43,61)
#592533
(89,37,51)
#491F29
(73,31,41)
#39191F
(57,25,31)
#291315
(41,19,21)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #B9496F

#B9496F
(185,73,111)
#BF597C
(191,89,124)
#C56989
(197,105,137)
#CB7996
(203,121,150)
#D189A3
(209,137,163)
#D799B0
(215,153,176)
#DDA9BD
(221,169,189)
#E3B9CA
(227,185,202)
#E9C9D7
(233,201,215)
#EFD9E4
(239,217,228)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9496F color. Also use rgb(185,73,111) instead hex code.

Text Font Color

.myTextColor { color: #B9496F; }

<p style="color:#B9496F">This sample text font color is #B9496F.</p>

This text font color is #B9496F.


Background Color

.myBgColor { background-color: #B9496F; }

<div style="background-color:#B9496F">Inner text</div>

This div background color is #B9496F.


Border color

.myBorderColor { border: 1px solid #B9496F; }

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

This div border color is #B9496F.


Opacity

.myOpacity80 { color: #B9496F; opacity: 0.8; }

<p style="color:#B9496F;opacity:0.8;">80%</p>

Text with #B9496F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B9496F;}

<p style="text-shadow: 3px 3px 1px #B9496F">Text here.</p>

This text has shadow with #B9496F color.

.textShadow {text-shadow: 3px 3px 1px #B9496F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B9496F, 5px 5px 20px red">Text here.</p>

This text has shadow with #B9496F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9496F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B9496F, Direction=45, Strength=4)">Text</p>

This text has shadow with #B9496F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B9496F;
  -webkit-box-shadow:	1px 1px 3px 2px #B9496F;
  box-shadow:		1px 1px 3px 2px #B9496F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9496F;
-webkit-box-shadow: 1px 1px 3px 2px #B9496F;
box-shadow:1px 1px 3px 2px #B9496F;">
Div content here</div>
This div box has shadow with color #B9496F.

Preview

Color preview on black background

This text has color #B9496F on black background.


Color preview on white background

This text has color #B9496F on white background.



Black color preview on #B9496F background

This text has black color on #B9496F background.


White color preview on #B9496F background

This text has white color on #B9496F background.