COLOR #B47685

HEX: #B47685
RGB: (180,118,133)

Color info

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

RGB color model

#B47685 color RGB value is (180,118,133).

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

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 133 of 255 = 52%

180
118
133

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 133 = 431 (100%)
R 180 of 431 ~ 41.76%
G 118 of 431 ~ 27.38%
B 133 of 431 ~ 30.86%

%41.76
%27.38
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 26.11%
  • 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
%26.11
%29.41

Codes

Color #B47685 in popluar color models

B47685
RGB180118133
HSL345°29.25%58.43%
HSB/HSV345°34.44%70.59%
CMYK0.00%34.44%26.11%
29.41%

Color #B47685 in popluar number systems.

HEXB47685
Decimal180118133
Binary10110100111011010000101
Octal264166205

Shades and tints

Shades of #B47685

#B47685
(180,118,133)
#A46C79
(164,108,121)
#94626D
(148,98,109)
#845861
(132,88,97)
#744E55
(116,78,85)
#644449
(100,68,73)
#543A3D
(84,58,61)
#443031
(68,48,49)
#342625
(52,38,37)
#241C19
(36,28,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #B47685

#B47685
(180,118,133)
#BA8290
(186,130,144)
#C08E9B
(192,142,155)
#C69AA6
(198,154,166)
#CCA6B1
(204,166,177)
#D2B2BC
(210,178,188)
#D8BEC7
(216,190,199)
#DECAD2
(222,202,210)
#E4D6DD
(228,214,221)
#EAE2E8
(234,226,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47685; }

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

This text font color is #B47685.


Background Color

.myBgColor { background-color: #B47685; }

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

This div background color is #B47685.


Border color

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

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

This div border color is #B47685.


Opacity

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

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

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

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

This text has shadow with #B47685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47685 on black background.


Color preview on white background

This text has color #B47685 on white background.



Black color preview on #B47685 background

This text has black color on #B47685 background.


White color preview on #B47685 background

This text has white color on #B47685 background.