COLOR #B48094

HEX: #B48094 RGB: (180,128,148)

Color info

#B48094 contains red, green and blue colors in about the same proportion. Web safe color of #B48094 is #CC6699 (or #C69).

RGB color model

#B48094 color RGB value is (180,128,148).

RGB: (180,128,148) (71%, 50%, 58%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 148 of 255 = 58%

180
128
148

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

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 148 = 456 (100%)
R 180 of 456 ~ 39.47%
G 128 of 456 ~ 28.07%
B 148 of 456 ~ 32.46'%

%39.47
%28.07
%32.46

CMYK color model

#B48094 color CMYK value is (0,29,18,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 17.78%
  • key color value is 29.41%

CMYK: (0,29,18,29)
C0M29Y18K29 (0%, 29%, 18%, 29%)
(0.00 / 0.29 / 0.18 / 0.29)

CMYK percentages

%0
%28.89
%17.78
%29.41

Codes

Color #B48094 in popluar color models

B4 80 94
RGB 180 128 148
HSL 337° 25.74% 60.39%
HSB/HSV 337° 28.89% 70.59%
CMYK 0.00% 28.89% 17.78%
29.41%

Color #B48094 in popluar number systems.

HEX B4 80 94
Decimal 180 128 148
Binary 10110100 10000000 10010100
Octal 264 200 224

Shades and tints

Shades of #B48094

#B48094
(180,128,148)
#A47587
(164,117,135)
#946A7A
(148,106,122)
#845F6D
(132,95,109)
#745460
(116,84,96)
#644953
(100,73,83)
#543E46
(84,62,70)
#443339
(68,51,57)
#34282C
(52,40,44)
#241D1F
(36,29,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B48094

#B48094
(180,128,148)
#BA8B9D
(186,139,157)
#C096A6
(192,150,166)
#C6A1AF
(198,161,175)
#CCACB8
(204,172,184)
#D2B7C1
(210,183,193)
#D8C2CA
(216,194,202)
#DECDD3
(222,205,211)
#E4D8DC
(228,216,220)
#EAE3E5
(234,227,229)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48094 color. Also use rgb(180,128,148) instead hex code.

Text Font Color

.myTextColor { color: #B48094; }

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

This text font color is #B48094.

Background Color

.myBgColor { background-color: #B48094; }

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

This div background color is #B48094.

Border color

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

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

This div border color is #B48094.

Opacity

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

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

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

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

This text has shadow with #B48094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48094.

Preview

Color preview on black background

This text has color #B48094 on black background.


Color preview on white background

This text has color #B48094 on white background.


Black color preview on #B48094 background

This text has black color on #B48094 background.


White color preview on #B48094 background

This text has white color on #B48094 background.


Related colors

Complementary color

Complementary color for #hex is #4B7F6B.


I love getcolorcode.com

Triadic colors

1 #94B480 and #8094B4 with #B48094 are triadic colors.

2 #9480B4 and #80B494 with #B48094 are triadic colors.