COLOR #B4908D

HEX: #B4908D RGB: (180,144,141)

Color info

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

RGB color model

#B4908D color RGB value is (180,144,141).

RGB: (180,144,141) (71%, 56%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 141 of 255 = 55%

180
144
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 141 = 465 (100%)
R 180 of 465 ~ 38.71%
G 144 of 465 ~ 30.97%
B 141 of 465 ~ 30.32'%

%38.71
%30.97
%30.32

CMYK color model

#B4908D color CMYK value is (0,20,22,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (0,20,22,29)
C0M20Y22K29 (0%, 20%, 22%, 29%)
(0.00 / 0.20 / 0.22 / 0.29)

CMYK percentages

%0
%20
%21.67
%29.41

Codes

Color #B4908D in popluar color models

B4 90 8D
RGB 180 144 141
HSL 20.63% 62.94%
HSB/HSV 21.67% 70.59%
CMYK 0.00% 20.00% 21.67%
29.41%

Color #B4908D in popluar number systems.

HEX B4 90 8D
Decimal 180 144 141
Binary 10110100 10010000 10001101
Octal 264 220 215

Shades and tints

Shades of #B4908D

#B4908D
(180,144,141)
#A48381
(164,131,129)
#947675
(148,118,117)
#846969
(132,105,105)
#745C5D
(116,92,93)
#644F51
(100,79,81)
#544245
(84,66,69)
#443539
(68,53,57)
#34282D
(52,40,45)
#241B21
(36,27,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #B4908D

#B4908D
(180,144,141)
#BA9A97
(186,154,151)
#C0A4A1
(192,164,161)
#C6AEAB
(198,174,171)
#CCB8B5
(204,184,181)
#D2C2BF
(210,194,191)
#D8CCC9
(216,204,201)
#DED6D3
(222,214,211)
#E4E0DD
(228,224,221)
#EAEAE7
(234,234,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4908D color. Also use rgb(180,144,141) instead hex code.

Text Font Color

.myTextColor { color: #B4908D; }

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

This text font color is #B4908D.

Background Color

.myBgColor { background-color: #B4908D; }

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

This div background color is #B4908D.

Border color

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

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

This div border color is #B4908D.

Opacity

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

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

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

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

This text has shadow with #B4908D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4908D.

Preview

Color preview on black background

This text has color #B4908D on black background.


Color preview on white background

This text has color #B4908D on white background.


Black color preview on #B4908D background

This text has black color on #B4908D background.


White color preview on #B4908D background

This text has white color on #B4908D background.


Related colors

Complementary color

Complementary color for #hex is #4B6F72.


I love getcolorcode.com

Triadic colors

1 #8DB490 and #908DB4 with #B4908D are triadic colors.

2 #8D90B4 and #90B48D with #B4908D are triadic colors.