COLOR #B47682

HEX: #B47682
RGB: (180,118,130)

Color info

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

RGB color model

#B47682 color RGB value is (180,118,130).

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

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 130 of 255 = 51%

180
118
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 130 = 428 (100%)
R 180 of 428 ~ 42.06%
G 118 of 428 ~ 27.57%
B 130 of 428 ~ 30.37%

%42.06
%27.57
%30.37

CMYK color model

#B47682 color CMYK value is (0,34,28,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,34,28,29)
C0M34Y28K29 
(0%,34%,28%,29%)
(0.00/0.34/0.28/0.29)	

CMYK percentages

%0
%34.44
%27.78
%29.41

Codes

Color #B47682 in popluar color models

B47682
RGB180118130
HSL348°29.25%58.43%
HSB/HSV348°34.44%70.59%
CMYK0.00%34.44%27.78%
29.41%

Color #B47682 in popluar number systems.

HEXB47682
Decimal180118130
Binary10110100111011010000010
Octal264166202

Shades and tints

Shades of #B47682

#B47682
(180,118,130)
#A46C77
(164,108,119)
#94626C
(148,98,108)
#845861
(132,88,97)
#744E56
(116,78,86)
#64444B
(100,68,75)
#543A40
(84,58,64)
#443035
(68,48,53)
#34262A
(52,38,42)
#241C1F
(36,28,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B47682

#B47682
(180,118,130)
#BA828D
(186,130,141)
#C08E98
(192,142,152)
#C69AA3
(198,154,163)
#CCA6AE
(204,166,174)
#D2B2B9
(210,178,185)
#D8BEC4
(216,190,196)
#DECACF
(222,202,207)
#E4D6DA
(228,214,218)
#EAE2E5
(234,226,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47682; }

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

This text font color is #B47682.


Background Color

.myBgColor { background-color: #B47682; }

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

This div background color is #B47682.


Border color

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

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

This div border color is #B47682.


Opacity

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

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

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

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

This text has shadow with #B47682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47682 on black background.


Color preview on white background

This text has color #B47682 on white background.



Black color preview on #B47682 background

This text has black color on #B47682 background.


White color preview on #B47682 background

This text has white color on #B47682 background.