COLOR #B9477E

HEX: #B9477E
RGB: (185,71,126)

Color info

#B9477E contains mainly red and blue colors. Web safe color of #B9477E is #CC3366 (or #C36).

RGB color model

#B9477E color RGB value is (185,71,126).

  • red value is 185;
  • green value is 71;
  • blue value is 126.
RGB:
(185,71,126)
(73%,28%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 71 of 255 = 28%
B 126 of 255 = 49%

185
71
126

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

Portions of RGB colors in percentages

R + G + B =
185 + 71 + 126 = 382 (100%)
R 185 of 382 ~ 48.43%
G 71 of 382 ~ 18.59%
B 126 of 382 ~ 32.98%

%48.43
%18.59
%32.98

CMYK color model

#B9477E color CMYK value is (0,62,32,27).

  • cyan value is 0.00%
  • magenta value is 61.62%
  • yellow value is 31.89%
  • key color value is 27.45%
CMYK:
(0,62,32,27)
C0M62Y32K27 
(0%,62%,32%,27%)
(0.00/0.62/0.32/0.27)	

CMYK percentages

%0
%61.62
%31.89
%27.45

Codes

Color #B9477E in popluar color models

B9477E
RGB18571126
HSL331°44.88%50.20%
HSB/HSV331°61.62%72.55%
CMYK0.00%61.62%31.89%
27.45%

Color #B9477E in popluar number systems.

HEXB9477E
Decimal18571126
Binary1011100110001111111110
Octal271107176

Shades and tints

Shades of #B9477E

#B9477E
(185,71,126)
#A94173
(169,65,115)
#993B68
(153,59,104)
#89355D
(137,53,93)
#792F52
(121,47,82)
#692947
(105,41,71)
#59233C
(89,35,60)
#491D31
(73,29,49)
#391726
(57,23,38)
#29111B
(41,17,27)
#190B10
(25,11,16)
#000000
(0,0,0)

Tints of #B9477E

#B9477E
(185,71,126)
#BF5789
(191,87,137)
#C56794
(197,103,148)
#CB779F
(203,119,159)
#D187AA
(209,135,170)
#D797B5
(215,151,181)
#DDA7C0
(221,167,192)
#E3B7CB
(227,183,203)
#E9C7D6
(233,199,214)
#EFD7E1
(239,215,225)
#F5E7EC
(245,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9477E color. Also use rgb(185,71,126) instead hex code.

Text Font Color

.myTextColor { color: #B9477E; }

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

This text font color is #B9477E.


Background Color

.myBgColor { background-color: #B9477E; }

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

This div background color is #B9477E.


Border color

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

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

This div border color is #B9477E.


Opacity

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

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

Text with #B9477E 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 #B9477E;}

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

This text has shadow with #B9477E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9477E on black background.


Color preview on white background

This text has color #B9477E on white background.



Black color preview on #B9477E background

This text has black color on #B9477E background.


White color preview on #B9477E background

This text has white color on #B9477E background.