COLOR #B48A94

HEX: #B48A94 RGB: (180,138,148)

Color info

#B48A94 contains red, green and blue colors in about the same proportion. Web safe color of #B48A94 is #CC9999 (or #C99).

RGB color model

#B48A94 color RGB value is (180,138,148).

RGB: (180,138,148) (71%, 54%, 58%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 148 of 255 = 58%

180
138
148

R + G + B ~ 61%. #B48A94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 148 = 466 (100%)
R 180 of 466 ~ 38.63%
G 138 of 466 ~ 29.61%
B 148 of 466 ~ 31.76'%

%38.63
%29.61
%31.76

CMYK color model

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

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

CMYK: (0,23,18,29)
C0M23Y18K29 (0%, 23%, 18%, 29%)
(0.00 / 0.23 / 0.18 / 0.29)

CMYK percentages

%0
%23.33
%17.78
%29.41

Codes

Color #B48A94 in popluar color models

B4 8A 94
RGB 180 138 148
HSL 346° 21.88% 62.35%
HSB/HSV 346° 23.33% 70.59%
CMYK 0.00% 23.33% 17.78%
29.41%

Color #B48A94 in popluar number systems.

HEX B4 8A 94
Decimal 180 138 148
Binary 10110100 10001010 10010100
Octal 264 212 224

Shades and tints

Shades of #B48A94

#B48A94
(180,138,148)
#A47E87
(164,126,135)
#94727A
(148,114,122)
#84666D
(132,102,109)
#745A60
(116,90,96)
#644E53
(100,78,83)
#544246
(84,66,70)
#443639
(68,54,57)
#342A2C
(52,42,44)
#241E1F
(36,30,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B48A94

#B48A94
(180,138,148)
#BA949D
(186,148,157)
#C09EA6
(192,158,166)
#C6A8AF
(198,168,175)
#CCB2B8
(204,178,184)
#D2BCC1
(210,188,193)
#D8C6CA
(216,198,202)
#DED0D3
(222,208,211)
#E4DADC
(228,218,220)
#EAE4E5
(234,228,229)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48A94; }

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

This text font color is #B48A94.

Background Color

.myBgColor { background-color: #B48A94; }

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

This div background color is #B48A94.

Border color

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

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

This div border color is #B48A94.

Opacity

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

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

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

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

This text has shadow with #B48A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48A94.

Preview

Color preview on black background

This text has color #B48A94 on black background.


Color preview on white background

This text has color #B48A94 on white background.


Black color preview on #B48A94 background

This text has black color on #B48A94 background.


White color preview on #B48A94 background

This text has white color on #B48A94 background.


Related colors

Complementary color

Complementary color for #hex is #4B756B.


I love getcolorcode.com

Triadic colors

1 #94B48A and #8A94B4 with #B48A94 are triadic colors.

2 #948AB4 and #8AB494 with #B48A94 are triadic colors.