COLOR #B47095

HEX: #B47095 RGB: (180,112,149)

Color info

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

RGB color model

#B47095 color RGB value is (180,112,149).

RGB: (180,112,149) (71%, 44%, 58%)

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 149 of 255 = 58%

180
112
149

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

Portions of RGB colors in percentages

R + G + B = 180 + 112 + 149 = 441 (100%)
R 180 of 441 ~ 40.82%
G 112 of 441 ~ 25.4%
B 149 of 441 ~ 33.79'%

%40.82
%25.4
%33.79

CMYK color model

#B47095 color CMYK value is (0,38,17,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 17.22%
  • key color value is 29.41%

CMYK: (0,38,17,29)
C0M38Y17K29 (0%, 38%, 17%, 29%)
(0.00 / 0.38 / 0.17 / 0.29)

CMYK percentages

%0
%37.78
%17.22
%29.41

Codes

Color #B47095 in popluar color models

B4 70 95
RGB 180 112 149
HSL 327° 31.19% 57.25%
HSB/HSV 327° 37.78% 70.59%
CMYK 0.00% 37.78% 17.22%
29.41%

Color #B47095 in popluar number systems.

HEX B4 70 95
Decimal 180 112 149
Binary 10110100 1110000 10010101
Octal 264 160 225

Shades and tints

Shades of #B47095

#B47095
(180,112,149)
#A46688
(164,102,136)
#945C7B
(148,92,123)
#84526E
(132,82,110)
#744861
(116,72,97)
#643E54
(100,62,84)
#543447
(84,52,71)
#442A3A
(68,42,58)
#34202D
(52,32,45)
#241620
(36,22,32)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #B47095

#B47095
(180,112,149)
#BA7D9E
(186,125,158)
#C08AA7
(192,138,167)
#C697B0
(198,151,176)
#CCA4B9
(204,164,185)
#D2B1C2
(210,177,194)
#D8BECB
(216,190,203)
#DECBD4
(222,203,212)
#E4D8DD
(228,216,221)
#EAE5E6
(234,229,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47095 color. Also use rgb(180,112,149) instead hex code.

Text Font Color

.myTextColor { color: #B47095; }

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

This text font color is #B47095.

Background Color

.myBgColor { background-color: #B47095; }

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

This div background color is #B47095.

Border color

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

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

This div border color is #B47095.

Opacity

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

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

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

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

This text has shadow with #B47095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47095.

Preview

Color preview on black background

This text has color #B47095 on black background.


Color preview on white background

This text has color #B47095 on white background.


Black color preview on #B47095 background

This text has black color on #B47095 background.


White color preview on #B47095 background

This text has white color on #B47095 background.


Related colors

Complementary color

Complementary color for #hex is #4B8F6A.


I love getcolorcode.com

Triadic colors

1 #95B470 and #7095B4 with #B47095 are triadic colors.

2 #9570B4 and #70B495 with #B47095 are triadic colors.