COLOR #B47686

HEX: #B47686
RGB: (180,118,134)

Color info

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

RGB color model

#B47686 color RGB value is (180,118,134).

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

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 134 of 255 = 53%

180
118
134

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 134 = 432 (100%)
R 180 of 432 ~ 41.67%
G 118 of 432 ~ 27.31%
B 134 of 432 ~ 31.02%

%41.67
%27.31
%31.02

CMYK color model

#B47686 color CMYK value is (0,34,26,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 25.56%
  • key color value is 29.41%
CMYK:
(0,34,26,29)
C0M34Y26K29 
(0%,34%,26%,29%)
(0.00/0.34/0.26/0.29)	

CMYK percentages

%0
%34.44
%25.56
%29.41

Codes

Color #B47686 in popluar color models

B47686
RGB180118134
HSL345°29.25%58.43%
HSB/HSV345°34.44%70.59%
CMYK0.00%34.44%25.56%
29.41%

Color #B47686 in popluar number systems.

HEXB47686
Decimal180118134
Binary10110100111011010000110
Octal264166206

Shades and tints

Shades of #B47686

#B47686
(180,118,134)
#A46C7A
(164,108,122)
#94626E
(148,98,110)
#845862
(132,88,98)
#744E56
(116,78,86)
#64444A
(100,68,74)
#543A3E
(84,58,62)
#443032
(68,48,50)
#342626
(52,38,38)
#241C1A
(36,28,26)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #B47686

#B47686
(180,118,134)
#BA8291
(186,130,145)
#C08E9C
(192,142,156)
#C69AA7
(198,154,167)
#CCA6B2
(204,166,178)
#D2B2BD
(210,178,189)
#D8BEC8
(216,190,200)
#DECAD3
(222,202,211)
#E4D6DE
(228,214,222)
#EAE2E9
(234,226,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47686; }

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

This text font color is #B47686.


Background Color

.myBgColor { background-color: #B47686; }

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

This div background color is #B47686.


Border color

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

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

This div border color is #B47686.


Opacity

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

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

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

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

This text has shadow with #B47686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47686 on black background.


Color preview on white background

This text has color #B47686 on white background.



Black color preview on #B47686 background

This text has black color on #B47686 background.


White color preview on #B47686 background

This text has white color on #B47686 background.