COLOR #B47B8B

HEX: #B47B8B
RGB: (180,123,139)

Color info

#B47B8B contains red, green and blue colors in about the same proportion. Web safe color of #B47B8B is #CC6699 (or #C69).

RGB color model

#B47B8B color RGB value is (180,123,139).

  • red value is 180;
  • green value is 123;
  • blue value is 139.
RGB:
(180,123,139)
(71%,48%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 139 of 255 = 55%

180
123
139

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

Portions of RGB colors in percentages

R + G + B =
180 + 123 + 139 = 442 (100%)
R 180 of 442 ~ 40.72%
G 123 of 442 ~ 27.83%
B 139 of 442 ~ 31.45%

%40.72
%27.83
%31.45

CMYK color model

#B47B8B color CMYK value is (0,32,23,29).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(0,32,23,29)
C0M32Y23K29 
(0%,32%,23%,29%)
(0.00/0.32/0.23/0.29)	

CMYK percentages

%0
%31.67
%22.78
%29.41

Codes

Color #B47B8B in popluar color models

B47B8B
RGB180123139
HSL343°27.54%59.41%
HSB/HSV343°31.67%70.59%
CMYK0.00%31.67%22.78%
29.41%

Color #B47B8B in popluar number systems.

HEXB47B8B
Decimal180123139
Binary10110100111101110001011
Octal264173213

Shades and tints

Shades of #B47B8B

#B47B8B
(180,123,139)
#A4707F
(164,112,127)
#946573
(148,101,115)
#845A67
(132,90,103)
#744F5B
(116,79,91)
#64444F
(100,68,79)
#543943
(84,57,67)
#442E37
(68,46,55)
#34232B
(52,35,43)
#24181F
(36,24,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #B47B8B

#B47B8B
(180,123,139)
#BA8795
(186,135,149)
#C0939F
(192,147,159)
#C69FA9
(198,159,169)
#CCABB3
(204,171,179)
#D2B7BD
(210,183,189)
#D8C3C7
(216,195,199)
#DECFD1
(222,207,209)
#E4DBDB
(228,219,219)
#EAE7E5
(234,231,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47B8B color. Also use rgb(180,123,139) instead hex code.

Text Font Color

.myTextColor { color: #B47B8B; }

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

This text font color is #B47B8B.


Background Color

.myBgColor { background-color: #B47B8B; }

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

This div background color is #B47B8B.


Border color

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

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

This div border color is #B47B8B.


Opacity

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

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

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

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

This text has shadow with #B47B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47B8B on black background.


Color preview on white background

This text has color #B47B8B on white background.



Black color preview on #B47B8B background

This text has black color on #B47B8B background.


White color preview on #B47B8B background

This text has white color on #B47B8B background.