COLOR #B47182

HEX: #B47182
RGB: (180,113,130)

Color info

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

RGB color model

#B47182 color RGB value is (180,113,130).

  • red value is 180;
  • green value is 113;
  • blue value is 130.
RGB:
(180,113,130)
(71%,44%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 113 of 255 = 44%
B 130 of 255 = 51%

180
113
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 113 + 130 = 423 (100%)
R 180 of 423 ~ 42.55%
G 113 of 423 ~ 26.71%
B 130 of 423 ~ 30.73%

%42.55
%26.71
%30.73

CMYK color model

#B47182 color CMYK value is (0,37,28,29).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,37,28,29)
C0M37Y28K29 
(0%,37%,28%,29%)
(0.00/0.37/0.28/0.29)	

CMYK percentages

%0
%37.22
%27.78
%29.41

Codes

Color #B47182 in popluar color models

B47182
RGB180113130
HSL345°30.88%57.45%
HSB/HSV345°37.22%70.59%
CMYK0.00%37.22%27.78%
29.41%

Color #B47182 in popluar number systems.

HEXB47182
Decimal180113130
Binary10110100111000110000010
Octal264161202

Shades and tints

Shades of #B47182

#B47182
(180,113,130)
#A46777
(164,103,119)
#945D6C
(148,93,108)
#845361
(132,83,97)
#744956
(116,73,86)
#643F4B
(100,63,75)
#543540
(84,53,64)
#442B35
(68,43,53)
#34212A
(52,33,42)
#24171F
(36,23,31)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #B47182

#B47182
(180,113,130)
#BA7D8D
(186,125,141)
#C08998
(192,137,152)
#C695A3
(198,149,163)
#CCA1AE
(204,161,174)
#D2ADB9
(210,173,185)
#D8B9C4
(216,185,196)
#DEC5CF
(222,197,207)
#E4D1DA
(228,209,218)
#EADDE5
(234,221,229)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47182 color. Also use rgb(180,113,130) instead hex code.

Text Font Color

.myTextColor { color: #B47182; }

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

This text font color is #B47182.


Background Color

.myBgColor { background-color: #B47182; }

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

This div background color is #B47182.


Border color

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

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

This div border color is #B47182.


Opacity

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

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

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

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

This text has shadow with #B47182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47182 on black background.


Color preview on white background

This text has color #B47182 on white background.



Black color preview on #B47182 background

This text has black color on #B47182 background.


White color preview on #B47182 background

This text has white color on #B47182 background.