COLOR #B47B88

HEX: #B47B88
RGB: (180,123,136)

Color info

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

RGB color model

#B47B88 color RGB value is (180,123,136).

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

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 136 of 255 = 53%

180
123
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 123 + 136 = 439 (100%)
R 180 of 439 ~ 41%
G 123 of 439 ~ 28.02%
B 136 of 439 ~ 30.98%

%41
%28.02
%30.98

CMYK color model

#B47B88 color CMYK value is (0,32,24,29).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(0,32,24,29)
C0M32Y24K29 
(0%,32%,24%,29%)
(0.00/0.32/0.24/0.29)	

CMYK percentages

%0
%31.67
%24.44
%29.41

Codes

Color #B47B88 in popluar color models

B47B88
RGB180123136
HSL346°27.54%59.41%
HSB/HSV346°31.67%70.59%
CMYK0.00%31.67%24.44%
29.41%

Color #B47B88 in popluar number systems.

HEXB47B88
Decimal180123136
Binary10110100111101110001000
Octal264173210

Shades and tints

Shades of #B47B88

#B47B88
(180,123,136)
#A4707C
(164,112,124)
#946570
(148,101,112)
#845A64
(132,90,100)
#744F58
(116,79,88)
#64444C
(100,68,76)
#543940
(84,57,64)
#442E34
(68,46,52)
#342328
(52,35,40)
#24181C
(36,24,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #B47B88

#B47B88
(180,123,136)
#BA8792
(186,135,146)
#C0939C
(192,147,156)
#C69FA6
(198,159,166)
#CCABB0
(204,171,176)
#D2B7BA
(210,183,186)
#D8C3C4
(216,195,196)
#DECFCE
(222,207,206)
#E4DBD8
(228,219,216)
#EAE7E2
(234,231,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47B88; }

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

This text font color is #B47B88.


Background Color

.myBgColor { background-color: #B47B88; }

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

This div background color is #B47B88.


Border color

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

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

This div border color is #B47B88.


Opacity

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

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

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

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

This text has shadow with #B47B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47B88 on black background.


Color preview on white background

This text has color #B47B88 on white background.



Black color preview on #B47B88 background

This text has black color on #B47B88 background.


White color preview on #B47B88 background

This text has white color on #B47B88 background.