COLOR #B47585

HEX: #B47585
RGB: (180,117,133)

Color info

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

RGB color model

#B47585 color RGB value is (180,117,133).

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

RGB channels and saturation

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

180
117
133

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

Portions of RGB colors in percentages

R + G + B =
180 + 117 + 133 = 430 (100%)
R 180 of 430 ~ 41.86%
G 117 of 430 ~ 27.21%
B 133 of 430 ~ 30.93%

%41.86
%27.21
%30.93

CMYK color model

#B47585 color CMYK value is (0,35,26,29).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 26.11%
  • key color value is 29.41%
CMYK:
(0,35,26,29)
C0M35Y26K29 
(0%,35%,26%,29%)
(0.00/0.35/0.26/0.29)	

CMYK percentages

%0
%35
%26.11
%29.41

Codes

Color #B47585 in popluar color models

B47585
RGB180117133
HSL345°29.58%58.24%
HSB/HSV345°35.00%70.59%
CMYK0.00%35.00%26.11%
29.41%

Color #B47585 in popluar number systems.

HEXB47585
Decimal180117133
Binary10110100111010110000101
Octal264165205

Shades and tints

Shades of #B47585

#B47585
(180,117,133)
#A46B79
(164,107,121)
#94616D
(148,97,109)
#845761
(132,87,97)
#744D55
(116,77,85)
#644349
(100,67,73)
#54393D
(84,57,61)
#442F31
(68,47,49)
#342525
(52,37,37)
#241B19
(36,27,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B47585

#B47585
(180,117,133)
#BA8190
(186,129,144)
#C08D9B
(192,141,155)
#C699A6
(198,153,166)
#CCA5B1
(204,165,177)
#D2B1BC
(210,177,188)
#D8BDC7
(216,189,199)
#DEC9D2
(222,201,210)
#E4D5DD
(228,213,221)
#EAE1E8
(234,225,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47585; }

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

This text font color is #B47585.


Background Color

.myBgColor { background-color: #B47585; }

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

This div background color is #B47585.


Border color

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

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

This div border color is #B47585.


Opacity

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

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

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

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

This text has shadow with #B47585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47585 on black background.


Color preview on white background

This text has color #B47585 on white background.



Black color preview on #B47585 background

This text has black color on #B47585 background.


White color preview on #B47585 background

This text has white color on #B47585 background.