COLOR #B48A91

HEX: #B48A91 RGB: (180,138,145)

Color info

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

RGB color model

#B48A91 color RGB value is (180,138,145).

RGB: (180,138,145) (71%, 54%, 57%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 145 of 255 = 57%

180
138
145

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

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 145 = 463 (100%)
R 180 of 463 ~ 38.88%
G 138 of 463 ~ 29.81%
B 145 of 463 ~ 31.32'%

%38.88
%29.81
%31.32

CMYK color model

#B48A91 color CMYK value is (0,23,19,29).

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

CMYK: (0,23,19,29)
C0M23Y19K29 (0%, 23%, 19%, 29%)
(0.00 / 0.23 / 0.19 / 0.29)

CMYK percentages

%0
%23.33
%19.44
%29.41

Codes

Color #B48A91 in popluar color models

B4 8A 91
RGB 180 138 145
HSL 350° 21.88% 62.35%
HSB/HSV 350° 23.33% 70.59%
CMYK 0.00% 23.33% 19.44%
29.41%

Color #B48A91 in popluar number systems.

HEX B4 8A 91
Decimal 180 138 145
Binary 10110100 10001010 10010001
Octal 264 212 221

Shades and tints

Shades of #B48A91

#B48A91
(180,138,145)
#A47E84
(164,126,132)
#947277
(148,114,119)
#84666A
(132,102,106)
#745A5D
(116,90,93)
#644E50
(100,78,80)
#544243
(84,66,67)
#443636
(68,54,54)
#342A29
(52,42,41)
#241E1C
(36,30,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B48A91

#B48A91
(180,138,145)
#BA949B
(186,148,155)
#C09EA5
(192,158,165)
#C6A8AF
(198,168,175)
#CCB2B9
(204,178,185)
#D2BCC3
(210,188,195)
#D8C6CD
(216,198,205)
#DED0D7
(222,208,215)
#E4DAE1
(228,218,225)
#EAE4EB
(234,228,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48A91; }

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

This text font color is #B48A91.

Background Color

.myBgColor { background-color: #B48A91; }

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

This div background color is #B48A91.

Border color

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

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

This div border color is #B48A91.

Opacity

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

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

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

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

This text has shadow with #B48A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48A91.

Preview

Color preview on black background

This text has color #B48A91 on black background.


Color preview on white background

This text has color #B48A91 on white background.


Black color preview on #B48A91 background

This text has black color on #B48A91 background.


White color preview on #B48A91 background

This text has white color on #B48A91 background.


Related colors

Complementary color

Complementary color for #hex is #4B756E.


I love getcolorcode.com

Triadic colors

1 #91B48A and #8A91B4 with #B48A91 are triadic colors.

2 #918AB4 and #8AB491 with #B48A91 are triadic colors.