COLOR #B47389

HEX: #B47389
RGB: (180,115,137)

Color info

#B47389 contains mainly red and blue colors. Web safe color of #B47389 is #CC6699 (or #C69).

RGB color model

#B47389 color RGB value is (180,115,137).

  • red value is 180;
  • green value is 115;
  • blue value is 137.
RGB:
(180,115,137)
(71%,45%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 115 of 255 = 45%
B 137 of 255 = 54%

180
115
137

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

Portions of RGB colors in percentages

R + G + B =
180 + 115 + 137 = 432 (100%)
R 180 of 432 ~ 41.67%
G 115 of 432 ~ 26.62%
B 137 of 432 ~ 31.71%

%41.67
%26.62
%31.71

CMYK color model

#B47389 color CMYK value is (0,36,24,29).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(0,36,24,29)
C0M36Y24K29 
(0%,36%,24%,29%)
(0.00/0.36/0.24/0.29)	

CMYK percentages

%0
%36.11
%23.89
%29.41

Codes

Color #B47389 in popluar color models

B47389
RGB180115137
HSL340°30.23%57.84%
HSB/HSV340°36.11%70.59%
CMYK0.00%36.11%23.89%
29.41%

Color #B47389 in popluar number systems.

HEXB47389
Decimal180115137
Binary10110100111001110001001
Octal264163211

Shades and tints

Shades of #B47389

#B47389
(180,115,137)
#A4697D
(164,105,125)
#945F71
(148,95,113)
#845565
(132,85,101)
#744B59
(116,75,89)
#64414D
(100,65,77)
#543741
(84,55,65)
#442D35
(68,45,53)
#342329
(52,35,41)
#24191D
(36,25,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #B47389

#B47389
(180,115,137)
#BA7F93
(186,127,147)
#C08B9D
(192,139,157)
#C697A7
(198,151,167)
#CCA3B1
(204,163,177)
#D2AFBB
(210,175,187)
#D8BBC5
(216,187,197)
#DEC7CF
(222,199,207)
#E4D3D9
(228,211,217)
#EADFE3
(234,223,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47389 color. Also use rgb(180,115,137) instead hex code.

Text Font Color

.myTextColor { color: #B47389; }

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

This text font color is #B47389.


Background Color

.myBgColor { background-color: #B47389; }

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

This div background color is #B47389.


Border color

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

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

This div border color is #B47389.


Opacity

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

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

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

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

This text has shadow with #B47389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47389 on black background.


Color preview on white background

This text has color #B47389 on white background.



Black color preview on #B47389 background

This text has black color on #B47389 background.


White color preview on #B47389 background

This text has white color on #B47389 background.